Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller 3.0/3.1 jetzt im Latest!

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    js-controller 3.0/3.1 jetzt im Latest!

    This topic has been deleted. Only users with topic management privileges can see it.
    • Steff
      Steff @apollon77 last edited by

      @apollon77
      Hmm...
      hab noch die Hosen voll 😊
      Mal schauen, vielleicht im Laufe der Woche

      1 Reply Last reply Reply Quote 0
      • S
        skokarl @apollon77 last edited by

        @apollon77 sagte in js-controller 3.0/3.1 jetzt im Latest!:

        Hi All,

        . Sorry für die Umstände 😞

        Ingo

        Mach Dir doch keinen Kopf.
        Ohne Dich würde die Hälfte aller Installationen schon lange gar nicht mehr laufen.
        Schön dass es Dich gibt !!!

        1 Reply Last reply Reply Quote 1
        • Diginix
          Diginix last edited by

          Hatte im javascript adapter auch die Skript Spiegelung aktiv und mit 3.0.20 gab es keine Probs, aber nach Update auf 3.1.4 startet der javascript adapter 4.5.1 ständig neu:

          javascript.0	2020-05-10 12:26:55.969	error	at process._tickCallback (internal/process/next_tick.js:68:7)
          javascript.0	2020-05-10 12:26:55.969	error	at _0x30230c._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:116731)
          javascript.0	2020-05-10 12:26:55.969	error	at adapter.getObjectView (/opt/iobroker/node_modules/iobroker.javascript/lib/mirror.js:553:23)
          javascript.0	2020-05-10 12:26:55.969	error	at scanDB.list (/opt/iobroker/node_modules/iobroker.javascript/lib/mirror.js:49:22)
          javascript.0	2020-05-10 12:26:55.969	error	at Mirror.sync (/opt/iobroker/node_modules/iobroker.javascript/lib/mirror.js:207:22)
          javascript.0	2020-05-10 12:26:55.969	error	at Mirror.sync (/opt/iobroker/node_modules/iobroker.javascript/lib/mirror.js:214:92)
          javascript.0	2020-05-10 12:26:55.969	error	(963768) TypeError: Cannot read property 'ts' of undefined
          javascript.0	2020-05-10 12:26:55.968	error	(963768) unhandled promise rejection: Cannot read property 'ts' of undefined
          Unhandled	2020-05-10 12:26:55.968	error	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().
          [...]
          host.BT3-PRO	2020-05-10 12:25:16.934	error	instance system.adapter.javascript.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
          host.BT3-PRO	2020-05-10 12:25:16.933	error	Caught by controller[0]: at process._tickCallback (internal/process/next_tick.js:68:7)
          host.BT3-PRO	2020-05-10 12:25:16.933	error	Caught by controller[0]: at _0x30230c._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:116731)
          host.BT3-PRO	2020-05-10 12:25:16.933	error	Caught by controller[0]: at adapter.getObjectView (/opt/iobroker/node_modules/iobroker.javascript/lib/mirror.js:553:23)
          host.BT3-PRO	2020-05-10 12:25:16.933	error	Caught by controller[0]: at scanDB.list (/opt/iobroker/node_modules/iobroker.javascript/lib/mirror.js:49:22)
          host.BT3-PRO	2020-05-10 12:25:16.928	error	Caught by controller[0]: at Mirror.sync (/opt/iobroker/node_modules/iobroker.javascript/lib/mirror.js:207:22)
          host.BT3-PRO	2020-05-10 12:25:16.927	error	Caught by controller[0]: at Mirror.sync (/opt/iobroker/node_modules/iobroker.javascript/lib/mirror.js:214:92)
          host.BT3-PRO	2020-05-10 12:25:16.927	error	Caught by controller[0]: TypeError: Cannot read property 'ts' of undefined
          host.BT3-PRO	2020-05-10 12:25:16.926	error	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 rejecte
          javascript.0	2020-05-10 12:25:15.492	info	(962631) terminating
          
          
          

          Nach Deaktivieren des Spiegelns in der Instanz, läuft es anscheinend.

          apollon77 2 Replies Last reply Reply Quote 0
          • Steff
            Steff last edited by

            @apollon77, @Diginix
            Github Issue ist erstellt --> Github-Link

            @apollon77, @wendy2702: Danke Euch für die Hilfe!

            1 Reply Last reply Reply Quote 1
            • M
              Merowinger last edited by Merowinger

              Node.js: v12.16.3
              Auf meinem Raspi als slave lief das update wunderbar.
              Der Proxmox Master auf headless Ubuntu LTS zeigt mir den hier...

              Ich hau mich weg. Lustige Nummer.
              root@iobroker:~# iobroker upgrade self
              Controller is running. Please stop ioBroker first.
              root@iobroker:~# iobroker stop
              iobroker controller daemon is not running
              root@iobroker:~# iobroker start
              Starting iobroker controller daemon...
              iobroker controller daemon started. PID: 4237
              root@iobroker:~# iobroker stop
              Stopping iobroker controller daemon...
              iobroker controller daemon stopped.
              No "killall.sh" script found. Just stop.
              root@iobroker:~# iobroker upgrade self
              Controller is running. Please stop ioBroker first.

              Das killall script funktioniert nicht, aber wenn ich die Befehle einzeln eingebe...
              root@iobroker:/opt/iobroker# pgrep -f '^io.' | sudo xargs kill -9
              root@iobroker:/opt/iobroker# pgrep -f '^node-red
              ' | sudo xargs kill -9
              root@iobroker:/opt/iobroker# iobroker upgrade self
              Controller is running. Please stop ioBroker first.

              Okay, habe beide "iobroker.js-con" gekillt.
              Jetzt lief das upgrade...

              1 Reply Last reply Reply Quote 0
              • Dr. Bakterius
                Dr. Bakterius Most Active @Thomas Braun last edited by

                @Thomas-Braun sagte in js-controller 3.0/3.1 jetzt im Latest!:

                Hab ich nicht mit angefangen...

                👶 🤡 👶

                1 Reply Last reply Reply Quote 0
                • K
                  karlo enzo last edited by

                  Nach Update auf den neuen JS-Controller 3.1.4 bekomme ich nach einem Backup über den
                  Backitup-Adapter die folgende Meldung (warn) im Log: - war vorher nicht so.

                  Objects 127.0.0.1:47772 Error from InMemDB: Error: ERROR readDir id=web.0: Not exists
                  Objects 127.0.0.1:47772 Error from InMemDB: Error: ERROR readDir id=admin.0: Not exists
                  Objects 127.0.0.1:47772 Error from InMemDB: Error: ERROR readDir id=0_userdata.0: Not exists

                  Meine Konfiguration: Buanet-Docker auf Synology DS718 - 16GB
                  JS-Controller 3.1.4 / Nodejs: 12.16.3 / NPM: 6.14.4
                  alle Adapter unter latest aktualisiert.
                  Unter Proxmox in einer Docker-Installation ergibt sich die gleiche Fehlermeldung.
                  Hat für mich keine hohe Prio, da das System ansonsten fehlerfrei läuft.

                  apollon77 Yodameister Dr. Bakterius 4 Replies Last reply Reply Quote 1
                  • BBTown
                    BBTown @apollon77 last edited by BBTown

                    @apollon77
                    Da habe ich mich wohl im anderen Thread etwas zu früh gefreut?!
                    Nach einem iobroker Neustart bleibt der SONOS Adapter erneut rot.
                    Ein Adapter-Neustart und ein Adapter rebuild brachte keine Veränderung

                    host.debian	2020-05-10 18:24:53.175	info	instance system.adapter.sonos.0 terminated with code 0 (NO_ERROR)
                    sonos.0	2020-05-10 18:24:52.627	error	(1830) Error: Got status 500 when invoking /MediaRenderer/AVTransport/Control at Object.invoke (/opt/iobroker/node_modules/sonos-discovery/lib/helpers/soap.js:99:10) at Player.play (/opt/iobro
                    sonos.0	2020-05-10 18:24:52.626	error	(1830) unhandled promise rejection: Got status 500 when invoking /MediaRenderer/AVTransport/Control
                    sonos.0	2020-05-10 18:24:52.626	error	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().
                    sonos.0	2020-05-10 18:24:52.625	error	(1830) Error: Got status 500 when invoking /MediaRenderer/AVTransport/Control at Object.invoke (/opt/iobroker/node_modules/sonos-discovery/lib/helpers/soap.js:99:10) at Player.pause (/opt/iobr
                    sonos.0	2020-05-10 18:24:52.624	error	(1830) unhandled promise rejection: Got status 500 when invoking /MediaRenderer/AVTransport/Control
                    sonos.0	2020-05-10 18:24:52.624	error	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().
                    sonos.0	2020-05-10 18:24:52.544	error	(1830) Error: Got status 500 when invoking /MediaRenderer/AVTransport/Control at Object.invoke (/opt/iobroker/node_modules/sonos-discovery/lib/helpers/soap.js:99:10) at Player.pause (/opt/iobr
                    sonos.0	2020-05-10 18:24:52.544	error	(1830) unhandled promise rejection: Got status 500 when invoking /MediaRenderer/AVTransport/Control
                    sonos.0	2020-05-10 18:24:52.543	error	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().
                    sonos.0	2020-05-10 18:24:52.541	error	(1830) Error: Got status 500 when invoking /MediaRenderer/AVTransport/Control at Object.invoke (/opt/iobroker/node_modules/sonos-discovery/lib/helpers/soap.js:99:10) at Player.pause (/opt/iobr
                    sonos.0	2020-05-10 18:24:52.541	error	(1830) unhandled promise rejection: Got status 500 when invoking /MediaRenderer/AVTransport/Control
                    sonos.0	2020-05-10 18:24:52.541	error	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().
                    host.debian	2020-05-10 18:24:51.262	info	instance system.adapter.sonos.0 started with pid 1830
                    host.debian	2020-05-10 18:24:21.251	info	Restart adapter system.adapter.sonos.0 because enabled
                    

                    foxriver76 Garfonso 2 Replies Last reply Reply Quote 0
                    • foxriver76
                      foxriver76 Developer @BBTown last edited by

                      @BBTown Server liefert 500 er Fehlercode, Adapter handelt das nicht, sollte nix mit Controller zu tun haben.

                      1 Reply Last reply Reply Quote 0
                      • Garfonso
                        Garfonso Developer @BBTown last edited by

                        @BBTown
                        Mach ein issue beim adapter auf, der muss das fixen. js-controller 3.x ist strenger geworden, was unbehandelte Fehler angeht.

                        BBTown 1 Reply Last reply Reply Quote 1
                        • BBTown
                          BBTown @Garfonso last edited by

                          @Garfonso
                          ich mache gern ein issue auf, allerdings gibt es diese Hinweise noch nicht mit der v3.0.20 sondern erst ab v3.1.x

                          1 Reply Last reply Reply Quote 0
                          • Feuersturm
                            Feuersturm @apollon77 last edited by

                            Wenn ihr 3.1.4 installiert, installiert ihr die Version dann direkt über "npm install ioBroker/ioBroker.js-controller" oder wird euch die Version im Admin Panel unter "Hosts" in der Version 3.1.4 angeboten?
                            Ich sehe hier nur: Verfügbar: 3.1.3 Installiert: 3.1.3

                            apollon77 1 Reply Last reply Reply Quote 0
                            • apollon77
                              apollon77 @Diginix last edited by

                              @Diginix Checke es gleich

                              1 Reply Last reply Reply Quote 0
                              • apollon77
                                apollon77 @karlo enzo last edited by

                                @karlo-enzo bei was bzw wann kommt die meldung denn? Kannst mal "iobroker upload admin" und "iobroker upload"web" versuchen

                                Dr. Bakterius 1 Reply Last reply Reply Quote 0
                                • apollon77
                                  apollon77 @Feuersturm last edited by

                                  @Feuersturm Dann bitte mal "iobroker update" ausführen bzw den Reload Knopf im Admin

                                  Feuersturm 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active last edited by

                                    Bei 'tado' klemmt es nach upgrade auf 3.1.4 wieder beim login auf den Tado-Servern.

                                    Start bei js-controller 3.1.4:

                                    2020-05-10 22:05:36.444  - info: host.raspberrypi instance system.adapter.tado.0 started with pid 31261
                                    2020-05-10 22:05:38.510  - info: tado.0 (31261) starting. Version 0.1.9 in /opt/iobroker/node_modules/iobroker.tado, node: v12.16.3, js-controller: 3.1.4
                                    2020-05-10 22:05:54.073  - info: tado.0 (31261) Connected to Tado cloud, initialyzing ...
                                    2020-05-10 22:06:19.125  - error: tado.0 (31261) Error in data refresh : Error: getaddrinfo EAI_AGAIN my.tado.com
                                    2020-05-10 22:06:19.128  - error: tado.0 (31261) Disconnected from Tado cloud service ..., retry in 30 seconds !
                                    

                                    Start bei js-controller 3.1.3 war sauber:

                                    2020-05-10 11:39:31.949  - info: host.raspberrypi "system.adapter.tado.0" enabled
                                    2020-05-10 11:39:32.007  - info: host.raspberrypi instance system.adapter.tado.0 started with pid 8687
                                    2020-05-10 11:39:34.176  - info: tado.0 (8687) starting. Version 0.1.9 in /opt/iobroker/node_modules/iobroker.tado, node: v12.16.3, js-controller: 3.1.3
                                    2020-05-10 11:39:34.716  - info: tado.0 (8687) Connected to Tado cloud, initialyzing ...
                                    2020-05-10 11:39:40.866  - info: tado.0 (8687) Initialisation finished,  connected to Tado Cloud service refreshing every : 60 seconds
                                    
                                    apollon77 1 Reply Last reply Reply Quote 0
                                    • Feuersturm
                                      Feuersturm @apollon77 last edited by

                                      @apollon77 Als ich deine Antwort gelesen hatte, hab ich die Adminseite wieder aufgerufen und ohne jegliches zutun war auf einmal auch die 3.1.4 da.
                                      Update war erfolgreich und beim Start von ioBroker gab es keine Probleme 🙂

                                      1 Reply Last reply Reply Quote 0
                                      • apollon77
                                        apollon77 @Thomas Braun last edited by

                                        @Thomas-Braun sagte in js-controller 3.0/3.1 jetzt im Latest!:

                                        getaddrinfo EAI_AGAIN my.tado.com

                                        ist ein Problem bei der Domainnamensauflösung. Also wenn der Controller daran schuld ist fress ich nen Besen ;.-) samt Stiel 😉

                                        Thomas Braun harrym Chaot 3 Replies Last reply Reply Quote 1
                                        • Thomas Braun
                                          Thomas Braun Most Active @apollon77 last edited by

                                          @apollon77 Nur hat sich da (zumindest in meinem Netzwerk) diesbezüglich überhaupt nichts geändert zwischen 3.1.3 und der Installation von 3.1.4.
                                          Netzwerke... Teufelszeug...

                                          1 Reply Last reply Reply Quote 0
                                          • harrym
                                            harrym @apollon77 last edited by harrym

                                            @apollon77 tja .... so ist es halt. Jeder sucht derzeit fehler bei dem Adapter. KEINER sieht die tolle Arbeit von euch dahinter.

                                            Wobei .... Logfiles LESEN und auch VERSTEHEN .... können auch ned viele.

                                            just my2cents ..... und ich bin jetzt wieder stiller Mitleser.

                                            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

                                            645
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            js-controller
                                            127
                                            1340
                                            359331
                                            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