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

'Failed to execute script' #5

Closed
vomov opened this issue Feb 27, 2017 · 2 comments
Closed

'Failed to execute script' #5

vomov opened this issue Feb 27, 2017 · 2 comments
Assignees
Labels

Comments

@vomov
Copy link

vomov commented Feb 27, 2017

It would seem that the latest version does not want to start. Using -v it gives me the following in the error log:
DEBUG: You have successfully set the Debugging On. DEBUG: Arguments Provided : Namespace(about=False, input=['http://kissmanga.com/Manga/Gunnm-Kasei-Senki'], password='None', sorting=None, username='None', verbose=True, version=False) DEBUG: Operating System : Windows - 7 - 6.1.7601 DEBUG: Python Version : 3.5.2 (32bit)
And then nothing else.

However, the command window states this:
D:\com>comic_dl.exe -v -i www.kissmanga.com/Manga/Gunnm-Kasei-Senki Traceback (most recent call last): File "comic_dl\comic_dl.py", line 83, in <module> File "comic_dl\comic_dl.py", line 78, in main TypeError: 'NoneType' object is not subscriptable Failed to execute script comic_dl

D:\com>comic_dl.exe -i http://kissmanga.com/Manga/Gunnm-Kasei-Senki Traceback (most recent call last): File "comic_dl\comic_dl.py", line 83, in <module> File "comic_dl\comic_dl.py", line 78, in main TypeError: 'NoneType' object is not subscriptable Failed to execute script comic_dl

@Xonshiz
Copy link
Owner

Xonshiz commented Feb 28, 2017

Yes, I just ran into the issue myself. I messed up in the latest release. You have to pass another argument --sorting currently. It shouldn't be mandatory, but I guess I missed something while programming this. So, for now, you have to add one more argument like --sorting asc or --sorting desc and it should work. I'll fix this over this weekend.

@Xonshiz Xonshiz added the bug label Feb 28, 2017
@Xonshiz Xonshiz self-assigned this Feb 28, 2017
Xonshiz added a commit that referenced this issue Feb 28, 2017
fix for #5
@Xonshiz
Copy link
Owner

Xonshiz commented Feb 28, 2017

Got time, fixed it. Should be fine now :)

@Xonshiz Xonshiz closed this as completed Feb 28, 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