-
Notifications
You must be signed in to change notification settings - Fork 17
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
Getting RuntimeError on login #22
Comments
Have you tried with an API key? |
Hi @lroellin I'm just pushing v1.2.1, this should give more detail on the error. If you could post it, censoring any secret data, that would be smashing, and hopefully I can resolve this |
Hi @Emersont1, I just tried with the latest version... and it works again :) don't know what went wrong there. Thx for the improvement! (I checked with a wrong password and I could see the output there properly) |
Not too sure what happened there, I know there was an issue with datacentre IPs requiring a captcha to work in other issues |
❯ python3 -m itchiodl.downloader
Username: [redacted]
Password: [typed in, tried pasting, it's really correct]
Traceback (most recent call last):
File "/usr/local/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/local/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.9/site-packages/itchiodl/downloader/main.py", line 20, in
l = itchiodl.LoginAPI(user, password)
File "/usr/local/lib/python3.9/site-packages/itchiodl/login.py", line 30, in LoginAPI
raise RuntimeError
RuntimeError
The text was updated successfully, but these errors were encountered: