-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cannot Login - Error: Not logged properly #42
Comments
For now, I just logged into the addic7ed.com website, then ran the following in the browser debugging console:
Then copied the session ID from the java alert into my To test, I downloaded a sub with addic7ed-cli with my session ID stored, then checked my profile on the website to see if it recognized the download. I'm not sure why addic7ed-cli isn't able to post to Does it have anything to do with the site using https? |
They have added captcha on their login page (it's random) so maybe that's the issue. |
Indeed, it seems they have put a silent captcha. Looks like it'll be hard to bypass. Sorry guys, I don't think we'll be able to login anymore. |
Perhaps you could leave the session functionality in place, remove the login/logout for now and provide instructions for manually capturing the session ID and adding it to the .config/addic7ed file. That worked perfectly for me. |
Ah, yes. I'll think about it. I could do something like displaying the instructions, and then a prompt for the session id instead of a prompt for username/password. |
Same issue, I can't login because of reCAPTCHA
For the time being, I tried the solution mention above for using |
Here's a relevant thread: |
Whenever I try to login using the same credentials I use for the addic7ed.com website, I get the following error:
Error: Not logged properly
Command I'm running, per instructions/help:
addic7ed login
I've verified that I'm entering my credentials in properly, yet logging in fails. I've tried on 3 different machines using addic7ed-cli, same issue on all 3 machines.
I tried running in verbose mode, but there was no difference in the output. I'm running the following version:
I also tried reinstalling, the following packages were reinstalled, issue still exists:
Edit:
I just tried using
Python 3.6.7
and still have the same issue.The text was updated successfully, but these errors were encountered: