richtier / alexa-voice-service-client

Python Client for Alexa Voice Service (AVS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stream forcefully closed

jacobshepherd opened this issue · comments

I'm attempting to create an AWS lambda function that calls the .connect() method and then asks a question. When I submit a single question at a time, it appears to work. When submitting multiple requests, I'm getting a "Stream forcefully closed" error in hyper.http20 when getting the response. Is it possible for the client id, client secret and refresh token to be used by multiple connections concurrently? Any thoughts on what might cause this error?

hi,

can you clarify the "architecture" - do you have a browser streaming audio over websocket to AWS API gateway in front of a lambda?

closing due to inactivity