python-alexa-voice-service icon indicating copy to clipboard operation
python-alexa-voice-service copied to clipboard

A Python implementation of Amazon's Alexa Voice Service.

Results 5 python-alexa-voice-service issues
Sort by recently updated
recently updated
newest added

I'll go ahead and put this as a separate issue. I'm using python 3.5 as specified. I did google and find [this ](http://www.mkyong.com/python/python-3-typeerror-cant-convert-bytes-object-to-str-implicitly/) that says "In Python 3, the socket...

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...

I am able to see the success of sending the 1st GET to establish the downchannel stream, but fail to see the response from sending the SynchronizeState event. The error...

Great program. Thank you. One issue I've run into is that re prompts don't work after you let the primary prompt time out. It appears the issue is that the...

I had the "example_get_time.pcm" working with a response from Alexa but could not get her to reply to my own audio. I could print my binary output and saved it...