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

Cookie issues #32

Open
woobenjamin opened this issue May 23, 2019 · 1 comment
Open

Cookie issues #32

woobenjamin opened this issue May 23, 2019 · 1 comment

Comments

@woobenjamin
Copy link

Hi,
I'm using Hassio in a docker environment. This is just a server, and not a workstation, so it has no GUI, and as such no Chrome, no Firefox, etc. I'm trying to use this, but it keeps giving me the following error:

cookie does not exist. logging in ...
ERROR: Amazon Login was unsuccessful. Possibly you get a captcha login screen.
Try logging in to https://alexa.amazon.com with your browser. In your browser
make sure to have all Amazon related cookies deleted and Javascript disabled!

(For more information have a look at /tmp/.alexa.login)

I looked in /tmp/.alexa.login, and it doesn't show any request for CAPTCHA.

Any help would be much appreciated!

Thanks

b

@bennyboom38
Copy link

Hello

Are you living in USA ? if not you have to change this from alexa_remote_control.sh:

`LANGUAGE="fr-FR"
#LANGUAGE="de-DE"
#LANGUAGE="en-GB"
#LANGUAGE="es-ES"
#LANGUAGE="en-US"

AMAZON='amazon.fr'
#AMAZON='amazon.de'
#AMAZON='amazon.co.uk'
#AMAZON='amazon.es'
#AMAZON='amazon.com'

ALEXA='alexa.amazon.fr'
#ALEXA='layla.amazon.de'
#ALEXA='layla.amazon.co.uk'
#ALEXA='alexa.amazon.es'
#ALEXA='pitangui.amazon.com'`

Add or choose the right one according your country

then try to get the cookies once you are logged on alexa.amazon.fr (again depends your country)

and get all the cookies (i use this firefox extension : https://github.com/rotemdan/ExportCookies)

push it and rename it into /tmp/.alexa.cookie

and relaunche the command : ./alexa_remote_control.sh -a

should work

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