python-alexa-voice-service
python-alexa-voice-service copied to clipboard
Authentication Issue
I'm new to alexa voice services ,I have followed all the steps correctly . Cherrpy is giving warning that Unable to verify that server is bound on 3000 warnings.warn(msg) and m running it on windows machine. I was hopping if you could provide me some insights about th
is issue and guide me through this
Have you tried connecting to http://0.0.0.0:3000?
This warning can happen if something else is already using the port that CherryPi is trying to use. One option is to change the port number to something that is not already in use. If you don't think it is in use, try uninstalling and reinstalling CherryPi.
https://stackoverflow.com/questions/767575/cherrypy-hello-world-error https://stackoverflow.com/questions/29244894/cherrypy-fails-to-bind-to-port
Thanks nicholas , I have tried changing port no I will try uninstalling and reinstalling CherryPi there is one more thing I wanted to know what is the callback url for this project is the http://localhost:3000/authresponse or http://localhost:3000/code
The callback url is:
cherrypy.url() + "code"
So in your case, it will be http://localhost:3000/code.
Thanks nicholas , authentication issues resolved , now its giving this AttributeError. I would like to know if you have any Idea about AVS apis are available to use from india or not ?
I'm not sure, I would contact Amazon and ask them. You can also post on their forums. Could you post what you did to resolve the issue? It may help someone else having the same problem.
I have used system IP for call back url and then authentication issue was solved. Now i am stuck with AttributeErrror. I was hopping if you could help me with this.
Just after successful authentication I'm getting this bad status ,I was Hoping if you could help me with this
Look at issue 3 "Stuck at SynchronizeState event " the second post answers this question that is how I got further along. Not sure if it is the correct way but it worked for me.