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

readcomiconline.to not working #47

Closed
jmans25 opened this issue Sep 23, 2017 · 1 comment
Closed

readcomiconline.to not working #47

jmans25 opened this issue Sep 23, 2017 · 1 comment
Assignees
Labels

Comments

@jmans25
Copy link

jmans25 commented Sep 23, 2017

The following site wasn't working in v2017.09.21: http://readcomiconline.to
Here is the command I used to download "Watchmen"

comic_dl.exe -i "http://readcomiconline.to/Comic/Watchmen/Issue-2?id=14880&quality=hq" -v

Here is the error_log file:

DEBUG: Arguments Provided : Namespace(convert=None, download_directory=None, input=['http://readcomiconline.to/Comic/Watchmen/Issue-2?id=14880&quality=hq'], keep='True', quality='True', range='All', sorting=None, verbose=True, version=False)
DEBUG: Operating System : Windows - 10 - 10.0.15063
DEBUG: Python Version : 2.7.13 (32bit)
DEBUG: Comic Url : http://readcomiconline.to/Comic/Watchmen/Issue-2?id=14880&quality=hq
DEBUG: Selected Domain : readcomiconline.to
DEBUG: Starting new HTTP connection (1): readcomiconline.to
DEBUG: http://readcomiconline.to:80 "GET /Comic/Watchmen/Issue-2?id=14880&quality=hq HTTP/1.1" 503 None
DEBUG: Resetting dropped connection: readcomiconline.to
DEBUG: http://readcomiconline.to:80 "GET /cdn-cgi/l/chk_jschl?jschl_answer=5262&jschl_vc=74df9b5ac34f304ba6182c65f1ffd429&pass=1506195036.605-mHvuY%2FgWuW HTTP/1.1" 302 165
DEBUG: http://readcomiconline.to:80 "GET /Comic/Watchmen/Issue-2?id=14880&quality=hq HTTP/1.1" 200 None
DEBUG: All Links : []

Here is the output on the console:

***Starting the script in Verbose Mode***

Finished Downloading
Total Time Taken To Complete : 6.33700013161

However, nothing was downloaded.

With an older version of the script (on my other computer, not sure which version, is there a way I can find out from the tool itself?) I would use the same command, and each page would show separate download bars on the console. I recently tried that older copy, and it still worked.

I tried using the '--quality high' flags, removing the quotes from URL, removing the "http://", and removing the parameters ?id=14880&quality=hq HTTP/1.1 from the URL. Nothing fixed it.

Is there anything I am doing wrong with the current version?

Thanks

Xonshiz added a commit that referenced this issue Sep 24, 2017
Fix for #47
@Xonshiz Xonshiz added the bug label Sep 24, 2017
@Xonshiz Xonshiz self-assigned this Sep 24, 2017
@Xonshiz
Copy link
Owner

Xonshiz commented Sep 24, 2017

This has been fixed. I messed up in the last update, my bad.

Anyways, you can check the application version by passing "--version" argument.

comic_dl.exe --version

and it'll print the version.

Please check the latest release for the fixed update. Let me know if the problem still persists.

@Xonshiz Xonshiz closed this as completed Sep 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants