Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. ioBroker.js-controller 1.5.6

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    ioBroker.js-controller 1.5.6

    This topic has been deleted. Only users with topic management privileges can see it.
    • Issi
      Issi Developer last edited by

      hab die v.1.5.6 jetzt seit gestern am laufen und bisher keine Error abgesehen von DasWetter mit dem code 11 aber der war auch schon vorher da

      1 Reply Last reply Reply Quote 0
      • Bluefox
        Bluefox @lobomau last edited by

        @lobomau da kann ich leider jetzt nicht helfen. Man muss sauber alles trennen. Da ist was mit der Installation kaputt

        lobomau 1 Reply Last reply Reply Quote 0
        • Bluefox
          Bluefox @sigi234 last edited by Bluefox

          @sigi234 Welche DasWetter Version hast du?
          kannst du so was probieren ?:
          node C:\ioBroker\node_modules\iobroker.daswetter\main.js --logs

          sigi234 1 Reply Last reply Reply Quote 0
          • lobomau
            lobomau @Bluefox last edited by

            @Bluefox sagte in ioBroker.js-controller 1.5.6:

            @lobomau da kann ich leider jetzt nicht helfen. Man muss sauber alles trennen. Da ist was mit der Installation kaputt

            Ja, alles klar. Danke. Eben snapshot zurück und gut. Neu mache ich irgendwann in Ruhe.

            1 Reply Last reply Reply Quote 0
            • sigi234
              sigi234 Forum Testing Most Active @Bluefox last edited by

              @Bluefox sagte in ioBroker.js-controller 1.5.6:

              @sigi234 Welche DasWetter Version hast du?
              kannst du so was probieren ?:
              node C:\ioBroker\node_modules\iobroker.daswetter\main.js --logs

              starting. Version 2.6.1 in C:/ioBroker/node_modules/iobroker.daswetter, node: v8.15.0
              set timeout to 300 sec
              checking data structures
              deleting unused dataset, reset to true
              using new datastructure
              calling forecast 5 days: http://api.daswetter.com/index.php?api_lang=de&localidad=xxxxx&affiliate_id=xxxxxxx=2.05 days forecast done, objects in list 947
              objects in list: 947
              calling forecast hourly: http://api.daswetter.com/index.php?api_lang=de&localidad=xxxx&affiliate_id=xxxxxx&v=2.0&h=1
              got 148 channels
              RangeError: Maximum call stack size exceeded
                  at tryParse (C:\ioBroker\node_modules\socket.io-parser\index.js:336:12)
                  at decodeString (C:\ioBroker\node_modules\socket.io-parser\index.js:325:9)
                  at Decoder.add (C:\ioBroker\node_modules\socket.io-parser\index.js:237:14)
                  at Manager.ondata (C:\ioBroker\node_modules\socket.io-client\lib\manager.js:322:16)
                  at Socket.<anonymous> (C:\ioBroker\node_modules\component-bind\index.js:21:15)
                  at Socket.Emitter.emit (C:\ioBroker\node_modules\engine.io-client\node_modules\component-emitter\index.js:133:20)
                  at Socket.onPacket (C:\ioBroker\node_modules\engine.io-client\lib\socket.js:451:14)
                  at WS.<anonymous> (C:\ioBroker\node_modules\engine.io-client\lib\socket.js:268:10)
                  at WS.Emitter.emit (C:\ioBroker\node_modules\engine.io-client\node_modules\component-emitter\index.js:133:20)
                  at WS.Transport.onPacket (C:\ioBroker\node_modules\engine.io-client\lib\transport.js:145:8)
              hourly forecast done, objects in list 2581
              update already running
              update already running
              terminating
              
              1 Reply Last reply Reply Quote 0
              • P
                PrinzEisenherz1 last edited by

                @Bluefox sagte in ioBroker.js-controller 1.5.6:

                node C:\ioBroker\node_modules\iobroker.daswetter\main.js --logs

                Hi Bluefox, also bei mir kommt folgendes

                oot@ioBroker-VM:~# node /opt/iobroker/node_modules/iobroker.daswetter/main.js --logs
                starting. Version 2.6.1 in /opt/iobroker/node_modules/iobroker.daswetter, node: v8.15.0
                set timeout to 80 sec
                checking data structures
                deleting unused dataset, reset to true
                using new datastructure
                calling forecast 7 days: http://api.daswetter.com/index.php?api_lang=de&localidad=100557&affiliate_id=1h42khm1qqjz
                7 days forecast done, objects in list 107
                objects in list: 107
                calling forecast hourly: http://api.daswetter.com/index.php?api_lang=de&localidad=100557&affiliate_id=1h42khm1qqjz&v=2.0&h=1
                got 150 channels
                got 2875 states 
                hourly forecast done, objects in list 1699
                update already running
                update already running
                nothing to do
                exit, all done
                root@ioBroker-VM:~# 
                

                Ich hab die Version 2.6.1

                Bluefox 1 Reply Last reply Reply Quote 0
                • sigi234
                  sigi234 Forum Testing Most Active @coyote last edited by

                  @coyote sagte in ioBroker.js-controller 1.5.6:

                  Schätze, dass der Fehler erst nach dem ersten Schedule kommt

                  Kann ich bestätigen.

                  coyote 1 Reply Last reply Reply Quote 0
                  • Bluefox
                    Bluefox @PrinzEisenherz1 last edited by

                    @PrinzEisenherz1 Hier ist alles OK.

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

                      @simatec Nach Rücksprache mit @AlCalzone ist das nicht ganz korrek t- zumindestens nicht mit den Installern seit 20.1. glaube ich.

                      Dafpr ind die Default ACLs da die vom Instller gesetzt werden

                      Dann gehören die Dateien zwar dem aktuellen user, iobroker behält trotzdem die Berechtigungen

                      simatec 2 Replies Last reply Reply Quote 0
                      • simatec
                        simatec Developer Most Active @apollon77 last edited by simatec

                        @apollon77
                        OK dann teste ich das noch einmal mit einer neu aufgesetzten Installation.
                        Meine aktuelle mit den manuellen Patch, den ich dann als PR für den Installer gepusht hatte, ging es nicht.

                        Aber ich werde das nochmal reproduzieren und berichten 😉

                        1 Reply Last reply Reply Quote 1
                        • coyote
                          coyote Most Active @sigi234 last edited by

                          @sigi234 sagte in ioBroker.js-controller 1.5.6:

                          Kann ich bestätigen.

                          Also bei mir alles ok, kein Fehler im Log von DasWetter. Sind ja jetzt schon mehrere Zyklen durchgelaufen ohne Probleme....

                          sigi234 1 Reply Last reply Reply Quote 0
                          • sigi234
                            sigi234 Forum Testing Most Active @coyote last edited by

                            @coyote sagte in ioBroker.js-controller 1.5.6:

                            @sigi234 sagte in ioBroker.js-controller 1.5.6:

                            Kann ich bestätigen.

                            Also bei mir alles ok, kein Fehler im Log von DasWetter. Sind ja jetzt schon mehrere Zyklen durchgelaufen ohne Probleme....

                            Hm........... da wären deine Einstellungen vom Adapter interessant.

                            1 Reply Last reply Reply Quote 0
                            • sigi234
                              sigi234 Forum Testing Most Active last edited by

                              Ich habe folgendes Verhalten beobachtet:

                              Beim laden wird immer auf 127.0.0.1 gefiltert, wenn ich das Rote X Drücke geht es.

                              Screenshot (1824).png

                              Screenshot (1825).png

                              Bluefox 1 Reply Last reply Reply Quote 0
                              • coyote
                                coyote Most Active last edited by

                                Ist nur "neue Datenstruktur" angewählt, Pfad 1-4 ausgefüllt, 60Sek Zeitlimit und Iconset 6
                                Das war's auch schon

                                sigi234 1 Reply Last reply Reply Quote 0
                                • sigi234
                                  sigi234 Forum Testing Most Active @coyote last edited by

                                  @coyote sagte in ioBroker.js-controller 1.5.6:

                                  Ist nur "neue Datenstruktur" angewählt, Pfad 1-4 ausgefüllt, 60Sek Zeitlimit und Iconset 6
                                  Das war's auch schon

                                  Aha, ich habe nur Pfad 2+3 drinnen.

                                  1 Reply Last reply Reply Quote 0
                                  • coyote
                                    coyote Most Active last edited by coyote

                                    Hm ok, hab 1 und 4 mal raus genommen und schedule auf 2 min, mal sehen ob ein Fehler kommt.

                                    Edit: Alles gut, kein Fehler 🤷

                                    sigi234 1 Reply Last reply Reply Quote 0
                                    • sigi234
                                      sigi234 Forum Testing Most Active @coyote last edited by

                                      @coyote

                                      daswetter.0	2019-02-14 00:02:01.516	error	RangeError: Maximum call stack size exceeded at tryParse (C:\ioBroker\node_modules\socket.io-parser\index.js:336:12) at decodeString (C:\ioBroker\node_modules\socket.io-parser\index.js:325:9)
                                      daswetter.0	2019-02-14 00:02:01.516	error	uncaught exception: Maximum call stack size exceeded
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • coyote
                                        coyote Most Active last edited by

                                        Zur Info:

                                        Socket.io 2.1.1
                                        npm 6.4.1
                                        nodejs 8.12.0

                                        Also hab ich nur eine andere nodejs Version

                                        1 Reply Last reply Reply Quote 0
                                        • cvidal
                                          cvidal Forum Testing last edited by

                                          Seit 1.5.6 wird bei mir auch gefiltert, entweder steht da mal meine Email Adresse oder ne 2323...
                                          Kann mir das überhaupt nicht erklären...

                                          Adapter.PNG
                                          Instanzen.PNG
                                          Log.PNG
                                          Host.PNG

                                          Holger76 sigi234 2 Replies Last reply Reply Quote 0
                                          • Homer.J.
                                            Homer.J. last edited by

                                            Morgen,

                                            2019-02-14 05:15:03.312 - error: daswetter.0 uncaught exception: Maximum call stack size exceeded
                                            2019-02-14 05:15:03.313 - error: daswetter.0 RangeError: Maximum call stack size exceeded

                                            Grüße

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            891
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            call for action test
                                            31
                                            150
                                            16418
                                            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