NEWS
(gelöst) Cloud Adapter verbindet sich nicht
-
Hallo zusammen,
ich versuche den Cloud-Adapter ans laufen zu bekommen um aus dem www auf meine Vis zu kommen. Leider bekomme ich immer nur Fehlermeldungen.
2021-09-19 17:27:33.672 - debug: cloud.0 (11685) Redis Objects: Use Redis connection: 127.0.0.1:9001 2021-09-19 17:27:33.713 - debug: cloud.0 (11685) Objects client ready ... initialize now 2021-09-19 17:27:33.720 - debug: cloud.0 (11685) Objects create System PubSub Client 2021-09-19 17:27:33.722 - debug: cloud.0 (11685) Objects create User PubSub Client 2021-09-19 17:27:33.723 - debug: cloud.0 (11685) Objects client initialize lua scripts 2021-09-19 17:27:33.762 - debug: cloud.0 (11685) Objects connected to redis: 127.0.0.1:9001 2021-09-19 17:27:33.771 - debug: cloud.0 (11685) objectDB connected 2021-09-19 17:27:33.773 - debug: cloud.0 (11685) Redis States: Use Redis connection: 127.0.0.1:9000 2021-09-19 17:27:33.791 - debug: cloud.0 (11685) States create System PubSub Client 2021-09-19 17:27:33.793 - debug: cloud.0 (11685) States create User PubSub Client 2021-09-19 17:27:33.819 - debug: cloud.0 (11685) States connected to redis: 127.0.0.1:9000 2021-09-19 17:27:33.820 - debug: cloud.0 (11685) statesDB connected 2021-09-19 17:27:34.363 - debug: cloud.0 (11685) Plugin sentry Initialize Plugin (enabled=true) 2021-09-19 17:27:34.611 - info: cloud.0 (11685) starting. Version 4.1.0 in /opt/iobroker/node_modules/iobroker.cloud, node: v12.22.6, js-controller: 3.3.18 2021-09-19 17:27:34.687 - info: cloud.0 (11685) Connecting with https://iobroker.pro:10555 with "***Daten entfernt***" 2021-09-19 17:27:34.693 - debug: cloud.0 (11685) Connection attempt to https://iobroker.pro:10555 ... 2021-09-19 17:27:34.848 - info: cloud.0 (11685) Trying to connect as system.user.admin 2021-09-19 17:27:35.050 - error: cloud.0 (11685) uncaught exception: Cannot read property 'isValidUTF8' of undefined 2021-09-19 17:27:35.050 - error: cloud.0 (11685) TypeError: Cannot read property 'isValidUTF8' of undefined at /opt/iobroker/node_modules/ws/lib/Receiver.js:532:29 at Receiver.applyExtensions (/opt/iobroker/node_modules/ws/lib/Receiver.js:371:5) at /opt/iobroker/node_modules/ws/lib/Receiver.js:508:14 at Receiver.flush (/opt/iobroker/node_modules/ws/lib/Receiver.js:347:3) at Receiver.finish (/opt/iobroker/node_modules/ws/lib/Receiver.js:541:12) at Receiver.expectHandler (/opt/iobroker/node_modules/ws/lib/Receiver.js:499:31) at Receiver.add (/opt/iobroker/node_modules/ws/lib/Receiver.js:103:24) at TLSSocket.realHandler (/opt/iobroker/node_modules/ws/lib/WebSocket.js:825:20) at TLSSocket.emit (events.js:314:20) at TLSSocket.EventEmitter.emit (domain.js:483:12) 2021-09-19 17:27:35.051 - error: cloud.0 (11685) Cannot read property 'isValidUTF8' of undefined 2021-09-19 17:27:35.074 - info: cloud.0 (11685) terminating 2021-09-19 17:27:35.075 - debug: cloud.0 (11685) Plugin sentry destroyed 2021-09-19 17:27:35.076 - warn: cloud.0 (11685) Terminated (UNCAUGHT_EXCEPTION): Without reason 2021-09-19 17:27:35.273 - error: host.iobroker Caught by controller[0]: TypeError: Cannot read property 'isValidUTF8' of undefined 2021-09-19 17:27:35.278 - error: host.iobroker Caught by controller[0]: at /opt/iobroker/node_modules/ws/lib/Receiver.js:532:29 2021-09-19 17:27:35.278 - error: host.iobroker Caught by controller[0]: at Receiver.applyExtensions (/opt/iobroker/node_modules/ws/lib/Receiver.js:371:5) 2021-09-19 17:27:35.278 - error: host.iobroker Caught by controller[0]: at /opt/iobroker/node_modules/ws/lib/Receiver.js:508:14 2021-09-19 17:27:35.278 - error: host.iobroker Caught by controller[0]: at Receiver.flush (/opt/iobroker/node_modules/ws/lib/Receiver.js:347:3) 2021-09-19 17:27:35.279 - error: host.iobroker Caught by controller[0]: at Receiver.finish (/opt/iobroker/node_modules/ws/lib/Receiver.js:541:12) 2021-09-19 17:27:35.279 - error: host.iobroker Caught by controller[0]: at Receiver.expectHandler (/opt/iobroker/node_modules/ws/lib/Receiver.js:499:31) 2021-09-19 17:27:35.279 - error: host.iobroker Caught by controller[0]: at Receiver.add (/opt/iobroker/node_modules/ws/lib/Receiver.js:103:24) 2021-09-19 17:27:35.279 - error: host.iobroker Caught by controller[0]: at TLSSocket.realHandler (/opt/iobroker/node_modules/ws/lib/WebSocket.js:825:20) 2021-09-19 17:27:35.280 - error: host.iobroker Caught by controller[0]: at TLSSocket.emit (events.js:314:20) 2021-09-19 17:27:35.280 - error: host.iobroker Caught by controller[0]: at TLSSocket.EventEmitter.emit (domain.js:483:12) 2021-09-19 17:27:35.280 - error: host.iobroker instance system.adapter.cloud.0 terminated with code 1 (JS_CONTROLLER_STOPPED)ioBroker läuft auf einem Raspi4 mit 4GB Ram,
Node.js v12.22.6
NPM 6.14.15
Admin 5.1.25Mache ich was falsch?
Gruß
Webwalker2001
-
Hallo zusammen,
ich versuche den Cloud-Adapter ans laufen zu bekommen um aus dem www auf meine Vis zu kommen. Leider bekomme ich immer nur Fehlermeldungen.
2021-09-19 17:27:33.672 - debug: cloud.0 (11685) Redis Objects: Use Redis connection: 127.0.0.1:9001 2021-09-19 17:27:33.713 - debug: cloud.0 (11685) Objects client ready ... initialize now 2021-09-19 17:27:33.720 - debug: cloud.0 (11685) Objects create System PubSub Client 2021-09-19 17:27:33.722 - debug: cloud.0 (11685) Objects create User PubSub Client 2021-09-19 17:27:33.723 - debug: cloud.0 (11685) Objects client initialize lua scripts 2021-09-19 17:27:33.762 - debug: cloud.0 (11685) Objects connected to redis: 127.0.0.1:9001 2021-09-19 17:27:33.771 - debug: cloud.0 (11685) objectDB connected 2021-09-19 17:27:33.773 - debug: cloud.0 (11685) Redis States: Use Redis connection: 127.0.0.1:9000 2021-09-19 17:27:33.791 - debug: cloud.0 (11685) States create System PubSub Client 2021-09-19 17:27:33.793 - debug: cloud.0 (11685) States create User PubSub Client 2021-09-19 17:27:33.819 - debug: cloud.0 (11685) States connected to redis: 127.0.0.1:9000 2021-09-19 17:27:33.820 - debug: cloud.0 (11685) statesDB connected 2021-09-19 17:27:34.363 - debug: cloud.0 (11685) Plugin sentry Initialize Plugin (enabled=true) 2021-09-19 17:27:34.611 - info: cloud.0 (11685) starting. Version 4.1.0 in /opt/iobroker/node_modules/iobroker.cloud, node: v12.22.6, js-controller: 3.3.18 2021-09-19 17:27:34.687 - info: cloud.0 (11685) Connecting with https://iobroker.pro:10555 with "***Daten entfernt***" 2021-09-19 17:27:34.693 - debug: cloud.0 (11685) Connection attempt to https://iobroker.pro:10555 ... 2021-09-19 17:27:34.848 - info: cloud.0 (11685) Trying to connect as system.user.admin 2021-09-19 17:27:35.050 - error: cloud.0 (11685) uncaught exception: Cannot read property 'isValidUTF8' of undefined 2021-09-19 17:27:35.050 - error: cloud.0 (11685) TypeError: Cannot read property 'isValidUTF8' of undefined at /opt/iobroker/node_modules/ws/lib/Receiver.js:532:29 at Receiver.applyExtensions (/opt/iobroker/node_modules/ws/lib/Receiver.js:371:5) at /opt/iobroker/node_modules/ws/lib/Receiver.js:508:14 at Receiver.flush (/opt/iobroker/node_modules/ws/lib/Receiver.js:347:3) at Receiver.finish (/opt/iobroker/node_modules/ws/lib/Receiver.js:541:12) at Receiver.expectHandler (/opt/iobroker/node_modules/ws/lib/Receiver.js:499:31) at Receiver.add (/opt/iobroker/node_modules/ws/lib/Receiver.js:103:24) at TLSSocket.realHandler (/opt/iobroker/node_modules/ws/lib/WebSocket.js:825:20) at TLSSocket.emit (events.js:314:20) at TLSSocket.EventEmitter.emit (domain.js:483:12) 2021-09-19 17:27:35.051 - error: cloud.0 (11685) Cannot read property 'isValidUTF8' of undefined 2021-09-19 17:27:35.074 - info: cloud.0 (11685) terminating 2021-09-19 17:27:35.075 - debug: cloud.0 (11685) Plugin sentry destroyed 2021-09-19 17:27:35.076 - warn: cloud.0 (11685) Terminated (UNCAUGHT_EXCEPTION): Without reason 2021-09-19 17:27:35.273 - error: host.iobroker Caught by controller[0]: TypeError: Cannot read property 'isValidUTF8' of undefined 2021-09-19 17:27:35.278 - error: host.iobroker Caught by controller[0]: at /opt/iobroker/node_modules/ws/lib/Receiver.js:532:29 2021-09-19 17:27:35.278 - error: host.iobroker Caught by controller[0]: at Receiver.applyExtensions (/opt/iobroker/node_modules/ws/lib/Receiver.js:371:5) 2021-09-19 17:27:35.278 - error: host.iobroker Caught by controller[0]: at /opt/iobroker/node_modules/ws/lib/Receiver.js:508:14 2021-09-19 17:27:35.278 - error: host.iobroker Caught by controller[0]: at Receiver.flush (/opt/iobroker/node_modules/ws/lib/Receiver.js:347:3) 2021-09-19 17:27:35.279 - error: host.iobroker Caught by controller[0]: at Receiver.finish (/opt/iobroker/node_modules/ws/lib/Receiver.js:541:12) 2021-09-19 17:27:35.279 - error: host.iobroker Caught by controller[0]: at Receiver.expectHandler (/opt/iobroker/node_modules/ws/lib/Receiver.js:499:31) 2021-09-19 17:27:35.279 - error: host.iobroker Caught by controller[0]: at Receiver.add (/opt/iobroker/node_modules/ws/lib/Receiver.js:103:24) 2021-09-19 17:27:35.279 - error: host.iobroker Caught by controller[0]: at TLSSocket.realHandler (/opt/iobroker/node_modules/ws/lib/WebSocket.js:825:20) 2021-09-19 17:27:35.280 - error: host.iobroker Caught by controller[0]: at TLSSocket.emit (events.js:314:20) 2021-09-19 17:27:35.280 - error: host.iobroker Caught by controller[0]: at TLSSocket.EventEmitter.emit (domain.js:483:12) 2021-09-19 17:27:35.280 - error: host.iobroker instance system.adapter.cloud.0 terminated with code 1 (JS_CONTROLLER_STOPPED)ioBroker läuft auf einem Raspi4 mit 4GB Ram,
Node.js v12.22.6
NPM 6.14.15
Admin 5.1.25Mache ich was falsch?
Gruß
Webwalker2001
@webwalker2001 sagte in Cloud Adapter verbindet sich nicht:
Mache ich was falsch?
keine Ahnung, aber die Fehlermeldung gab es schon mal:
https://forum.iobroker.net/search?term=isValidUTF8&in=titlesposts -
@webwalker2001 sagte in Cloud Adapter verbindet sich nicht:
Mache ich was falsch?
keine Ahnung, aber die Fehlermeldung gab es schon mal:
https://forum.iobroker.net/search?term=isValidUTF8&in=titlesposts@homoran Wer suchen kann ist klar im Vorteil.

Es lag am Ring-Adapter.
Hab ihn gelöscht, jetzt läuft alles.
Danke
Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.
Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.
Mit deinem Input könnte dieser Beitrag noch besser werden 💗
Registrieren Anmelden