-
Notifications
You must be signed in to change notification settings - Fork 40
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
Amazon signin url doesn't work anymore #3
Comments
So the actual login URL isn't "amazon.com/ap/signin" but whatever URL we get redirected to from the Cloud Reader URL. The signin variable is just used to verify that we got bounced to a known signin URL, regardless of the additional query parameters provided (code). The login is pretty flaky but I did manage to get it working using the current master branch. One possible solution might be to change the User-Agent string (found here) to that of your normal browser. You can find this string using an online server like this one. Let me know what error you're seeing and if changing the User-Agent helped :) |
If you installed via pip, I'd also try to reinstall the package because the one chosen by default had been an older version (issue #2). |
Thanks for taking the time to reply. Still no dice. Using latest version from github and replaced user agent. Keep raising LoginError. |
It appears you need to append some openid parameters to load the signin page now. Even so I still can't make it work.
The text was updated successfully, but these errors were encountered: