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

failed to load routines: "routines.map is not a function" #74

Closed bdydrp closed 1 year ago

bdydrp commented 2 years ago

Anyone else get this error message randomly? It started about a week ago for me Screenshot_20220903-190750_Samsung Internet

turbo2ltr commented 2 years ago

This is a really old issue. Doesn't seem to have any impact on functionality.. If it annoys you go to the alexa app and create a routine and the error will go away.

bdydrp commented 2 years ago

This is a really old issue. Doesn't seem to have any impact on functionality.. If it annoys you go to the alexa app and create a routine and the error will go away.

Thanks. Yes, correct. No impact on functionality, just keep seeing it in debug bar and reported it Will try a routine and clear it Cheers

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.

jackie-t commented 1 year ago

Sure, I could create a routine, but that's a workaround. Would it hurt to simply check the routines object for the map function, before invoking it?

It's one line.

if (routines.map !== undefined)