Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Alpha Test js-controller Kiera (v6.0)

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.6k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.1k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.9k

Alpha Test js-controller Kiera (v6.0)

Geplant Angeheftet Gesperrt Verschoben Tester
alphajs-controllerkieratest
234 Beiträge 20 Kommentatoren 44.8k Aufrufe 25 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • mcm1957M mcm1957

    @feuersturm said in Alpha Test js-controller Kiera (v6.0):

    Grad gesehen:

    info: host.ioBrokerTestsystem instance scheduled system.adapter.ical.5 * * * * *

    Hast du wirklich einen cron * * * * * eingestellt ?

    Mit * * * * * schaff ich auch already running. Aber die NO_CONFIG Meldung schaff ich nicht.

    FeuersturmF Online
    FeuersturmF Online
    Feuersturm
    schrieb am zuletzt editiert von
    #58

    @mcm1957 sagte in Alpha Test js-controller Kiera (v6.0):

    Hast du wirklich einen cron * * * * * eingestellt ?

    Ja, das war jetzt zum testen.

    foxriver76F 1 Antwort Letzte Antwort
    0
    • mcm1957M Online
      mcm1957M Online
      mcm1957
      schrieb am zuletzt editiert von mcm1957
      #59

      @Feuersturm
      @foxriver76

      Soda - ich hab das Ganze jetzt mal reproduzierbar.

      Mit EINER Instanz funktioniert alles.

      Installiert man ZWEI ical Instanzen und startet beide ist auch alles in Ordnung.
      Startet man nur Instanz 0 und läßt Instanz 1 gestoppt ist alles in Ordnung.

      Startet man NUR instanz 1 und läßt Instanz 0 disabled, dann kommt der NO_CONFIG Fehler.

      Sieht so aus aös würde irgendwo nicht auf die richtige Instanz sondern auf Instanz 0 zugegriffen.
      Die Suche überlass ich aber dann mal dir Moritz :-) Und ja, der Status NO_CONFIG bedeutet auch Instanz gestoppt lt. EXIT Code Source

      Am ical selbst dürfte es nicht liegen. Entweder ist das bei allen mehrfachen Instanzen so oder es betrifft nur scheduled Adapter.

      EDIT:

      Im Log sioeht man, dass die Instanz nicht richtig weitergegeben wird. Ich starte hier Instanz 1 - die NO_CONFOIG MEldung schreibt aber eine Instanz 0 !!! Siehe Zeile 2 und 3.

      host.Envy 2024-05-22 22:48:54.918	error	instance system.adapter.ical.1 terminated with code 3 (NO_ADAPTER_CONFIG_FOUND)
      ical.0    2024-05-22 22:48:54.345	warn	Terminated (NO_ADAPTER_CONFIG_FOUND): Without reason
      ical.0    2024-05-22 22:48:54.340	error	adapter disabled
      host.Envy 2024-05-22 22:48:52.164	info	instance system.adapter.ical.1 started with pid 10676
      host.Envy 2024-05-22 22:48:52.154	info	instance scheduled system.adapter.ical.1 0,4 0,30 * * * *
      

      Der Fehler ist mit 2 daemon Instanzen ebenso gegeben (2x Zigbee). Er hat also nix mit scheduled zu tun.

      Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
      Support Repositoryverwaltung.

      Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

      LESEN - gute Forenbeitrage

      1 Antwort Letzte Antwort
      1
      • mcm1957M mcm1957

        Ich hab jetzt mal mein Windowssytem auf js-controller 6 gebracht (mit dem manuellen Fix)

        Der ical startet bei mir einwandfrei:

        host.Envy
        2024-05-22 21:25:08.287	info	instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
        
        ical.0
        2024-05-22 21:25:07.726	info	Terminated (NO_ERROR): Without reason
        
        ical.0
        2024-05-22 21:25:02.716	info	All calenders could not be processed, Do not clean up events
        
        ical.0
        2024-05-22 21:25:02.715	warn	Error reading "http://11111.ics": Cannot read URL: "http://11111.ics"
        
        ical.0
        2024-05-22 21:25:02.714	warn	Error reading from URL "http://11111.ics"
        
        ical.0
        2024-05-22 21:25:02.474	info	starting. Version 1.15.0 in C:/ioBroker/node_modules/iobroker.ical, node: v18.20.2, js-controller: 6.0.1-alpha.0-20240522-72e34be5c
        host.Envy
        2024-05-22 21:25:01.952	info	Restart compact group controller 3
        

        Hinweis: Das System läuft im compact mode - das sollte aber wohl kaum ein Problem BEHEBEN-

        Hinweis2: Ich hab keine echte Config sondern nur das was als Default drinnen ist abgespeichert.

        foxriver76F Offline
        foxriver76F Offline
        foxriver76
        Developer
        schrieb am zuletzt editiert von foxriver76
        #60

        @mcm1957 mach mal einen ical anders als Instanz 0 vielleicht liegt es daran

        Edit ok bist ja schon dran

        Videotutorials & mehr

        Hier könnt ihr mich unterstützen.

        mcm1957M Rene55R 2 Antworten Letzte Antwort
        0
        • foxriver76F foxriver76

          @mcm1957 mach mal einen ical anders als Instanz 0 vielleicht liegt es daran

          Edit ok bist ja schon dran

          mcm1957M Online
          mcm1957M Online
          mcm1957
          schrieb am zuletzt editiert von mcm1957
          #61

          @foxriver76
          Beim Start wird da was falsch übergeben. Schau dir das Log genau an. Da loggt eine INstanz 0 was obwohl eine INstanz 1 gestartet wurde. Und ja, 0 ist ja disabled :-)

          Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
          Support Repositoryverwaltung.

          Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

          LESEN - gute Forenbeitrage

          1 Antwort Letzte Antwort
          0
          • foxriver76F foxriver76

            @mcm1957 mach mal einen ical anders als Instanz 0 vielleicht liegt es daran

            Edit ok bist ja schon dran

            Rene55R Offline
            Rene55R Offline
            Rene55
            schrieb am zuletzt editiert von
            #62

            @foxriver76 Upgrade durchgeführt. Läuft auf den ersten Blick bis auf Rest-API und Simple-API. Dier haben beide core_2.6.11.

            Host: Fujitsu Intel(R) Pentium(R) CPU G4560T, 32 GB RAM, Proxmox 8.x + lxc Ubuntu 22.04
            ioBroker (8 GB RAM) Node.js: 20.19.1, NPM: 10.8.2, js-Controller: 7.0.6, Admin: 7.6.3
            Wetterstation: Froggit WH3000SE V1.6.6

            foxriver76F 1 Antwort Letzte Antwort
            0
            • Rene55R Rene55

              @foxriver76 Upgrade durchgeführt. Läuft auf den ersten Blick bis auf Rest-API und Simple-API. Dier haben beide core_2.6.11.

              foxriver76F Offline
              foxriver76F Offline
              foxriver76
              Developer
              schrieb am zuletzt editiert von
              #63

              @rene55 Was kommt da im Log mit 2.6.11? Sollte eigentlich ok sein

              Videotutorials & mehr

              Hier könnt ihr mich unterstützen.

              Rene55R 1 Antwort Letzte Antwort
              0
              • foxriver76F foxriver76

                @rene55 Was kommt da im Log mit 2.6.11? Sollte eigentlich ok sein

                Rene55R Offline
                Rene55R Offline
                Rene55
                schrieb am zuletzt editiert von Rene55
                #64

                @foxriver76

                rest-api.0	2024-05-23 10:19:01.445	warn	Terminated (JS_CONTROLLER_STOPPED): Without reason
                rest-api.0	2024-05-23 10:19:01.444	error	Cannot create webserver: TypeError: Cannot read properties of undefined (reading 'createServerAsync')
                rest-api.0	2024-05-23 10:19:00.150	info	starting. Version 1.1.0 in /opt/iobroker/node_modules/iobroker.rest-api, node: v20.13.1, js-controller: 6.0.1-alpha.0-20240522-72e34be5c
                

                Host: Fujitsu Intel(R) Pentium(R) CPU G4560T, 32 GB RAM, Proxmox 8.x + lxc Ubuntu 22.04
                ioBroker (8 GB RAM) Node.js: 20.19.1, NPM: 10.8.2, js-Controller: 7.0.6, Admin: 7.6.3
                Wetterstation: Froggit WH3000SE V1.6.6

                foxriver76F 2 Antworten Letzte Antwort
                0
                • Rene55R Rene55

                  @foxriver76

                  rest-api.0	2024-05-23 10:19:01.445	warn	Terminated (JS_CONTROLLER_STOPPED): Without reason
                  rest-api.0	2024-05-23 10:19:01.444	error	Cannot create webserver: TypeError: Cannot read properties of undefined (reading 'createServerAsync')
                  rest-api.0	2024-05-23 10:19:00.150	info	starting. Version 1.1.0 in /opt/iobroker/node_modules/iobroker.rest-api, node: v20.13.1, js-controller: 6.0.1-alpha.0-20240522-72e34be5c
                  
                  foxriver76F Offline
                  foxriver76F Offline
                  foxriver76
                  Developer
                  schrieb am zuletzt editiert von
                  #65

                  @rene55 ok muss beides in den Adaptern gefixt werden

                  Videotutorials & mehr

                  Hier könnt ihr mich unterstützen.

                  1 Antwort Letzte Antwort
                  0
                  • FeuersturmF Feuersturm

                    @mcm1957 sagte in Alpha Test js-controller Kiera (v6.0):

                    Hast du wirklich einen cron * * * * * eingestellt ?

                    Ja, das war jetzt zum testen.

                    foxriver76F Offline
                    foxriver76F Offline
                    foxriver76
                    Developer
                    schrieb am zuletzt editiert von foxriver76
                    #66

                    @feuersturm Kannst du nochmal updaten bitte, bzw. alle Linux Nutzer sollten nochmal updaten ;-)

                    Videotutorials & mehr

                    Hier könnt ihr mich unterstützen.

                    sigi234S FeuersturmF mcm1957M 3 Antworten Letzte Antwort
                    0
                    • foxriver76F foxriver76

                      @feuersturm Kannst du nochmal updaten bitte, bzw. alle Linux Nutzer sollten nochmal updaten ;-)

                      sigi234S Online
                      sigi234S Online
                      sigi234
                      Forum Testing Most Active
                      schrieb am zuletzt editiert von
                      #67

                      @foxriver76 sagte in Alpha Test js-controller Kiera (v6.0):

                      @feuersturm Kannst du nochmal updaten bitte, bzw. alle sollten nochmal updaten ;-)

                      Auch Win User?

                      Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Immer Daten sichern!

                      foxriver76F 1 Antwort Letzte Antwort
                      0
                      • sigi234S sigi234

                        @foxriver76 sagte in Alpha Test js-controller Kiera (v6.0):

                        @feuersturm Kannst du nochmal updaten bitte, bzw. alle sollten nochmal updaten ;-)

                        Auch Win User?

                        foxriver76F Offline
                        foxriver76F Offline
                        foxriver76
                        Developer
                        schrieb am zuletzt editiert von
                        #68

                        @sigi234 Not yet, nein

                        Videotutorials & mehr

                        Hier könnt ihr mich unterstützen.

                        1 Antwort Letzte Antwort
                        0
                        • Rene55R Rene55

                          @foxriver76

                          rest-api.0	2024-05-23 10:19:01.445	warn	Terminated (JS_CONTROLLER_STOPPED): Without reason
                          rest-api.0	2024-05-23 10:19:01.444	error	Cannot create webserver: TypeError: Cannot read properties of undefined (reading 'createServerAsync')
                          rest-api.0	2024-05-23 10:19:00.150	info	starting. Version 1.1.0 in /opt/iobroker/node_modules/iobroker.rest-api, node: v20.13.1, js-controller: 6.0.1-alpha.0-20240522-72e34be5c
                          
                          foxriver76F Offline
                          foxriver76F Offline
                          foxriver76
                          Developer
                          schrieb am zuletzt editiert von
                          #69

                          @rene55 Rest API 2.0.1 ist auf dem Weg ins latest, damit sollte es gehen.

                          Videotutorials & mehr

                          Hier könnt ihr mich unterstützen.

                          mcm1957M 1 Antwort Letzte Antwort
                          0
                          • foxriver76F foxriver76

                            @feuersturm Kannst du nochmal updaten bitte, bzw. alle Linux Nutzer sollten nochmal updaten ;-)

                            FeuersturmF Online
                            FeuersturmF Online
                            Feuersturm
                            schrieb am zuletzt editiert von
                            #70

                            @foxriver76 Update auf 6.0.1-alpha.0-20240523-1d3cb759c

                            ical Problem ist behoben. ical5 wird jetzt ausgelesen auch wenn die anderen icals (0-4) inaktiv sind :-)

                            sind das hier Themen für die Adapter oder für den controller (hatte ich weiter oben auch schon in den logs, ist also nichts neues)

                            2024-05-23 12:02:27.141 - error: host.ioBrokerTestsystem Caught by controller[0]: /opt/iobroker/node_modules/iobroker.vis-google-fonts/node_modules/@iobroker/adapter-core/build/controllerTools.js:83
                            2024-05-23 12:02:27.145 - error: host.ioBrokerTestsystem Caught by controller[0]: throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                            2024-05-23 12:02:27.148 - error: host.ioBrokerTestsystem Caught by controller[0]: ^
                            2024-05-23 12:02:27.154 - error: host.ioBrokerTestsystem Caught by controller[0]: Error: Cannot resolve JS-Controller module zipFiles.js
                            2024-05-23 12:02:27.157 - error: host.ioBrokerTestsystem Caught by controller[0]: at resolveNamedModule (/opt/iobroker/node_modules/iobroker.vis-google-fonts/node_modules/@iobroker/adapter-core/build/controllerTools.js:83:11)
                            2024-05-23 12:02:27.160 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.vis-google-fonts/node_modules/@iobroker/adapter-core/build/controllerTools.js:128:15)
                            2024-05-23 12:02:27.163 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-05-23 12:02:27.166 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                            2024-05-23 12:02:27.169 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                            2024-05-23 12:02:27.172 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                            2024-05-23 12:02:27.175 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                            2024-05-23 12:02:27.178 - error: host.ioBrokerTestsystem Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                            2024-05-23 12:02:27.181 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.vis-google-fonts/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                            2024-05-23 12:02:27.187 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-05-23 12:02:27.190 - error: host.ioBrokerTestsystem Caught by controller[0]: Node.js v18.20.3
                            
                            2024-05-23 12:03:55.275 - error: host.ioBrokerTestsystem Caught by controller[0]: /opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/controllerTools.js:83
                            2024-05-23 12:03:55.278 - error: host.ioBrokerTestsystem Caught by controller[0]: throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                            2024-05-23 12:03:55.281 - error: host.ioBrokerTestsystem Caught by controller[0]: ^
                            2024-05-23 12:03:55.284 - error: host.ioBrokerTestsystem Caught by controller[0]: Error: Cannot resolve JS-Controller module zipFiles.js
                            2024-05-23 12:03:55.287 - error: host.ioBrokerTestsystem Caught by controller[0]: at resolveNamedModule (/opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/controllerTools.js:83:11)
                            2024-05-23 12:03:55.289 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/controllerTools.js:128:15)
                            2024-05-23 12:03:55.292 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-05-23 12:03:55.294 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                            2024-05-23 12:03:55.297 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                            2024-05-23 12:03:55.299 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                            2024-05-23 12:03:55.301 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                            2024-05-23 12:03:55.304 - error: host.ioBrokerTestsystem Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                            2024-05-23 12:03:55.307 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                            2024-05-23 12:03:55.309 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-05-23 12:03:55.311 - error: host.ioBrokerTestsystem Caught by controller[0]: Node.js v18.20.3
                            2024-05-23 12:03:55.314 - error: host.ioBrokerTestsystem instance system.adapter.device-manager.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                            
                            2024-05-23 12:04:00.530 - error: host.ioBrokerTestsystem Caught by controller[0]: /opt/iobroker/node_modules/iobroker.vis-inventwo/node_modules/@iobroker/adapter-core/build/controllerTools.js:83
                            2024-05-23 12:04:00.533 - error: host.ioBrokerTestsystem Caught by controller[0]: throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                            2024-05-23 12:04:00.536 - error: host.ioBrokerTestsystem Caught by controller[0]: ^
                            2024-05-23 12:04:00.539 - error: host.ioBrokerTestsystem Caught by controller[0]: Error: Cannot resolve JS-Controller module zipFiles.js
                            2024-05-23 12:04:00.542 - error: host.ioBrokerTestsystem Caught by controller[0]: at resolveNamedModule (/opt/iobroker/node_modules/iobroker.vis-inventwo/node_modules/@iobroker/adapter-core/build/controllerTools.js:83:11)
                            2024-05-23 12:04:00.545 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.vis-inventwo/node_modules/@iobroker/adapter-core/build/controllerTools.js:128:15)
                            2024-05-23 12:04:00.549 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-05-23 12:04:00.552 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                            2024-05-23 12:04:00.555 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                            2024-05-23 12:04:00.558 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                            2024-05-23 12:04:00.560 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                            2024-05-23 12:04:00.563 - error: host.ioBrokerTestsystem Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                            2024-05-23 12:04:00.566 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.vis-inventwo/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                            2024-05-23 12:04:00.571 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-05-23 12:04:00.574 - error: host.ioBrokerTestsystem Caught by controller[0]: Node.js v18.20.3
                            2024-05-23 12:04:00.579 - error: host.ioBrokerTestsystem instance system.adapter.vis-inventwo.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                            

                            Folgendes ist neu, da ich noch ein paar Adapter aktiviert habe die bisher inaktiv waren:

                            2024-05-23 12:04:18.978 - error: host.ioBrokerTestsystem Caught by controller[0]: /opt/iobroker/node_modules/iobroker.samsung-community/main.js:112
                            2024-05-23 12:04:19.023 - error: host.ioBrokerTestsystem Caught by controller[0]: var adapter = utils.Adapter({
                            2024-05-23 12:04:19.039 - error: host.ioBrokerTestsystem Caught by controller[0]: ^
                            2024-05-23 12:04:19.054 - error: host.ioBrokerTestsystem Caught by controller[0]: TypeError: utils.Adapter is not a function
                            2024-05-23 12:04:19.065 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.samsung-community/main.js:112:21)
                            2024-05-23 12:04:19.077 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-05-23 12:04:19.087 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                            2024-05-23 12:04:19.098 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                            2024-05-23 12:04:19.108 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                            2024-05-23 12:04:19.118 - error: host.ioBrokerTestsystem Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
                            2024-05-23 12:04:19.127 - error: host.ioBrokerTestsystem Caught by controller[0]: at node:internal/main/run_main_module:28:49
                            2024-05-23 12:04:19.136 - error: host.ioBrokerTestsystem Caught by controller[0]: Node.js v18.20.3
                            2024-05-23 12:04:19.145 - error: host.ioBrokerTestsystem instance system.adapter.samsung-community.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                            
                            foxriver76F 1 Antwort Letzte Antwort
                            0
                            • FeuersturmF Feuersturm

                              @foxriver76 Update auf 6.0.1-alpha.0-20240523-1d3cb759c

                              ical Problem ist behoben. ical5 wird jetzt ausgelesen auch wenn die anderen icals (0-4) inaktiv sind :-)

                              sind das hier Themen für die Adapter oder für den controller (hatte ich weiter oben auch schon in den logs, ist also nichts neues)

                              2024-05-23 12:02:27.141 - error: host.ioBrokerTestsystem Caught by controller[0]: /opt/iobroker/node_modules/iobroker.vis-google-fonts/node_modules/@iobroker/adapter-core/build/controllerTools.js:83
                              2024-05-23 12:02:27.145 - error: host.ioBrokerTestsystem Caught by controller[0]: throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                              2024-05-23 12:02:27.148 - error: host.ioBrokerTestsystem Caught by controller[0]: ^
                              2024-05-23 12:02:27.154 - error: host.ioBrokerTestsystem Caught by controller[0]: Error: Cannot resolve JS-Controller module zipFiles.js
                              2024-05-23 12:02:27.157 - error: host.ioBrokerTestsystem Caught by controller[0]: at resolveNamedModule (/opt/iobroker/node_modules/iobroker.vis-google-fonts/node_modules/@iobroker/adapter-core/build/controllerTools.js:83:11)
                              2024-05-23 12:02:27.160 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.vis-google-fonts/node_modules/@iobroker/adapter-core/build/controllerTools.js:128:15)
                              2024-05-23 12:02:27.163 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                              2024-05-23 12:02:27.166 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                              2024-05-23 12:02:27.169 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                              2024-05-23 12:02:27.172 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                              2024-05-23 12:02:27.175 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                              2024-05-23 12:02:27.178 - error: host.ioBrokerTestsystem Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                              2024-05-23 12:02:27.181 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.vis-google-fonts/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                              2024-05-23 12:02:27.187 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                              2024-05-23 12:02:27.190 - error: host.ioBrokerTestsystem Caught by controller[0]: Node.js v18.20.3
                              
                              2024-05-23 12:03:55.275 - error: host.ioBrokerTestsystem Caught by controller[0]: /opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/controllerTools.js:83
                              2024-05-23 12:03:55.278 - error: host.ioBrokerTestsystem Caught by controller[0]: throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                              2024-05-23 12:03:55.281 - error: host.ioBrokerTestsystem Caught by controller[0]: ^
                              2024-05-23 12:03:55.284 - error: host.ioBrokerTestsystem Caught by controller[0]: Error: Cannot resolve JS-Controller module zipFiles.js
                              2024-05-23 12:03:55.287 - error: host.ioBrokerTestsystem Caught by controller[0]: at resolveNamedModule (/opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/controllerTools.js:83:11)
                              2024-05-23 12:03:55.289 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/controllerTools.js:128:15)
                              2024-05-23 12:03:55.292 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                              2024-05-23 12:03:55.294 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                              2024-05-23 12:03:55.297 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                              2024-05-23 12:03:55.299 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                              2024-05-23 12:03:55.301 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                              2024-05-23 12:03:55.304 - error: host.ioBrokerTestsystem Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                              2024-05-23 12:03:55.307 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                              2024-05-23 12:03:55.309 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                              2024-05-23 12:03:55.311 - error: host.ioBrokerTestsystem Caught by controller[0]: Node.js v18.20.3
                              2024-05-23 12:03:55.314 - error: host.ioBrokerTestsystem instance system.adapter.device-manager.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                              
                              2024-05-23 12:04:00.530 - error: host.ioBrokerTestsystem Caught by controller[0]: /opt/iobroker/node_modules/iobroker.vis-inventwo/node_modules/@iobroker/adapter-core/build/controllerTools.js:83
                              2024-05-23 12:04:00.533 - error: host.ioBrokerTestsystem Caught by controller[0]: throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                              2024-05-23 12:04:00.536 - error: host.ioBrokerTestsystem Caught by controller[0]: ^
                              2024-05-23 12:04:00.539 - error: host.ioBrokerTestsystem Caught by controller[0]: Error: Cannot resolve JS-Controller module zipFiles.js
                              2024-05-23 12:04:00.542 - error: host.ioBrokerTestsystem Caught by controller[0]: at resolveNamedModule (/opt/iobroker/node_modules/iobroker.vis-inventwo/node_modules/@iobroker/adapter-core/build/controllerTools.js:83:11)
                              2024-05-23 12:04:00.545 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.vis-inventwo/node_modules/@iobroker/adapter-core/build/controllerTools.js:128:15)
                              2024-05-23 12:04:00.549 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                              2024-05-23 12:04:00.552 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                              2024-05-23 12:04:00.555 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                              2024-05-23 12:04:00.558 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                              2024-05-23 12:04:00.560 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                              2024-05-23 12:04:00.563 - error: host.ioBrokerTestsystem Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                              2024-05-23 12:04:00.566 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.vis-inventwo/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                              2024-05-23 12:04:00.571 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                              2024-05-23 12:04:00.574 - error: host.ioBrokerTestsystem Caught by controller[0]: Node.js v18.20.3
                              2024-05-23 12:04:00.579 - error: host.ioBrokerTestsystem instance system.adapter.vis-inventwo.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                              

                              Folgendes ist neu, da ich noch ein paar Adapter aktiviert habe die bisher inaktiv waren:

                              2024-05-23 12:04:18.978 - error: host.ioBrokerTestsystem Caught by controller[0]: /opt/iobroker/node_modules/iobroker.samsung-community/main.js:112
                              2024-05-23 12:04:19.023 - error: host.ioBrokerTestsystem Caught by controller[0]: var adapter = utils.Adapter({
                              2024-05-23 12:04:19.039 - error: host.ioBrokerTestsystem Caught by controller[0]: ^
                              2024-05-23 12:04:19.054 - error: host.ioBrokerTestsystem Caught by controller[0]: TypeError: utils.Adapter is not a function
                              2024-05-23 12:04:19.065 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.samsung-community/main.js:112:21)
                              2024-05-23 12:04:19.077 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                              2024-05-23 12:04:19.087 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                              2024-05-23 12:04:19.098 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                              2024-05-23 12:04:19.108 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                              2024-05-23 12:04:19.118 - error: host.ioBrokerTestsystem Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
                              2024-05-23 12:04:19.127 - error: host.ioBrokerTestsystem Caught by controller[0]: at node:internal/main/run_main_module:28:49
                              2024-05-23 12:04:19.136 - error: host.ioBrokerTestsystem Caught by controller[0]: Node.js v18.20.3
                              2024-05-23 12:04:19.145 - error: host.ioBrokerTestsystem instance system.adapter.samsung-community.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                              
                              foxriver76F Offline
                              foxriver76F Offline
                              foxriver76
                              Developer
                              schrieb am zuletzt editiert von foxriver76
                              #71

                              @feuersturm die oberen mit dem zipFiles muss ich schauen wie wir das gefixt bekommen, liegt nicht direkt an den Adaptern, ist dort zwar fixbar aber wäre zu viel Aufwand für alle. Ist ja eh eine Testinstallation nehme ich an. Kannst du mal in /opt/iobroker den Befehl npm update ausführen. Und dann neustarten und schauen ob die oberen 3 Adapter laufen.

                              Der letzte Adapter wo kommt der her? Finde ich weder im Repo noch auf npm noch mit einer kurzen Google Suche, vermute der ist schwer veraltet.

                              Videotutorials & mehr

                              Hier könnt ihr mich unterstützen.

                              FeuersturmF 3 Antworten Letzte Antwort
                              0
                              • foxriver76F foxriver76

                                @rene55 Rest API 2.0.1 ist auf dem Weg ins latest, damit sollte es gehen.

                                mcm1957M Online
                                mcm1957M Online
                                mcm1957
                                schrieb am zuletzt editiert von
                                #72

                                @foxriver76 said in Alpha Test js-controller Kiera (v6.0):

                                @rene55 Rest API 2.0.1 ist auf dem Weg ins latest, damit sollte es gehen.

                                Schreibts du mit welche Adapter ein Update brauchen?
                                Und / oder kann der repo checker da was allgemein scannen?

                                Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                                Support Repositoryverwaltung.

                                Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

                                LESEN - gute Forenbeitrage

                                foxriver76F 1 Antwort Letzte Antwort
                                0
                                • mcm1957M mcm1957

                                  @foxriver76 said in Alpha Test js-controller Kiera (v6.0):

                                  @rene55 Rest API 2.0.1 ist auf dem Weg ins latest, damit sollte es gehen.

                                  Schreibts du mit welche Adapter ein Update brauchen?
                                  Und / oder kann der repo checker da was allgemein scannen?

                                  foxriver76F Offline
                                  foxriver76F Offline
                                  foxriver76
                                  Developer
                                  schrieb am zuletzt editiert von
                                  #73

                                  @mcm1957 Ja, im zweiten Post bereits angepasst, simple-api auch gleich auf dem Weg

                                  Videotutorials & mehr

                                  Hier könnt ihr mich unterstützen.

                                  Rene55R mcm1957M 2 Antworten Letzte Antwort
                                  0
                                  • foxriver76F foxriver76

                                    @mcm1957 Ja, im zweiten Post bereits angepasst, simple-api auch gleich auf dem Weg

                                    Rene55R Offline
                                    Rene55R Offline
                                    Rene55
                                    schrieb am zuletzt editiert von
                                    #74

                                    @foxriver76 Ich warte ab und werde dann berichten. :blush:

                                    Host: Fujitsu Intel(R) Pentium(R) CPU G4560T, 32 GB RAM, Proxmox 8.x + lxc Ubuntu 22.04
                                    ioBroker (8 GB RAM) Node.js: 20.19.1, NPM: 10.8.2, js-Controller: 7.0.6, Admin: 7.6.3
                                    Wetterstation: Froggit WH3000SE V1.6.6

                                    foxriver76F 1 Antwort Letzte Antwort
                                    0
                                    • Rene55R Rene55

                                      @foxriver76 Ich warte ab und werde dann berichten. :blush:

                                      foxriver76F Offline
                                      foxriver76F Offline
                                      foxriver76
                                      Developer
                                      schrieb am zuletzt editiert von
                                      #75

                                      @rene55 simple-api 2.8.0 ist auf dem Weg nach npm

                                      Videotutorials & mehr

                                      Hier könnt ihr mich unterstützen.

                                      Rene55R 1 Antwort Letzte Antwort
                                      0
                                      • foxriver76F foxriver76

                                        @mcm1957 Ja, im zweiten Post bereits angepasst, simple-api auch gleich auf dem Weg

                                        mcm1957M Online
                                        mcm1957M Online
                                        mcm1957
                                        schrieb am zuletzt editiert von
                                        #76

                                        @foxriver76 said in Alpha Test js-controller Kiera (v6.0):

                                        @mcm1957 Ja, im zweiten Post bereits angepasst, simple-api auch gleich auf dem Weg

                                        Sorry, hätt hab ich nicht gesehn.

                                        Seh ich das richtig
                                        utils.commonTools.letsEncrypt;
                                        ist ein KO / Todo Kandidat.

                                        Dann werd ich das mal im checker mit scannen.

                                        Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                                        Support Repositoryverwaltung.

                                        Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

                                        LESEN - gute Forenbeitrage

                                        foxriver76F 1 Antwort Letzte Antwort
                                        0
                                        • mcm1957M mcm1957

                                          @foxriver76 said in Alpha Test js-controller Kiera (v6.0):

                                          @mcm1957 Ja, im zweiten Post bereits angepasst, simple-api auch gleich auf dem Weg

                                          Sorry, hätt hab ich nicht gesehn.

                                          Seh ich das richtig
                                          utils.commonTools.letsEncrypt;
                                          ist ein KO / Todo Kandidat.

                                          Dann werd ich das mal im checker mit scannen.

                                          foxriver76F Offline
                                          foxriver76F Offline
                                          foxriver76
                                          Developer
                                          schrieb am zuletzt editiert von
                                          #77

                                          @mcm1957 Genau, das müsste auf das Package @iobroker/webserver umgestellt werden. Hoffe wir haben langsam alle.

                                          Videotutorials & mehr

                                          Hier könnt ihr mich unterstützen.

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          718

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe