You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using the node today (I am not sure if you still support it but..) and I got the following error:
3 Feb 17:37:40 - [info] Started modified nodes
Error: session failed to initialise, cannot create ring-api instance --caused-by-> could not get auth token for user [email protected] --caused-by-> Request to ring API at https://oauth.ring.com/oauth/token failed with "server error" --caused-by-> Request failed with status code 500
at module.exports (/home/pi/.node-red/node_modules/ring-api/propagated-error.js:22:19)
at module.exports (/home/pi/.node-red/node_modules/ring-api/main.js:25:15)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:97:5) {
ownMessage: 'session failed to initialise, cannot create ring-api instance',
causedBy: Error: could not get auth token for user [email protected] --caused-by-> Request to ring API at https://oauth.ring.com/oauth/token failed with "server error" --caused-by-> Request failed with status code 500
at module.exports (/home/pi/.node-red/node_modules/ring-api/propagated-error.js:22:19)
at authenticate (/home/pi/.node-red/node_modules/ring-api/rest-client.js:94:19)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:97:5) {
ownMessage: 'could not get auth token for user [email protected]',
causedBy: Error: Request to ring API at https://oauth.ring.com/oauth/token failed with "server error" --caused-by-> Request failed with status code 500
at module.exports (/home/pi/.node-red/node_modules/ring-api/propagated-error.js:22:19)
at ringRequest (/home/pi/.node-red/node_modules/ring-api/rest-client.js:71:19)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:97:5) {
ownMessage: 'Request to ring API at https://oauth.ring.com/oauth/token failed with "server error"',
causedBy: [Error],
isPropagatedError: true
},
isPropagatedError: true
},
isPropagatedError: true
}
Any idea what is causing it?
Thanks
The text was updated successfully, but these errors were encountered:
I tried using the node today (I am not sure if you still support it but..) and I got the following error:
3 Feb 17:37:40 - [info] Started modified nodes
Error: session failed to initialise, cannot create ring-api instance --caused-by-> could not get auth token for user [email protected] --caused-by-> Request to ring API at https://oauth.ring.com/oauth/token failed with "server error" --caused-by-> Request failed with status code 500
at module.exports (/home/pi/.node-red/node_modules/ring-api/propagated-error.js:22:19)
at module.exports (/home/pi/.node-red/node_modules/ring-api/main.js:25:15)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:97:5) {
ownMessage: 'session failed to initialise, cannot create ring-api instance',
causedBy: Error: could not get auth token for user [email protected] --caused-by-> Request to ring API at https://oauth.ring.com/oauth/token failed with "server error" --caused-by-> Request failed with status code 500
at module.exports (/home/pi/.node-red/node_modules/ring-api/propagated-error.js:22:19)
at authenticate (/home/pi/.node-red/node_modules/ring-api/rest-client.js:94:19)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:97:5) {
ownMessage: 'could not get auth token for user [email protected]',
causedBy: Error: Request to ring API at https://oauth.ring.com/oauth/token failed with "server error" --caused-by-> Request failed with status code 500
at module.exports (/home/pi/.node-red/node_modules/ring-api/propagated-error.js:22:19)
at ringRequest (/home/pi/.node-red/node_modules/ring-api/rest-client.js:71:19)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:97:5) {
ownMessage: 'Request to ring API at https://oauth.ring.com/oauth/token failed with "server error"',
causedBy: [Error],
isPropagatedError: true
},
isPropagatedError: true
},
isPropagatedError: true
}
Any idea what is causing it?
Thanks
The text was updated successfully, but these errors were encountered: