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
When I run node index.js it throws the following exception errors:
Start server
READY! use the NEEO app to search for "SqueezeBox".
[BRAIN] Adapter name is apt-558a361a0d011daf21b69532ede559015f3e678b
[BRAIN] Driver not installed yet, please use the NEEO app to search for "Living Room"
(node:22513) UnhandledPromiseRejectionWarning: Error: COMPONENTNAME_NOT_FOUND artistname
at Promise (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:54:12)
at new Promise ()
at module.exports.BrainNotificationMapping._findNotificationKey (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:34:10)
at _fetchDataFromBrain.then (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:69:19)
at
at process._tickCallback (internal/process/next_tick.js:160:7)
(node:22513) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 3)
(node:22513) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:22513) UnhandledPromiseRejectionWarning: Error: COMPONENTNAME_NOT_FOUND albumname
at Promise (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:54:12)
at new Promise ()
at module.exports.BrainNotificationMapping._findNotificationKey (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:34:10)
at _fetchDataFromBrain.then (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:69:19)
at
at process._tickCallback (internal/process/next_tick.js:160:7)
(node:22513) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 5)
(node:22513) UnhandledPromiseRejectionWarning: Error: COMPONENTNAME_NOT_FOUND titlename
at Promise (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:54:12)
at new Promise ()
at module.exports.BrainNotificationMapping._findNotificationKey (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:34:10)
at _fetchDataFromBrain.then (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:69:19)
at
at process._tickCallback (internal/process/next_tick.js:160:7)
(node:22513) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 7)
(node:22513) UnhandledPromiseRejectionWarning: Error: COMPONENTNAME_NOT_FOUND albumcover
at Promise (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:54:12)
at new Promise ()
at module.exports.BrainNotificationMapping._findNotificationKey (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:34:10)
at _fetchDataFromBrain.then (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:69:19)
at
at process._tickCallback (internal/process/next_tick.js:160:7)
(node:22513) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 9)
The text was updated successfully, but these errors were encountered:
When I run node index.js it throws the following exception errors:
READY! use the NEEO app to search for "SqueezeBox".
[BRAIN] Adapter name is apt-558a361a0d011daf21b69532ede559015f3e678b
[BRAIN] Driver not installed yet, please use the NEEO app to search for "Living Room"
(node:22513) UnhandledPromiseRejectionWarning: Error: COMPONENTNAME_NOT_FOUND artistname
at Promise (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:54:12)
at new Promise ()
at module.exports.BrainNotificationMapping._findNotificationKey (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:34:10)
at _fetchDataFromBrain.then (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:69:19)
at
at process._tickCallback (internal/process/next_tick.js:160:7)
(node:22513) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 3)
(node:22513) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:22513) UnhandledPromiseRejectionWarning: Error: COMPONENTNAME_NOT_FOUND albumname
at Promise (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:54:12)
at new Promise ()
at module.exports.BrainNotificationMapping._findNotificationKey (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:34:10)
at _fetchDataFromBrain.then (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:69:19)
at
at process._tickCallback (internal/process/next_tick.js:160:7)
(node:22513) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 5)
(node:22513) UnhandledPromiseRejectionWarning: Error: COMPONENTNAME_NOT_FOUND titlename
at Promise (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:54:12)
at new Promise ()
at module.exports.BrainNotificationMapping._findNotificationKey (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:34:10)
at _fetchDataFromBrain.then (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:69:19)
at
at process._tickCallback (internal/process/next_tick.js:160:7)
(node:22513) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 7)
(node:22513) UnhandledPromiseRejectionWarning: Error: COMPONENTNAME_NOT_FOUND albumcover
at Promise (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:54:12)
at new Promise ()
at module.exports.BrainNotificationMapping._findNotificationKey (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:34:10)
at _fetchDataFromBrain.then (/root/neeo_driver_squeezebox/node_modules/neeo-sdk/lib/device/brain/notificationMapping.js:69:19)
at
at process._tickCallback (internal/process/next_tick.js:160:7)
(node:22513) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 9)
The text was updated successfully, but these errors were encountered: