bbindreiter / node-red-contrib-alexa-remote2-applestrudel

Node-Red Nodes for interacting with Alexa
https://flows.nodered.org/node/node-red-contrib-alexa-remote2-applestrudel
MIT License
74 stars 20 forks source link

After auth it throws me to a 404 page #174

Closed douglasmauro closed 3 months ago

douglasmauro commented 5 months ago

After going through the auth on: http://192.168.123.70:3456

uname/pass and then putting in the code from my phone....it then throws me to a 404 page:

http://192.168.123.70:3456/www.amazon.com/404

Going back to node-red it doesn't show auth'ed and wants to repeat steps.

Also: for filepath how can I confirm it has the correct permissions and correct?

Erikgeige commented 5 months ago

I have the same issue and would appreciate any help.

casistack commented 5 months ago

For anyone having the issue i had the same and opened a browser session in incognito and that worked.

Apollon77 commented 5 months ago

In fact the real solution is described here: https://github.com/Apollon77/alexa-remote/#issues-when-getting-the-cookie-and-tokens-initially Such a 404 or other starnge errors during cookie process is caused by old OTP/2FA settings. Update them and all is fine

douglasmauro commented 5 months ago

clearing cookies and switching my amazon to 2FA works. Issue I am having now is when I click deploy in node-red it wants me to re-auth the account again. Expected?

BTW When I did the login/2fa on my computer I did CHECK the box that says don't require 2fa on this device (was this right?)

Thanks.

github-actions[bot] commented 4 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 3 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.

EdwinNe commented 2 months ago

Hi, I'm also having troubles initialising.

If I use the german endpoints (layla.amazon.de) I'll be prompted to enter my credentials and my code. If I use the us-endpoints (pitangui.amazon.com), I'll get the QR-Code for the app sign-in. Once the code is scanned with my phone, I'm redirected to the App-Store.

Using the incognito mode, different devices didn't work for me.

Thanks!

Apollon77 commented 2 months ago

Check which "FA/OTP method is active for your account, if still SMS based then Update to the current one. Then it should work

EdwinNe commented 2 months ago

Thanks!