Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. ./run.sh: line 13: [Info] Configuration backup found in /share/zigbee2mqtt/.configuration.yaml.bk. Skipping config backup.: No such file or directory
  2. 2019-07-21T10:43:48: PM2 log: Launching in no daemon mode
  3. 2019-07-21T10:43:48: PM2 log: App [npm:0] starting in -fork mode-
  4. 2019-07-21T10:43:48: PM2 log: App [npm:0] online
  5. > zigbee2mqtt@1.5.1 start /zigbee2mqtt-1.5.1
  6. > node index.js
  7. zigbee2mqtt:info 7/21/2019, 10:43:49 AM Logging to directory: '/share/zigbee2mqtt/log/2019-07-21.10-43-49'
  8. zigbee2mqtt:info 7/21/2019, 10:43:49 AM Starting zigbee2mqtt version 1.5.1 (commit #unknown)
  9. zigbee2mqtt:info 7/21/2019, 10:43:49 AM Starting zigbee-shepherd
  10. /zigbee2mqtt-1.5.1/node_modules/zigbee-herdsman/dist/lib/components/controller.js:429
  11. throw new TypeError('net.precfgkey should be an array with 16 uint8 integers.');
  12. ^
  13. TypeError: net.precfgkey should be an array with 16 uint8 integers.
  14. at /zigbee2mqtt-1.5.1/node_modules/zigbee-herdsman/dist/lib/components/controller.js:429:27
  15. at Object._.forOwn (/zigbee2mqtt-1.5.1/node_modules/zigbee-herdsman/node_modules/busyman/index.js:242:27)
  16. at Object._.forEach (/zigbee2mqtt-1.5.1/node_modules/zigbee-herdsman/node_modules/busyman/index.js:415:18)
  17. at Controller.setNvParams (/zigbee2mqtt-1.5.1/node_modules/zigbee-herdsman/dist/lib/components/controller.js:414:7)
  18. at new ZShepherd (/zigbee2mqtt-1.5.1/node_modules/zigbee-herdsman/dist/lib/shepherd.js:28:21)
  19. at Zigbee.start (/zigbee2mqtt-1.5.1/lib/zigbee.js:57:25)
  20. at startupLogVersion (/zigbee2mqtt-1.5.1/lib/controller.js:167:25)
  21. at utils.getZigbee2mqttVersion (/zigbee2mqtt-1.5.1/lib/controller.js:193:13)
  22. at git.getLastCommit (/zigbee2mqtt-1.5.1/lib/util/utils.js:102:9)
  23. at /zigbee2mqtt-1.5.1/node_modules/git-last-commit/source/index.js:44:5
  24. npm
  25. ERR! code ELIFECYCLE
  26. npm ERR! errno 1
  27. npm
  28. ERR! zigbee2mqtt@1.5.1 start: `node index.js`
  29. npm ERR! Exit status 1
  30. npm ERR!
  31. npm
  32. ERR! Failed at the zigbee2mqtt@1.5.1 start script.
  33. npm ERR! This is probably not a problem with npm. There is likely additional logging output above
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement