-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alexa call ChangeReport API return success (202) but the Alexa app does not update current device state #115
Comments
I have this problem too. There is some kind of feedback? |
this issue for me as well, i am sending asynchronous responses for scene execution to alexa event gate way i got 202 status code but alexa saying scene not responding.please suggest me how to debug it. |
Any updates on this issue? |
Hello I am also facing similar issue. I executed the API via POSTMAN and the state is updating but when use via code it returns 202 but the state is not updating. If someone got solution for this then let me know. |
Did you get solution for this? |
In alexa scenes doesn't support asynchronous responce's even though they
mentioned in their document.
Almost i wasted 3 days to findout this thing, amazon people said document
having mistake, they are going to do correctio.
…On Wed 27 Nov, 2019, 5:52 PM Lloyd Presly Saldanha, < ***@***.***> wrote:
this issue for me as well, i am sending asynchronous responses for scene
execution to alexa event gate way i got 202 status code but alexa saying
scene not responding.please suggest me how to debug it.
Did you get solution for this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#115>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALYUGUTMWAIGGFCU2KF5SF3QVZRCBANCNFSM4HFFXPWA>
.
|
I am trying asynchronous response for door lock not for the scenes. In this case also i get 202 but the state does not get updated. |
Hello I am also facing similar issue,There is some kind of feedback? |
I set these properties to my endpoint:
When my device state change, I call ChangeReport API to update its state, the gateway return
success (202) but the Alexa app does not update its newest state. So updating live is not current supported or this my bug or anything else?
Thank for your help.
The text was updated successfully, but these errors were encountered: