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

Amazon signin url doesn't work anymore #3

Open
alvinwoon opened this issue May 19, 2017 · 3 comments
Open

Amazon signin url doesn't work anymore #3

alvinwoon opened this issue May 19, 2017 · 3 comments

Comments

@alvinwoon
Copy link

It appears you need to append some openid parameters to load the signin page now. Even so I still can't make it work.

@msuozzo
Copy link
Owner

msuozzo commented May 20, 2017

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 :)

@msuozzo
Copy link
Owner

msuozzo commented May 20, 2017

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).

@alvinwoon
Copy link
Author

Thanks for taking the time to reply. Still no dice. Using latest version from github and replaced user agent.

Keep raising LoginError.

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