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

Getting RuntimeError on login #22

Closed
lroellin opened this issue Mar 10, 2022 · 4 comments
Closed

Getting RuntimeError on login #22

lroellin opened this issue Mar 10, 2022 · 4 comments

Comments

@lroellin
Copy link

❯ 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

@Emersont1
Copy link
Owner

Have you tried with an API key?

@Emersont1
Copy link
Owner

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

@lroellin
Copy link
Author

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)

@Emersont1
Copy link
Owner

Not too sure what happened there, I know there was an issue with datacentre IPs requiring a captcha to work in other issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants