Last active
August 30, 2021 11:21
-
-
Save Theminijohn/75137b18cc67af5dbd272789434146dc to your computer and use it in GitHub Desktop.
Z2M / CC26X2R1 error log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] start /app | |
> node index.js | |
Zigbee2MQTT:debug 2021-08-30 11:18:53: Loaded state from file /app/data/state.json | |
Zigbee2MQTT:info 2021-08-30 11:18:53: Logging to console and directory: '/app/data/log/2021-08-30.11-18-52' filename: log.txt | |
Zigbee2MQTT:debug 2021-08-30 11:18:53: Removing old log directory '/app/data/log/2021-08-30.11-14-54' | |
Zigbee2MQTT:info 2021-08-30 11:18:53: Starting Zigbee2MQTT version 1.18.2 (commit #abd8a09) | |
Zigbee2MQTT:info 2021-08-30 11:18:53: Starting zigbee-herdsman (0.13.88) | |
Zigbee2MQTT:debug 2021-08-30 11:18:53: Using zigbee-herdsman with settings: '{"adapter":{"concurrent":null,"delay":null},"backupPath":"/app/data/coordinator_backup.json","databaseBackupPath":"/app/data/database.db.backup","databasePath":"/app/data/database.db","network":{"channelList":[20],"extendedPanID":[221,221,221,221,221,221,221,221],"networkKey":"HIDDEN","panID":6760},"serialPort":{"path":"/dev/ttyACM0"}}' | |
Zigbee2MQTT:error 2021-08-30 11:19:13: Error while starting zigbee-herdsman | |
Zigbee2MQTT:error 2021-08-30 11:19:13: Failed to start zigbee | |
Zigbee2MQTT:error 2021-08-30 11:19:13: Check https://www.zigbee2mqtt.io/information/FAQ.html#help-zigbee2mqtt-fails-to-start for possible solutions | |
Zigbee2MQTT:error 2021-08-30 11:19:13: Exiting... | |
Zigbee2MQTT:error 2021-08-30 11:19:13: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms) | |
at ZStackAdapter.<anonymous> (/app/node_modules/zigbee-herdsman/dist/adapter/z-stack/adapter/zStackAdapter.js:94:31) | |
at Generator.throw (<anonymous>) | |
at rejected (/app/node_modules/zigbee-herdsman/dist/adapter/z-stack/adapter/zStackAdapter.js:25:65) | |
npm ERR! code ELIFECYCLE | |
npm ERR! errno 1 | |
npm ERR! [email protected] start: `node index.js` | |
npm ERR! Exit status 1 | |
npm ERR! Failed at the [email protected] start script. | |
npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /root/.npm/_logs/2021-08-30T11_19_13_393Z-debug.log | |
Using '/app/data' as data directory | |
> [email protected] start /app | |
> node index.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment