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
75 stars 20 forks source link

cant initilise with alexa #195

Open amitkaf opened 1 month ago

amitkaf commented 1 month ago

Hello , keep show me error page after puting all my email and password and the code sent to my phone then it shows me error page and alexa is not initilise with alexa on node red , why ? how can we fix it ?

quadhammer commented 1 month ago

I have a similar problem, on just one account, (I use two), I get "open http://localhost:3456 in your browser" but instead of the login page I get:

Screenshot 2024-07-12 12 54 41

rayzorben commented 1 month ago

I get the same page and when I scan the qr code it opens the alexa app and just hangs there with a similar prompt to download or open the alexa app (even though it is already opened) and in the background I can dimly see a 404.

amitkaf commented 1 month ago

Hi i have the same

בתאריך יום ג׳, 16 ביולי 2024 ב-19:47 מאת Ray Bennett < @.***>:

I get the same page and when I scan the qr code it opens the alexa app and just hangs there with a similar prompt to download or open the alexa app (even though it is already opened) and in the background I can dimly see a 404.

— Reply to this email directly, view it on GitHub https://github.com/bbindreiter/node-red-contrib-alexa-remote2-applestrudel/issues/195#issuecomment-2231384112, or unsubscribe https://github.com/notifications/unsubscribe-auth/BABSRHRZDTWS2H4FVBABJZDZMVFCDAVCNFSM6AAAAABKU2TJYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZRGM4DIMJRGI . You are receiving this because you authored the thread.Message ID: <bbindreiter/node-red-contrib-alexa-remote2-applestrudel/issues/195/2231384112 @github.com>

amitkaf commented 1 month ago

There is a way to write to the developer?

בתאריך יום ג׳, 16 ביולי 2024 ב-19:47 מאת Ray Bennett < @.***>:

I get the same page and when I scan the qr code it opens the alexa app and just hangs there with a similar prompt to download or open the alexa app (even though it is already opened) and in the background I can dimly see a 404.

— Reply to this email directly, view it on GitHub https://github.com/bbindreiter/node-red-contrib-alexa-remote2-applestrudel/issues/195#issuecomment-2231384112, or unsubscribe https://github.com/notifications/unsubscribe-auth/BABSRHRZDTWS2H4FVBABJZDZMVFCDAVCNFSM6AAAAABKU2TJYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZRGM4DIMJRGI . You are receiving this because you authored the thread.Message ID: <bbindreiter/node-red-contrib-alexa-remote2-applestrudel/issues/195/2231384112 @github.com>

sneezy2k commented 1 month ago

The result is the same for 'localhost:3456' or 'domain-name:3456'. However, with '192.168.xx.xx:3456', I am taken to the login screen, Two-Step Verification is requested, and the message 'Amazon Alexa Cookie successfully retrieved, You can close the browser.' It seems to be working fine at first glance, but it becomes '“Timeout”'.

rayzorben commented 1 month ago

I used the ip address as well 192.168.1.xxx:3456 and only get the QR code.

quadhammer commented 1 month ago

I used the ip address as well 192.168.1.xxx:3456 and only get the QR code.

Same here. localhost:3457 doesn't work at all and just gives an: "Unable to connect".

I've tried initializing with cookie, and proxy, but no luck.

quadhammer commented 1 month ago

OK, I got it to work with the proxy method, but changed 'localhost' to my Home Assistant's IP (Node Red runs as an add-on inside it), and picked a random new port (3450), with a file path of "/share/yourauthenticationfile".

Then it finally popped up the login page, rather than QR code thing. Weird thing is the default of 'localhost' works on my other account.