bbindreiter / node-red-contrib-alexa-remote2-applestrudel

Node-Red Nodes for interacting with Alexa
https://flows.nodered.org/node/node-red-contrib-alexa-remote2-applestrudel
MIT License
77 stars 21 forks source link

On Device Activity stopped working #4

Closed FenvyWorks closed 3 years ago

FenvyWorks commented 3 years ago

It just stopped working today, did amazon change things again? can anyone confirm if you are having no response from on device activity too?

nrout-HA commented 3 years ago

I don't know if your issue is the same as mine. Mine stopped responding, and I noticed the payload has changed significantly. There is no longer a msg.payload.activityStatus (Which I was checking to see if Amazon processed a message properly), and the msg.payload.description.summary now omits the Alexa Trigger word (e.g. "Alexa"). For me, those were the two issues to fix.

bbindreiter commented 3 years ago

Thanks for sharing @flashbacck