Xonshiz / comic-dl

Comic-dl is a command line tool to download manga and comics from various comic and manga sites. Supported sites : readcomiconline.to, mangafox.me, comic naver and many more.
https://github.com/Xonshiz/comic-dl
MIT License
564 stars 69 forks source link

Cannot download from readcomicsonline? #158

Closed TenEye closed 6 years ago

TenEye commented 6 years ago

I get the following error when I try and run the script. It will download the first comic in the series and then give this error:

Traceback (most recent call last): File "comic_dl__main.py", line 10, in ComicDL(sys.argv[1:]) File "comic_dl\comic_dl.py", line 226, in init__ user_input = args.input[0] File "comic_dl\honcho.py", line 100, in checker return 0 File "comic_dl\sites\readcomicOnlineto.py", line 28, in init conversion=conversion, delete_files=delete_files) File "comic_dl\sites\readcomicOnlineto.py", line 141, in full_series elif str(sorting).lower() in ['old', 'asc', 'ascending', 'oldest', 'a']: IndexError: list index out of range [7380] Failed to execute script main

darodi commented 6 years ago

works in the pull request #149 https://github.com/darodi/comic-dl/tree/fix_mangarock_autodl

duplicate of #145 #132 #155

TenEye commented 6 years ago

Still get the same error :(

TenEye commented 6 years ago

FYI: I'm using the Windows Binary, not Python. It was working fine and then all of a sudden half way through downloading a comic it started playing it and now just refuses to do anything other than the first comic in a series.

darodi commented 6 years ago

i made the exe binary here https://github.com/darodi/comic-dl/releases/download/2018.07.20-fix/comic_dl.exe

TenEye commented 6 years ago

Thank you so much for your time and help. It worked! :D