Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapter crashing: Cannot read properties of null (reading 'end') #247

Open
stfh1 opened this issue Jun 16, 2022 · 1 comment
Open

Adapter crashing: Cannot read properties of null (reading 'end') #247

stfh1 opened this issue Jun 16, 2022 · 1 comment

Comments

@stfh1
Copy link

stfh1 commented Jun 16, 2022

Describe the bug
Adapter terminating with error "Cannot read properties of null (reading 'end')"

Screenshots & Logfiles
image

image

host.homebridge 2022-06-16 22:04:49.559 warn Do not restart adapter system.adapter.luxtronik2.0 because restart loop detected
host.homebridge 2022-06-16 22:04:49.559 info Restart adapter system.adapter.luxtronik2.0 because enabled
host.homebridge 2022-06-16 22:04:49.557 error instance system.adapter.luxtronik2.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
luxtronik2.0 2022-06-16 22:04:48.965 warn Terminated (UNCAUGHT_EXCEPTION): Without reason
luxtronik2.0 2022-06-16 22:04:48.963 info terminating
luxtronik2.0 2022-06-16 22:04:48.955 error Cannot read properties of null (reading 'end')
luxtronik2.0 2022-06-16 22:04:48.953 error TypeError: Cannot read properties of null (reading 'end') at Luxtronik._nextJob (/opt/iobroker/node_modules/luxtronik2/luxtronik.js:444:21) at processTicksAndRejections (node:internal/process/task_queues:78:11)
luxtronik2.0 2022-06-16 22:04:48.951 error uncaught exception: Cannot read properties of null (reading 'end')
luxtronik2.0 2022-06-16 22:04:48.945 error Cannot read properties of null (reading 'end')
luxtronik2.0 2022-06-16 22:04:48.943 error TypeError: Cannot read properties of null (reading 'end') at Luxtronik._nextJob (/opt/iobroker/node_modules/luxtronik2/luxtronik.js:444:21) at processTicksAndRejections (node:internal/process/task_queues:78:11)
luxtronik2.0 2022-06-16 22:04:48.941 error uncaught exception: Cannot read properties of null (reading 'end')
luxtronik2.0 2022-06-16 22:04:48.932 error Luxtronik read error, will retry later: Error: Missing element at luxtronik response to 3005

Versions:

  • Adapter version: 0.4.2
  • JS-Controller version: 5.7.0
  • Novelan/Luxtronik Firmware: 3.87
@R3dRuM
Copy link

R3dRuM commented Sep 15, 2022

same here:

2022-09-14 16:09:54.981 - error: host.iobroker Caught by controller[0]: TypeError: Cannot read property 'end' of null
--
2022-09-14 16:09:54.982 - error: host.iobroker Caught by controller[0]: at Luxtronik._nextJob (/opt/iobroker/node_modules/luxtronik2/luxtronik.js:431:21)
2022-09-14 16:09:54.983 - error: host.iobroker Caught by controller[0]: at processTicksAndRejections (internal/process/task_queues.js:77:11)
2022-09-14 16:09:54.983 - error: host.iobroker Caught by controller[1]: SentryError: HTTP Error (403)
2022-09-14 16:09:54.983 - error: host.iobroker Caught by controller[1]: at new SentryError (/opt/iobroker/node_modules/@iobroker/plugin-sentry/node_modules/@sentry/src/error.ts:9:5)
2022-09-14 16:09:54.983 - error: host.iobroker Caught by controller[1]: at ClientRequest. (/opt/iobroker/node_modules/@iobroker/plugin-sentry/node_modules/@sentry/src/transports/base/index.ts:254:22)
2022-09-14 16:09:54.984 - error: host.iobroker Caught by controller[1]: at Object.onceWrapper (events.js:520:26)
2022-09-14 16:09:54.984 - error: host.iobroker Caught by controller[1]: at ClientRequest.emit (events.js:400:28)
2022-09-14 16:09:54.984 - error: host.iobroker Caught by controller[1]: at ClientRequest.emit (domain.js:475:12)
2022-09-14 16:09:54.984 - error: host.iobroker Caught by controller[1]: at HTTPParser.parserOnIncomingClient (_http_client.js:647:27)
2022-09-14 16:09:54.984 - error: host.iobroker Caught by controller[1]: at HTTPParser.parserOnHeadersComplete (_http_common.js:127:17)
2022-09-14 16:09:54.985 - error: host.iobroker Caught by controller[1]: at TLSSocket.socketOnData (_http_client.js:515:22)
2022-09-14 16:09:54.985 - error: host.iobroker Caught by controller[1]: at TLSSocket.emit (events.js:400:28)
2022-09-14 16:09:54.985 - error: host.iobroker Caught by controller[1]: at TLSSocket.emit (domain.js:475:12)
2022-09-14 16:09:54.985 - error: host.iobroker instance system.adapter.luxtronik2.0 terminated with code 6 (UNCAUGHT_EXCEPTION)

Versions:

  • Adapter version: 0.4.2
  • JS-Controller version: 4.0.23
  • Luxtronik Firmware: V3.85.7 (r6978)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants