ha-alexa-tts icon indicating copy to clipboard operation
ha-alexa-tts copied to clipboard

Cookie Expired message. Getting captcha.

Open thesoftwarejedi opened this issue 6 years ago • 6 comments

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?

thesoftwarejedi avatar Sep 09 '18 04:09 thesoftwarejedi

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

walthowd avatar Sep 11 '18 20:09 walthowd

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.

ntalekt avatar Sep 12 '18 17:09 ntalekt

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

yayadrian avatar Sep 15 '18 21:09 yayadrian

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

avogabo avatar Jan 17 '19 23:01 avogabo

@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'

lkhaskjdhlkashd avatar Jan 19 '19 14:01 lkhaskjdhlkashd

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

ChenSun-Phys avatar Feb 19 '23 02:02 ChenSun-Phys