fdegier / homebridge-jablotron-alarm

Homebridge plugin for connecting Jablotron JA-100 alarm systems to Homekit.
The Unlicense
26 stars 6 forks source link

Homebridge crash #101

Closed BEskandari closed 10 months ago

BEskandari commented 10 months ago

Describe The Problem:

Upgrading to version v3.0.0-beta.11 and Homebridge crash in loop To Reproduce:

Upgrade from version v3.0.0-beta.9 to version v3.0.0-beta.11 Logs:

TypeError: Cannot read properties of undefined (reading 'control-errors')
    at JablotronClient.containsErrorCode (/usr/local/lib/node_modules/homebridge-jablotron/lib/jablotron-client.js:17:29)
    at ClientRequest.<anonymous> (/usr/local/lib/node_modules/homebridge-jablotron/lib/jablotron-client.js:95:35)
    at Object.onceWrapper (node:events:629:26)
    at ClientRequest.emit (node:events:514:28)
    at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:693:27)
    at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
    at TLSSocket.socketOnData (node:_http_client:535:22)
    at TLSSocket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:376:12)
    at readableAddChunk (node:internal/streams/readable:349:9)

Environment:

fdegier commented 10 months ago

Did you update the config?

BEskandari commented 10 months ago

If you mean changing the segment ID to the SEC-XXXX yes I did. As said previously the beta 9 was working fine and as soon as I updated to beta 11 I have the issue.

fdegier commented 10 months ago

Can you beta12? And restart homebridge? I am also running the latest beta without issues.

BEskandari commented 10 months ago

Thanks beta 12 does not make Homebridge crash.