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

Errors Log #77

Open
marcelk1101 opened this issue Feb 4, 2023 · 0 comments
Open

Errors Log #77

marcelk1101 opened this issue Feb 4, 2023 · 0 comments

Comments

@marcelk1101
Copy link

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: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
`

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

1 participant