willblaschko / AlexaAndroid

A library and sample app to abstract access to the Amazon Alexa service for Android applications.
GNU General Public License v2.0
279 stars 132 forks source link

Post Authorization Avs Response not processed #87

Open sam17 opened 7 years ago

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

pm-repo commented 6 years ago

Hi Sam, did you got the solution to this issue, I am also facing the same issue.

sam17 commented 6 years ago

No. Didn't really try.