Open sam17 opened 7 years ago
After authorization, the first time sending speech to alexa fails.
After a bit of investigation, the AvsResponse from the queue is of type AvsSetEndpointItem which is not handled. Hence, no further requests are removed from queue.
AvsResponse
AvsSetEndpointItem
Hi Sam, did you got the solution to this issue, I am also facing the same issue.
No. Didn't really try.
After authorization, the first time sending speech to alexa fails.
After a bit of investigation, the
AvsResponse
from the queue is of typeAvsSetEndpointItem
which is not handled. Hence, no further requests are removed from queue.