homebridge-deebotEcovacs icon indicating copy to clipboard operation
homebridge-deebotEcovacs copied to clipboard

The plugin forces a restart after a crash

Open Bastie82 opened this issue 3 years ago • 5 comments

Unfortunately the plugin crashes and forces a restart?

[26/12/2020, 12:03:08] Error [ERR_UNHANDLED_ERROR]: Unhandled error. ('Error: read ECONNRESET')
    at EcovacsMQTT_JSON.emit (events.js:304:17)
    at MqttClient.<anonymous> (/usr/local/lib/node_modules/homebridge-deebot/node_modules/ecovacs-deebot/library/ecovacsMQTT.js:48:25)
    at MqttClient.emit (events.js:327:22)
    at TLSSocket.streamErrorHandler (/usr/local/lib/node_modules/homebridge-deebot/node_modules/mqtt/lib/client.js:343:12)
    at TLSSocket.emit (events.js:327:22)
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
[26/12/2020, 12:07:25] Error [ERR_UNHANDLED_ERROR]: Unhandled error. ('Error: connect ECONNREFUSED 47.254.143.26:8883')
    at EcovacsMQTT_JSON.emit (events.js:304:17)
    at MqttClient.<anonymous> (/usr/local/lib/node_modules/homebridge-deebot/node_modules/ecovacs-deebot/library/ecovacsMQTT.js:48:25)
    at MqttClient.emit (events.js:327:22)
    at TLSSocket.streamErrorHandler (/usr/local/lib/node_modules/homebridge-deebot/node_modules/mqtt/lib/client.js:343:12)
    at TLSSocket.emit (events.js:327:22)
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
[26/12/2020, 12:07:25] Got SIGTERM, shutting down Homebridge...
[26/12/2020, 12:07:26] Error [ERR_UNHANDLED_ERROR]: Unhandled error. ('Error: connect ECONNREFUSED 47.254.143.26:8883')
    at EcovacsMQTT_JSON.emit (events.js:304:17)
    at MqttClient.<anonymous> (/usr/local/lib/node_modules/homebridge-deebot/node_modules/ecovacs-deebot/library/ecovacsMQTT.js:48:25)
    at MqttClient.emit (events.js:327:22)
    at TLSSocket.streamErrorHandler (/usr/local/lib/node_modules/homebridge-deebot/node_modules/mqtt/lib/client.js:343:12)
    at TLSSocket.emit (events.js:327:22)
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)

Bastie82 avatar Dec 26 '20 11:12 Bastie82