-
Notifications
You must be signed in to change notification settings - Fork 63
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
unable to complete the alexa-auth -c config.json #22
Comments
Furthermore, I can not input the http:// in Allowed Origins and Allowed Return URLs |
Also stuck with the same problem. Amazon page says only sandbox environment (localhost) can use HTTP, for all other addresses HTTPS has to be used for allowed return URL. Any advice? Update: seems this obstacle can be fixed by modifications of auth.py: |
what is this ? We're sorry! |
wow wrong product id |
I observed that the in the URL, the callback URL becomes "http://1.0.0.127.in-addr.arpa:9000/callback/" instead of http://localhost:9000/callback/, so I added the first one into my security profile, It worked. Then after finishing the first step, my browser jump to "http://1.0.0.127.in-addr.arpa:9000/callback/?code=ANeLmscGopOgvRciFmBS&scope=alexa%3Aall" which is again not accessable, I manually changed the domain name to localhost again, and I get the refresh token. I don't know why, but it worked for me. |
I want to "Change Alexa Voice Service client id and product id" to my account.
alexa-auth -c config.json
always fail in connect 192.168.100.1:3000
400 bad request
"The redirect URI you provided has not been whitelisted for your application. Please add your redirect URI in the 'Allowed Return URLs' section under 'Web Settings' for your Security Profile on Amazon Development Portal"
The alexa-auth with on board key login fine.
I have tried many ip address in the 'Allowed Return URLs' and 'Allowed Origins' but still fail with same error above.
I wondering for respeaker what should put on the URLs.
Please advise.
Allowed Origins:
http://localhost:3000/
https://192.168.23.77/
https://localhost:3000/
https://192.168.100.1:3000/
https://192.168.23.77:3000/
https://192.168.23.59:3000/
https://192.168.23.59/
https://192.168.100.1
https://202.131.71.226:3000
https://192.168.23.1:3000/
https://192.168.23.1
https://192.168.100.213
https://192.168.100.213:3000
https://202.131.71.226
Allowed Return URLs
https://192.168.23.77/authresponse
http://localhost:3000/authresponse
https://localhost:3000/authresponse
https://192.168.23.77:3000/authresponse
https://192.168.23.59:3000/authresponse
https://192.168.23.59/authresponse
https://192.168.100.1/authresponse
https://202.131.71.226:3000/authresponse
https://202.131.71.226/authresponse
https://192.168.23.1:3000/authresponse
https://192.168.23.1/authresponse
https://192.168.100.1:3000/authresponse
https://192.168.100.213:3000/authresponse
https://192.168.100.213/authresponse
http://localhost:3000/code
https://localhost:3000/code
Thanks.
The text was updated successfully, but these errors were encountered: