You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hallo,
folgende Konfiguration bei mir mit nachfolgendem Logauszug
Raspberry Pi 4
NPM: v8.19.3
Node.js: v16.19.0
Cameras Adapter: v1.0.3
Beschreibung:
Es sind 2 RTSP-Kameras angelegt, welche über den Button "Prüfung" ein Bild liefern.
Die Links funktionieren nicht, hier erscheint entweder: Invalid Key oder connect ECONNREFUSED 127.0.0.1:8200
Datenpunkte werden nicht angelegt.
Ich würde mich freuen, wenn die Fehler behoben werden könnten um RTSP-Kameras einbinden zu können.
Logauszug:
`
2023-02-04 09:21:28.552 - error: cameras.0 (13949) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
2023-02-04 09:21:28.554 - error: cameras.0 (13949) unhandled promise rejection: Cannot set headers after they are sent to the client
2023-02-04 09:21:28.560 - error: cameras.0 (13949) Error: Cannot set headers after they are sent to the client
at new NodeError (node:internal/errors:387:5)
at ServerResponse.setHeader (node:_http_outgoing:644:11)
at /opt/iobroker/node_modules/iobroker.cameras/main.js:357:41
2023-02-04 09:21:28.560 - error: cameras.0 (13949) Exception-Code: ERR_HTTP_HEADERS_SENT: Cannot set headers after they are sent to the client
2023-02-04 09:21:29.787 - error: host.raspberrypi Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
2023-02-04 09:21:29.795 - error: host.raspberrypi Caught by controller[1]: Error: Cannot set headers after they are sent to the client
2023-02-04 09:21:29.796 - error: host.raspberrypi Caught by controller[1]: at new NodeError (node:internal/errors:387:5)
2023-02-04 09:21:29.796 - error: host.raspberrypi Caught by controller[1]: at ServerResponse.setHeader (node:_http_outgoing:644:11)
2023-02-04 09:21:29.796 - error: host.raspberrypi Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.cameras/main.js:357:41
2023-02-04 09:22:37.933 - error: cameras.0 (12093) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
2023-02-04 09:22:37.936 - error: cameras.0 (12093) unhandled promise rejection: Cannot set headers after they are sent to the client
2023-02-04 09:22:37.942 - error: cameras.0 (12093) Error: Cannot set headers after they are sent to the client
at new NodeError (node:internal/errors:387:5)
at ServerResponse.setHeader (node:_http_outgoing:644:11)
at /opt/iobroker/node_modules/iobroker.cameras/main.js:357:41
`
The text was updated successfully, but these errors were encountered:
Hallo,
folgende Konfiguration bei mir mit nachfolgendem Logauszug
Beschreibung:
Ich würde mich freuen, wenn die Fehler behoben werden könnten um RTSP-Kameras einbinden zu können.
Logauszug:
`
2023-02-04 09:21:28.552 - error: cameras.0 (13949) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
2023-02-04 09:21:28.554 - error: cameras.0 (13949) unhandled promise rejection: Cannot set headers after they are sent to the client
2023-02-04 09:21:28.560 - error: cameras.0 (13949) Error: Cannot set headers after they are sent to the client
at new NodeError (node:internal/errors:387:5)
at ServerResponse.setHeader (node:_http_outgoing:644:11)
at /opt/iobroker/node_modules/iobroker.cameras/main.js:357:41
2023-02-04 09:21:28.560 - error: cameras.0 (13949) Exception-Code: ERR_HTTP_HEADERS_SENT: Cannot set headers after they are sent to the client
2023-02-04 09:21:29.787 - error: host.raspberrypi Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
2023-02-04 09:21:29.795 - error: host.raspberrypi Caught by controller[1]: Error: Cannot set headers after they are sent to the client
2023-02-04 09:21:29.796 - error: host.raspberrypi Caught by controller[1]: at new NodeError (node:internal/errors:387:5)
2023-02-04 09:21:29.796 - error: host.raspberrypi Caught by controller[1]: at ServerResponse.setHeader (node:_http_outgoing:644:11)
2023-02-04 09:21:29.796 - error: host.raspberrypi Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.cameras/main.js:357:41
2023-02-04 09:21:29.797 - error: host.raspberrypi instance system.adapter.cameras.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
2023-02-04 09:22:37.933 - error: cameras.0 (12093) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
2023-02-04 09:22:37.936 - error: cameras.0 (12093) unhandled promise rejection: Cannot set headers after they are sent to the client
2023-02-04 09:22:37.942 - error: cameras.0 (12093) Error: Cannot set headers after they are sent to the client
at new NodeError (node:internal/errors:387:5)
at ServerResponse.setHeader (node:_http_outgoing:644:11)
at /opt/iobroker/node_modules/iobroker.cameras/main.js:357:41
`
The text was updated successfully, but these errors were encountered: