Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Extension readcomiconline seems to run into a captcha #271

Closed
Dorifer opened this issue Dec 7, 2021 · 6 comments
Closed

[Bug] Extension readcomiconline seems to run into a captcha #271

Dorifer opened this issue Dec 7, 2021 · 6 comments
Labels
bug Something isn't working

Comments

@Dorifer
Copy link

Dorifer commented Dec 7, 2021

Device information

  • Tachidesk version: Server: v0.6.0 + WebUI: r893 tested in the docker image and natively on debian
  • Server Operating System: debian stable
  • Server Desktop Environment: virtual server
  • Server JVM version: docker image
  • Client Operating System: Manjaro Linux
  • Client Web Browser: Firefox

Steps to reproduce

  1. install readcomiconline extension
  2. open any chapter of any comic

Expected behavior

the comic should open

Actual behavior

in the browser just a blank, white page is shown.

output of the debug shell:
INFO: <-- 200 https://readcomiconline.li/Special/AreYouHuman?reUrl=%2fComic%2fChu%2fIssue-7%3fid%3d187626%26quality%3dhq (977ms, unknown-length body

Other details

tachidesk seems to trigger a captcha when downloading the pages for a comic on readcomiconline. Weirdly this does not happen in tachidesk-jui with the internal server or the android app. I tried re-downloading the docker image and also started the electron Version directly on the server with debug on.


@Dorifer Dorifer added the bug Something isn't working label Dec 7, 2021
@github-actions
Copy link

github-actions bot commented Dec 7, 2021

@Dorifer this issue was automatically closed because:

  • The requested information was not filled out

@github-actions github-actions bot closed this as completed Dec 7, 2021
@AriaMoradi AriaMoradi reopened this Dec 7, 2021
@AriaMoradi
Copy link
Member

It might be that your ip is flagged as used in bots

@Syer10
Copy link
Collaborator

Syer10 commented Mar 26, 2022

The ReadComicOnline source is broken on Tachiyomi's side currently

@Syer10
Copy link
Collaborator

Syer10 commented Oct 8, 2022

ReadComicOnline uses QuickJS, which only works in specific senerios.

  1. Windows is not supported by QuickJS
  2. Linux users need to find a way to install libc++.so.1, on Ubuntu do sudo apt install libc++-dev, on Fedora do sudo dnf install libcxx
  3. I haven't tested MacOS yet, not sure if I will currently
  4. Adding support for it in the docker container is in the works here New base image docker-tachidesk#25

@AriaMoradi
Copy link
Member

Fixed in v0.6.6

@barrelltitor
Copy link

barrelltitor commented Sep 2, 2023

Happening again, but some new logs:

WARN  io.javalin.Javalin - Uncaught exception
java.lang.Exception: Unable to de-obfuscate rguard script

Before this, I also got

[DefaultDispatcher-worker-7] �[34mINFO �[0;39m suwayomi.tachidesk.manga.impl.download.Downloader - Downloader faced an exception
java.lang.Exception: Solve captcha in WebView

Seems to have been fixed recently in main tachiyomi: https://github.com/tachiyomiorg/tachiyomi-extensions/pull/16900

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants