Guest User

Zigbee2mqtt

a guest
Sep 9th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. > [email protected] start /opt/zigbee2mqtt
  2. > node index.js
  3.  
  4. zigbee2mqtt:info 9/9/2019, 8:54:26 PM Logging to directory: '/opt/zigbee2mqtt/data/log/2019-09-09.20-54-25'
  5. zigbee2mqtt:info 9/9/2019, 8:54:26 PM Starting zigbee2mqtt version 1.6.0 (commit #d83085e)
  6. zigbee2mqtt:info 9/9/2019, 8:54:26 PM Starting zigbee-herdsman...
  7. (node:10388) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'find' of undefined
  8. at Function.<anonymous> (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/controller/model/device.js:150:49)
  9. at Generator.next (<anonymous>)
  10. at /opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/controller/model/device.js:7:71
  11. at new Promise (<anonymous>)
  12. at __awaiter (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/controller/model/device.js:3:12)
  13. at Function.find (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/controller/model/device.js:140:16)
  14. at Function.<anonymous> (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/controller/model/device.js:135:40)
  15. at Generator.next (<anonymous>)
  16. at /opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/controller/model/device.js:7:71
  17. at new Promise (<anonymous>)
  18. (node:10388) 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: 2)
  19. (node:10388) [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.
  20. zigbee2mqtt:error 9/9/2019, 8:54:27 PM Error while starting zigbee-herdsman
  21. zigbee2mqtt:error 9/9/2019, 8:54:27 PM Error: Backup is only supported for Z-Stack 3
  22. at Object.<anonymous> (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/adapter/z-stack/adapter/backup.js:78:19)
  23. at Generator.next (<anonymous>)
  24. at fulfilled (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/adapter/z-stack/adapter/backup.js:4:58)
  25. zigbee2mqtt:error 9/9/2019, 8:54:27 PM Failed to start zigbee
  26. zigbee2mqtt:error 9/9/2019, 8:54:27 PM Exiting...
  27. npm ERR! code ELIFECYCLE
  28. npm ERR! errno 1
  29. npm ERR! [email protected] start: `node index.js`
  30. npm ERR! Exit status 1
  31. npm ERR!
  32. npm ERR! Failed at the [email protected] start script.
  33. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  34.  
  35. npm ERR! A complete log of this run can be found in:
  36. npm ERR! /home/pi/.npm/_logs/2019-09-09T18_54_27_962Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment