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

Initial login page has changed #166

Open
rudybrian opened this issue Mar 16, 2023 · 2 comments
Open

Initial login page has changed #166

rudybrian opened this issue Mar 16, 2023 · 2 comments

Comments

@rudybrian
Copy link

It looks like our friends at Amazon have changed the initial page used to get the first cookie and write redirection target into referer as used here:

https://alexa.${AMAZON} | grep "hidden" | sed 's/hidden/\n/g' | grep "value=\"" | sed -r 's/^.*name="([^"]+)".*value="([^"]+)".*/\1=\2\&/g' > "${TMP}/.alexa.postdata"

If you change this from https://alexa.${AMAZON} to https://alexa.${AMAZON}/spa/index.html this allows it to work again.

@von-Chaps
Copy link

Thanks for posting this. It fixed my issue with failed login too.

@thestraycat
Copy link

Thanks for posting!

txcxjp pushed a commit to txcxjp/alexa-remote-control that referenced this issue May 13, 2023
nodev11 added a commit to nodev11/alexa-remote-control that referenced this issue May 24, 2023
Initial login page has changed thorsten-gehrig#166 (rudybrian):

thorsten-gehrig#166
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

3 participants