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 Expired message. Getting captcha. #16

Open
thesoftwarejedi opened this issue Sep 9, 2018 · 6 comments
Open

Cookie Expired message. Getting captcha. #16

thesoftwarejedi opened this issue Sep 9, 2018 · 6 comments

Comments

@thesoftwarejedi
Copy link

I've followed your instructions. Sure enough, I'm getting the captcha from my hass.io. So I used the cookies.txt extension to put the cookies file where specified. However, it tells me "cookie expired. logging in again". Then gets the captcha again.

I don't get the captcha locally in any browser, not in incognito, not when clearing cookies and all app data, not when disabling javascript, etc. I saved the cookies from a fresh login with cookies disabled. I'm on the same IP as the hass.io.

It appears the copied cookies are no good for another client? Doesn't make sense.

Any ideas?

@walthowd
Copy link
Owner

You might try using Firefox and the cookies.txt extension -- Some Chrome users have reported success by switching to another browser.

@ntalekt
Copy link

ntalekt commented Sep 12, 2018

I had the same problem exporting the cookie from my Windows machine via Chrome. I installed a fresh copy of Firefox and the cookies.txt plugin and it worked great.

@yayadrian
Copy link

@thesoftwarejedi I had a similar issue.
I'm in the UK so found I needed to change the alexa_remote_control.sh file.
There are 3 commented out sections. Uncommenting .co.uk and commenting .com fixed it for me.

@avogabo
Copy link

avogabo commented Jan 17, 2019

i have de same problem, I use docker on Synology... so I can't do from the same ip.

@lkhaskjdhlkashd
Copy link

lkhaskjdhlkashd commented Jan 19, 2019

@thesoftwarejedi I had a similar issue.
I'm in the UK so found I needed to change the alexa_remote_control.sh file.
There are 3 commented out sections. Uncommenting .co.uk and commenting .com fixed it for me.

I live in the Netherlands and i have the same issue, i had to change the config to

alexa_remote_control.sh

#LANGUAGE="de-DE"
LANGUAGE="en-GB"
#LANGUAGE="en-US"

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

#ALEXA='layla.amazon.de'
ALEXA='layla.amazon.co.uk'
#ALEXA='pitangui.amazon.com'

@ChenSun-Phys
Copy link

I had the same issue with Chrome. Switching to Firefox fixes it.

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

7 participants