Alex
Alex
I have been able to access the controller via an SSH port-forwarding: `ssh -p 1022 -L 8443:localhost:8443 -L 8080:localhost:8080 root@` Beyond that I have not been able to access the...
I didn't intend to hijack this thread and instead wanted to post a way for people to verify if the controller is indeed not running. Of course, one has to...
@dhess83 you should definitely use the new Refresh_Token login since this doesn't leave behind any sensitive login information in the script. Also, have a look at the updated blog post...
The `-l` will simply remove all /tmp/.alexa... files. So if your login was successful on the second try, maybe there was some file in that directory owned by a different...
@themaaft you could try setting your curl options to `export OPTS='-v --compressed --http1.1'` and see if you get a *HTTP/1.1 200* in return to your speak request. Another option would...
What do you mean by *so i re do the cookies file*? The script should be able to log you in - if all fails by using MFA at least....
At least you won't have to copy+paste your .alexa.cookie anymore once we get it working :) Are you able to login to https://alexa.amazon.co.uk/ in your browser? Could you please verify...
I am pretty sure you now have a cookie which you didn't receive correctly from amazon.co.uk. I'd be very interested to know which one it is... if you're willing to...
As I wrote in October, this is probably due to some missing cookie. We'll never find out unless you provide some (anonymized) data :)
Hi @donnievawter what is your JQ version? I keep hearing from people having trouble with time manipulation in JQ. 1. comment line [line 585](https://github.com/adn77/alexa-remote-control/blob/c52abdcc230766b241cd69c26c370648501dcfb9/alexa_remote_control.sh#L585) 2. after running any command check...