ninjasphere / driver-go-zigbee

Ninja Sphere - ZigBee Driver
MIT License
18 stars 7 forks source link

zigbee driver crashes: notifying bugsnag: startup failed : [Error connecting to gateway dial tcp 127.0.0.1:2541: connection refused] #4

Open Vertikar opened 9 years ago

Vertikar commented 9 years ago

Here's the log entries:

[2015-05-14 21:03:18.382] [INFO] sphere-director driver-go-zigbee - 2015/05/14 21:03:18 notifying bugsnag: [Gateway EOF]: Error reading socket %!s(MISSING)

[2015-05-14 21:03:18.609] [INFO] sphere-director Director - Module driver-go-zigbee was terminated unexpectedly. pid: 11107 [2015-05-14 21:03:18.628] [INFO] sphere-director Director - Module driver-go-zigbee has died 3 times. Delaying restart by 0 ms [2015-05-14 21:03:18.693] [INFO] sphere-director Director - Starting driver-go-zigbee Attempt 4 since it was first started 6 days, 20 hours, 58 seconds, 934 milliseconds ago [2015-05-14 21:03:18.752] [INFO] sphere-director Director - Starting driver-go-zigbee version 0.1.6 from path /opt/ninjablocks/drivers/driver-go-zigbee [2015-05-14 21:03:18.756] [INFO] sphere-director Director - Maximum memory for driver-go-zigbee is 20mb

elliots commented 9 years ago

4 times in nearly a week is actually less than I'd expect! The failed socket read from the gateway means that the gateway service has likely crashed (and not our code). Apart from seeing if there is a new version from TI there isn't much to be done from this side.

Vertikar commented 9 years ago

How much of the Zigbee stuff is under NDA? I'm happy to go look and check for a new version but not sure if I'll be able to.

elliots commented 9 years ago

Everything outside this go library is under NDA unfortunately :/