I have repeatedly encountered the problem that the Jablotron child bridge in Homebridge has crashed. After restarting the child bridge, the plugin works again for a few hours or days. The functionality of the plugin is not affected as long as it is running.
Attached are the log data:
[12/16/2025, 10:52:51 AM] [Jablotron] Jablotron - logining in due to 401
/volume1/homebridge/node_modules/homebridge-jablotron/lib/jablotron-client.js:106
let sessionId = resp.headers['set-cookie'].toString().split(';')[0]
^
TypeError: Cannot read properties of undefined (reading 'toString')
at ClientRequest. (/volume1/homebridge/node_modules/homebridge-jablotron/lib/jablotron-client.js:106:60)
at Object.onceWrapper (node:events:634:26)
at ClientRequest.emit (node:events:519:28)
at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:716:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
at TLSSocket.socketOnData (node:_http_client:558:22)
at TLSSocket.emit (node:events:519:28)
at addChunk (node:internal/streams/readable:561:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
at TLSSocket.Readable.push (node:internal/streams/readable:392:5)
Environment:
- Homebridge Version: v2.0.0-beta.64
- Node Version: v22.19.0
- Homebridge-jablotron plugin version: v3.1.5-0
- Operating System and OS Version: Docker
I have repeatedly encountered the problem that the Jablotron child bridge in Homebridge has crashed. After restarting the child bridge, the plugin works again for a few hours or days. The functionality of the plugin is not affected as long as it is running.
Attached are the log data:
[12/16/2025, 10:52:51 AM] [Jablotron] Jablotron - logining in due to 401
/volume1/homebridge/node_modules/homebridge-jablotron/lib/jablotron-client.js:106
let sessionId = resp.headers['set-cookie'].toString().split(';')[0]
^
TypeError: Cannot read properties of undefined (reading 'toString')
at ClientRequest. (/volume1/homebridge/node_modules/homebridge-jablotron/lib/jablotron-client.js:106:60)
at Object.onceWrapper (node:events:634:26)
at ClientRequest.emit (node:events:519:28)
at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:716:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
at TLSSocket.socketOnData (node:_http_client:558:22)
at TLSSocket.emit (node:events:519:28)
at addChunk (node:internal/streams/readable:561:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
at TLSSocket.Readable.push (node:internal/streams/readable:392:5)
Environment: