Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. (gelöst) Cloud Adapter verbindet sich nicht

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    (gelöst) Cloud Adapter verbindet sich nicht

    This topic has been deleted. Only users with topic management privileges can see it.
    • webwalker2001
      webwalker2001 last edited by 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.25

      Mache ich was falsch?

      Gruß

      Webwalker2001

      Homoran 1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @webwalker2001 last edited by

        @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 1 Reply Last reply Reply Quote 1
        • webwalker2001
          webwalker2001 @Homoran last edited by

          @homoran Wer suchen kann ist klar im Vorteil. 👍

          Es lag am Ring-Adapter.

          Hab ihn gelöscht, jetzt läuft alles.

          Danke

          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          Support us

          ioBroker
          Community Adapters
          Donate
          FAQ Cloud / IOT
          HowTo: Node.js-Update
          HowTo: Backup/Restore
          Downloads
          BLOG

          917
          Online

          32.1k
          Users

          80.7k
          Topics

          1.3m
          Posts

          2
          3
          264
          Loading More Posts
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes
          Reply
          • Reply as topic
          Log in to reply
          Community
          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
          The ioBroker Community 2014-2023
          logo