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

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. js-controller 2.0 ab sofort im Latest Repo

NEWS

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

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

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

js-controller 2.0 ab sofort im Latest Repo

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
js-controller
1.1k Beiträge 89 Kommentatoren 353.3k Aufrufe 64 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.
  • MicM Mic

    Issue:
    Im JavaScript-Adapter: ein log('Hallo Welt') wird nicht mehr ausgegeben, erscheint auch nicht in der Datei /opt/iobroker/log\iobroker.2019-10-12.log

    System: Linux (Debian), js-controller 2.0.25, JS-Adapter: 4.3.0 (Log-Stufe auf "Info")

    apollon77A Offline
    apollon77A Offline
    apollon77
    schrieb am zuletzt editiert von
    #76

    @Mic welche JavaScript Version? Die neueste? Dazu gibts dort schon ein issue. Hat mit dem Controller nichts zu tun.

    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
    MicM 1 Antwort Letzte Antwort
    0
    • apollon77A apollon77

      @Mic welche JavaScript Version? Die neueste? Dazu gibts dort schon ein issue. Hat mit dem Controller nichts zu tun.

      MicM Offline
      MicM Offline
      Mic
      Developer
      schrieb am zuletzt editiert von
      #77

      @apollon77 sagte in js-controller 2.0 ab sofort im Latest Repo:

      @Mic welche JavaScript Version? Die neueste? Dazu gibts dort schon ein issue. Hat mit dem Controller nichts zu tun.

      Ja, ist die neueste. Danke für die Info, dann hat sich das überschnitten (bin im "Latest" unterwegs) mit dem js-Controller-Update.

      1 Antwort Letzte Antwort
      0
      • crunchipC crunchip

        @apollon77 blöd gefragt, wo finde ich diese? Das im ersten post habe ich gelesen.

        Nachdem ich jetzt mal den Iobroker bzw die VM neu gestartet habe, erhalte ich folgende Meldungen

        host.IoBroker	2019-10-12 18:16:39.512	warn	warning: empty repo received!
        host.IoBroker	2019-10-12 18:16:39.510	warn	warning: Cannot read "http://download.iobroker.net/sources-dist-latest.json"
        
        tankerkoenig.0	2019-10-12 18:14:10.062	warn	(7844) Please update js-controller to at least 1.2.0
        
        2019-10-12 18:13:16.635 - error: tr-064.0 (7773) uncaught exception: Cannot read property 'val' of undefined
        2019-10-12 18:13:16.637 - error: tr-064.0 (7773) TypeError: Cannot read property 'val' of undefined
        at Devices.setState (/opt/iobroker/node_modules/iobroker.tr-064/node_modules/soef/soef.js:642:36)
        at /opt/iobroker/node_modules/iobroker.tr-064/node_modules/soef/soef.js:609:26
        at (anonymous function).(anonymous function)._0xe89e7c (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:69867)
        at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
        at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
        at process._tickCallback (internal/process/next_tick.js:68:7)
        2019-10-12 18:13:17.142 - info: tr-064.0 (7773) terminating
        2019-10-12 18:13:17.189 - error: host.IoBroker Caught by controller[0]: TypeError: Cannot read property 'val' of undefined
        2019-10-12 18:13:17.190 - error: host.IoBroker Caught by controller[0]: at Devices.setState (/opt/iobroker/node_modules/iobroker.tr-064/node_modules/soef/soef.js:642:36)
        2019-10-12 18:13:17.190 - error: host.IoBroker Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.tr-064/node_modules/soef/soef.js:609:26
        2019-10-12 18:13:17.190 - error: host.IoBroker Caught by controller[0]: at (anonymous function).(anonymous function)._0xe89e7c (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:69867)
        2019-10-12 18:13:17.190 - error: host.IoBroker Caught by controller[0]: at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
        2019-10-12 18:13:17.191 - error: host.IoBroker Caught by controller[0]: at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
        2019-10-12 18:13:17.191 - error: host.IoBroker Caught by controller[0]: at process._tickCallback (internal/process/next_tick.js:68:7)
        2019-10-12 18:13:17.191 - info: host.IoBroker instance system.adapter.tr-064.0 terminated with code 0 (NO_ERROR)
        2019-10-12 18:13:17.191 - info: host.IoBroker Restart adapter system.adapter.tr-064.0 because enabled
        
        apollon77A Offline
        apollon77A Offline
        apollon77
        schrieb am zuletzt editiert von apollon77
        #78

        @crunchip 1.) naja er konnte das Repo file nicht runterladen. Versuchs mal neu. Passiert manchmal

        2 und 3 issues bei den Adaptern bitte. Denke das erste ist nur ein falsch geschriebener versionscheck. Das zweite: Community Version oder „alte soef Version“ von tr-064? Bei mir tuts bisher ...

        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
        crunchipC 1 Antwort Letzte Antwort
        0
        • apollon77A apollon77

          @Chaot schau mal in der faq. Da ist ein Link zu nem thread für was ähnliches. Frag mal da nach.

          ChaotC Offline
          ChaotC Offline
          Chaot
          schrieb am zuletzt editiert von
          #79

          @apollon77 sagte in js-controller 2.0 ab sofort im Latest Repo:

          @Chaot schau mal in der faq. Da ist ein Link zu nem thread für was ähnliches. Frag mal da nach.

          Leider kann ich beim besten Willen nicht verstehen was du meinst.
          In der Doku gibt es einen Unterpunkt mit FAQ der unbearbeitet ist.
          Im ganzen Forum finde ich lediglich den Punkt FAQ/ioT Cloud der mir aber nichts nützt.
          Ansonsten ist in der blöden Forensoftware leider nichts diesbezüglich zu finden weil die Suche auch nur sehr bescheiden funktioniert.

          Also bedeutet das das ich zukünftig keine Screenshots per Script in eine Datei schreiben kann die ich in VIS auswerten könnte weil dafür keine Befehlssyntax existiert?
          Die Dateien kann ich allerdings problemlos per wget in den Ordner schreiben.
          Ich kann die auch mit jedem anderen Programm sehen und bearbeiten. Nur in VIS kann ich die nicht nutzen.
          Das ist für mich nicht logisch nachvollziehbar.

          ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

          apollon77A 1 Antwort Letzte Antwort
          0
          • apollon77A apollon77

            @crunchip 1.) naja er konnte das Repo file nicht runterladen. Versuchs mal neu. Passiert manchmal

            2 und 3 issues bei den Adaptern bitte. Denke das erste ist nur ein falsch geschriebener versionscheck. Das zweite: Community Version oder „alte soef Version“ von tr-064? Bei mir tuts bisher ...

            crunchipC Abwesend
            crunchipC Abwesend
            crunchip
            Forum Testing Most Active
            schrieb am zuletzt editiert von
            #80

            @apollon77 ist noch der alte, nicht die Community Version
            hatte soeben iobroker noch einmal neugestartet,

            2019-10-12 18:57:45.030 - info: tr-064.0 (1077) terminating
            2019-10-12 18:57:45.032 - info: tr-064.0 (1077) Terminated (NO_ERROR): Without reason
            2019-10-12 18:57:45.094 - error: host.IoBroker Caught by controller[0]: TypeError: Cannot read property 'val' of undefined
            2019-10-12 18:57:45.095 - error: host.IoBroker Caught by controller[0]: at Devices.setState (/opt/iobroker/node_modules/iobroker.tr-064/node_modules/soef/soef.js:642:36)
            2019-10-12 18:57:45.095 - error: host.IoBroker Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.tr-064/node_modules/soef/soef.js:609:26
            2019-10-12 18:57:45.095 - error: host.IoBroker Caught by controller[0]: at (anonymous function).(anonymous function)._0xe89e7c (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:69867)
            2019-10-12 18:57:45.095 - error: host.IoBroker Caught by controller[0]: at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
            2019-10-12 18:57:45.096 - error: host.IoBroker Caught by controller[0]: at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
            2019-10-12 18:57:45.096 - error: host.IoBroker Caught by controller[0]: at process._tickCallback (internal/process/next_tick.js:68:7)
            2019-10-12 18:58:20.775 - error: tr-064.0 (1640) timeout - "timeout"
            2019-10-12 18:58:20.777 - error: tr-064.0 (1640) ~
            2019-10-12 18:58:20.778 - error: tr-064.0 (1640) ~~ Fatal error. Can not connect to your FritzBox.
            2019-10-12 18:58:20.779 - error: tr-064.0 (1640) ~~ If configuration, networt, IP address, etc. ok, try to restart your FritzBox
            2019-10-12 18:58:20.779 - error: tr-064.0 (1640) ~
            2019-10-12 18:58:34.635 - error: host.IoBroker instance system.adapter.tr-064.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
            

            umgestiegen von Proxmox auf Unraid

            apollon77A 1 Antwort Letzte Antwort
            0
            • Matthias HM Offline
              Matthias HM Offline
              Matthias H
              schrieb am zuletzt editiert von
              #81

              Hallo, wie in FB schon erwähnt. Hagen jetzt raus, kommt folgende Fehlermeldung.

              File edit.html not found: permissionError

              Jemand noch eine Idee? :astonished:

              1 Antwort Letzte Antwort
              0
              • ChaotC Chaot

                @apollon77 sagte in js-controller 2.0 ab sofort im Latest Repo:

                @Chaot schau mal in der faq. Da ist ein Link zu nem thread für was ähnliches. Frag mal da nach.

                Leider kann ich beim besten Willen nicht verstehen was du meinst.
                In der Doku gibt es einen Unterpunkt mit FAQ der unbearbeitet ist.
                Im ganzen Forum finde ich lediglich den Punkt FAQ/ioT Cloud der mir aber nichts nützt.
                Ansonsten ist in der blöden Forensoftware leider nichts diesbezüglich zu finden weil die Suche auch nur sehr bescheiden funktioniert.

                Also bedeutet das das ich zukünftig keine Screenshots per Script in eine Datei schreiben kann die ich in VIS auswerten könnte weil dafür keine Befehlssyntax existiert?
                Die Dateien kann ich allerdings problemlos per wget in den Ordner schreiben.
                Ich kann die auch mit jedem anderen Programm sehen und bearbeiten. Nur in VIS kann ich die nicht nutzen.
                Das ist für mich nicht logisch nachvollziehbar.

                apollon77A Offline
                apollon77A Offline
                apollon77
                schrieb am zuletzt editiert von
                #82

                @Chaot in diesem thread ist die FAQ im zweiten Post.

                Es gibt kommandozeile Befehle um Dateien in den iobroker Storage hochzuladen (iobroker file Write ... glaube ich, ruf mal iobroker irgendwas auf dann bekommst du die Befehle. Oder in der Doku auf der Webseite sind die kommandozeile Befehle such beschrieben.

                Alternativ gibt es im JavaScript Adapter Befehle um Dateien im Storage abzulegen.

                Die Änderung haben wir sich aus Sicherheitsgründen gemacht das nicht mal eben jeder Prozess auf dem Rechner Dateien anlegen und damit in das System „injizieren“ kann.
                Zweiter Grund ist das für das Feature Objekte im redis anlegen zu können sowieso nichts im filesystem mehr eine Rolle spielt. Dann muss es eh anders erfolgen.

                Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                1 Antwort Letzte Antwort
                0
                • crunchipC crunchip

                  @apollon77 ist noch der alte, nicht die Community Version
                  hatte soeben iobroker noch einmal neugestartet,

                  2019-10-12 18:57:45.030 - info: tr-064.0 (1077) terminating
                  2019-10-12 18:57:45.032 - info: tr-064.0 (1077) Terminated (NO_ERROR): Without reason
                  2019-10-12 18:57:45.094 - error: host.IoBroker Caught by controller[0]: TypeError: Cannot read property 'val' of undefined
                  2019-10-12 18:57:45.095 - error: host.IoBroker Caught by controller[0]: at Devices.setState (/opt/iobroker/node_modules/iobroker.tr-064/node_modules/soef/soef.js:642:36)
                  2019-10-12 18:57:45.095 - error: host.IoBroker Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.tr-064/node_modules/soef/soef.js:609:26
                  2019-10-12 18:57:45.095 - error: host.IoBroker Caught by controller[0]: at (anonymous function).(anonymous function)._0xe89e7c (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:69867)
                  2019-10-12 18:57:45.095 - error: host.IoBroker Caught by controller[0]: at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                  2019-10-12 18:57:45.096 - error: host.IoBroker Caught by controller[0]: at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                  2019-10-12 18:57:45.096 - error: host.IoBroker Caught by controller[0]: at process._tickCallback (internal/process/next_tick.js:68:7)
                  2019-10-12 18:58:20.775 - error: tr-064.0 (1640) timeout - "timeout"
                  2019-10-12 18:58:20.777 - error: tr-064.0 (1640) ~
                  2019-10-12 18:58:20.778 - error: tr-064.0 (1640) ~~ Fatal error. Can not connect to your FritzBox.
                  2019-10-12 18:58:20.779 - error: tr-064.0 (1640) ~~ If configuration, networt, IP address, etc. ok, try to restart your FritzBox
                  2019-10-12 18:58:20.779 - error: tr-064.0 (1640) ~
                  2019-10-12 18:58:34.635 - error: host.IoBroker instance system.adapter.tr-064.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  
                  apollon77A Offline
                  apollon77A Offline
                  apollon77
                  schrieb am zuletzt editiert von
                  #83

                  @crunchip Versuch mal die Community Version.

                  Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                  • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                  • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                  crunchipC 2 Antworten Letzte Antwort
                  0
                  • apollon77A apollon77

                    @crunchip Versuch mal die Community Version.

                    crunchipC Abwesend
                    crunchipC Abwesend
                    crunchip
                    Forum Testing Most Active
                    schrieb am zuletzt editiert von
                    #84

                    @apollon77 bin jetzt mit dem Backup wieder zurück, da nun immer mehr Fehler aufgetaucht sind. Hab leider das log schon geschlossen.
                    werde dann das update auf 2.0 nochmal anstoßen.
                    Verstehe nur nicht, das direkt nach dem Update keinerlei Fehler vorhanden waren, weder bei der Installation, noch bei irgend einem Adapter. (bis auf radar2/UWZ)
                    Erst nachdem ich Iobroker komplett neu gestartet habe....tauchten nach und nach immer mehr Fehler auf und bei jedem Neustart immer mehr.

                    umgestiegen von Proxmox auf Unraid

                    apollon77A 1 Antwort Letzte Antwort
                    0
                    • B Offline
                      B Offline
                      brain
                      schrieb am zuletzt editiert von
                      #85

                      Ich habe gerade versucht, den js-controller auf 2.0 updzudaten. Leider sagt er mir, dass der Host schon up to date wäre, obwohl ich Version 1.5.14 installiert habe.
                      Weiß wer, woran es liegt?
                      Node.js = v10.16.3
                      NPM = 6.9.0

                      ? 1 Antwort Letzte Antwort
                      0
                      • B brain

                        Ich habe gerade versucht, den js-controller auf 2.0 updzudaten. Leider sagt er mir, dass der Host schon up to date wäre, obwohl ich Version 1.5.14 installiert habe.
                        Weiß wer, woran es liegt?
                        Node.js = v10.16.3
                        NPM = 6.9.0

                        ? Offline
                        ? Offline
                        Ein ehemaliger Benutzer
                        schrieb am zuletzt editiert von
                        #86

                        @brain
                        Aktiver Verwahrungsort auf `latest´ eingestellt?

                        B 1 Antwort Letzte Antwort
                        0
                        • ? Ein ehemaliger Benutzer

                          @brain
                          Aktiver Verwahrungsort auf `latest´ eingestellt?

                          B Offline
                          B Offline
                          brain
                          schrieb am zuletzt editiert von
                          #87

                          @Yetiberg
                          Sollte doch eigentlich so passen oder?
                          1.jpg

                          apollon77A crunchipC 2 Antworten Letzte Antwort
                          0
                          • B brain

                            @Yetiberg
                            Sollte doch eigentlich so passen oder?
                            1.jpg

                            apollon77A Offline
                            apollon77A Offline
                            apollon77
                            schrieb am zuletzt editiert von
                            #88

                            @brain die Links passen aber was hast Rubin den Einstellungen als Verwahrungsort eingestellt? Und: im Zweifelsfall mal unter Adapter im Admin den reload Button drücken ... vllt ist ja dein Repo noch nicht aktualisiert.

                            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                            1 Antwort Letzte Antwort
                            0
                            • B brain

                              @Yetiberg
                              Sollte doch eigentlich so passen oder?
                              1.jpg

                              crunchipC Abwesend
                              crunchipC Abwesend
                              crunchip
                              Forum Testing Most Active
                              schrieb am zuletzt editiert von
                              #89

                              @brain 001efb02-72b9-4e04-9879-d8d37a577899-image.png

                              umgestiegen von Proxmox auf Unraid

                              B 1 Antwort Letzte Antwort
                              0
                              • crunchipC crunchip

                                @apollon77 bin jetzt mit dem Backup wieder zurück, da nun immer mehr Fehler aufgetaucht sind. Hab leider das log schon geschlossen.
                                werde dann das update auf 2.0 nochmal anstoßen.
                                Verstehe nur nicht, das direkt nach dem Update keinerlei Fehler vorhanden waren, weder bei der Installation, noch bei irgend einem Adapter. (bis auf radar2/UWZ)
                                Erst nachdem ich Iobroker komplett neu gestartet habe....tauchten nach und nach immer mehr Fehler auf und bei jedem Neustart immer mehr.

                                apollon77A Offline
                                apollon77A Offline
                                apollon77
                                schrieb am zuletzt editiert von
                                #90

                                @crunchip leide kann ich mit der Aussage nicht viel anfangen. Müsstest die Fehler schon hier Posten. Ein Neustart sollte nicht anders funktionieren wie der erste.

                                Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                crunchipC 1 Antwort Letzte Antwort
                                0
                                • crunchipC crunchip

                                  @brain 001efb02-72b9-4e04-9879-d8d37a577899-image.png

                                  B Offline
                                  B Offline
                                  brain
                                  schrieb am zuletzt editiert von
                                  #91

                                  @crunchip
                                  Danke. Das wars!

                                  1 Antwort Letzte Antwort
                                  0
                                  • Matthias HM Offline
                                    Matthias HM Offline
                                    Matthias H
                                    schrieb am zuletzt editiert von
                                    #92

                                    So, das Problem bei mir war der js-controller.
                                    Hab ihn geupdatet auf 2.0.25 da kam die Fehlermeldung: File index.html not found: permissionError.
                                    Jetzt hab ich ihn wieder Upgradet auf 1.5.14 jetzt geht VIS wieder.

                                    Dev. der JS controller.
                                    Kann man das dem Entwickler von JS irgenwo mitteilen?

                                    NegaleinN 1 Antwort Letzte Antwort
                                    0
                                    • MathiasJM Offline
                                      MathiasJM Offline
                                      MathiasJ
                                      schrieb am zuletzt editiert von MathiasJ
                                      #93

                                      gut gemacht......
                                      Testsystem auf Raspberry PI4 aufgesetzt,
                                      backup vom produktiven System aufgesetzt, Update auf Js 2.x ausgeführt.......
                                      IObroker nicht mehr erreichbar.

                                      Edit

                                      beim produktiven System ist nun auch der Slave nicht mehr erreichbar.
                                      Ich installiere nun den Slave noch mal neu...... und werde alle Update-Aufforderungen bis auf weiteres ignorieren.

                                      Unbenannt.JPG

                                      IObroker auf dem NUC als VM.
                                      Da ich noch keine Aktoren habe, wird momentan via Radar nur der AB der Fritzbox ein- und ausgeschaltet.
                                      Welches Smarthome-System es letztendlich wird, weiß ich noch nicht. Vielleicht kommen auch nur Zigbee-Geräte ins Haus.

                                      apollon77A 1 Antwort Letzte Antwort
                                      -1
                                      • apollon77A apollon77

                                        @crunchip leide kann ich mit der Aussage nicht viel anfangen. Müsstest die Fehler schon hier Posten. Ein Neustart sollte nicht anders funktionieren wie der erste.

                                        crunchipC Abwesend
                                        crunchipC Abwesend
                                        crunchip
                                        Forum Testing Most Active
                                        schrieb am zuletzt editiert von
                                        #94

                                        @apollon77 ich weiss, werde das update dann noch einmal durchführen, wenn wieder die selben Probleme auftauchen, werde ich es sammeln und hier eintragen

                                        umgestiegen von Proxmox auf Unraid

                                        1 Antwort Letzte Antwort
                                        0
                                        • Lenny.CBL Offline
                                          Lenny.CBL Offline
                                          Lenny.CB
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #95

                                          bin jetzt auch dazu gekommen den Controller von 2.0.13 auf 2.0.25 zu heben. Slave hatte keine Einträge im Log. Der Master schon. Wurde aber letztlich dennoch auf 2.0.25 gehoben.

                                          Muss ich mir Sogen machen?

                                          root@rockpro64:~# cd /opt/iobroker
                                          root@rockpro64:/opt/iobroker# sudo iobroker stop
                                          root@rockpro64:/opt/iobroker# sudo iobroker update
                                          Used repository: latest
                                          Error from InMemDB: Error: Unknown Script 47ca5e051ba19850d94c45a1fc8725ff04ae868f
                                          Error from InMemDB: Error: Unknown Script 47ca5e051ba19850d94c45a1fc8725ff04ae868f
                                          Error from InMemDB: Error: Unknown Script 47ca5e051ba19850d94c45a1fc8725ff04ae868f
                                          Error from InMemDB: Error: Unknown Script 47ca5e051ba19850d94c45a1fc8725ff04ae868f
                                          Error from InMemDB: Error: Unknown Script 47ca5e051ba19850d94c45a1fc8725ff04ae868f
                                          Error from InMemDB: Error: Unknown Script 47ca5e051ba19850d94c45a1fc8725ff04ae868f
                                          Error from InMemDB: Error: Unknown Script 47ca5e051ba19850d94c45a1fc8725ff04ae868f
                                          Error from InMemDB: Error: Unknown Script 47ca5e051ba19850d94c45a1fc8725ff04ae868f
                                          Error from InMemDB: Error: Unknown Script 47ca5e051ba19850d94c45a1fc8725ff04ae868f
                                          hash not changed, use actual sources
                                          update done
                                          Adapter    "admin"         : 3.6.9    , installed 3.6.4 [Updateable]
                                          Adapter    "admin-2"       : 2.0.10
                                          Adapter    "alexa2"        : 2.6.4    , installed 2.6.4
                                          Adapter    "alpha2"        : 1.0.0
                                          Adapter    "amazon-dash"   : 0.3.1
                                          Adapter    "artnet"        : 1.0.0
                                          Adapter    "asterisk"      : 1.0.6
                                          Adapter    "asuswrt"       : 1.0.1
                                          Adapter    "b-control-em"  : 0.2.1
                                          Adapter    "backitup"      : 1.2.0    , installed 1.2.0
                                          Adapter    "beckhoff"      : 1.0.6
                                          Adapter    "benq"          : 0.2.0
                                          Adapter    "ble"           : 0.10.0   , installed 0.7.2 [Updateable]
                                          Adapter    "bmw"           : 1.4.0
                                          Adapter    "boblight"      : 0.0.1
                                          Adapter    "bosesoundtouch": 0.2.4
                                          Adapter    "botvac"        : 1.0.0
                                          Adapter    "bring"         : 1.6.5
                                          Adapter    "broadlink2"    : 2.0.0
                                          Adapter    "chromecast"    : 2.2.3
                                          Adapter    "cloud"         : 2.6.2    , installed 2.6.2
                                          Adapter    "comfoair"      : 0.3.2
                                          Adapter    "contactid"     : 1.0.0
                                          Adapter    "corrently"     : 0.0.2
                                          Adapter    "countdown"     : 1.0.4
                                          Adapter    "cul"           : 1.0.0
                                          Adapter    "daikin"        : 1.0.5
                                          Adapter    "daswetter"     : 2.8.1
                                          Adapter    "deconz"        : 1.1.2
                                          Adapter    "denon"         : 1.6.1
                                          Adapter    "devices"       : 0.1.7    , installed 0.1.7
                                          Adapter    "discovergy"    : 0.4.5
                                          Adapter    "discovery"     : 2.0.0    , installed 2.0.0
                                          Adapter    "doorbird"      : 0.1.5
                                          Adapter    "ds18b20"       : 1.0.2
                                          Adapter    "dwd"           : 2.4.3    , installed 2.4.3
                                          Adapter    "ebus"          : 0.8.0    , installed 0.8.0
                                          Adapter    "egigeozone"    : 0.1.2
                                          Adapter    "ekey"          : 1.1.0
                                          Adapter    "email"         : 1.0.5
                                          Adapter    "emby"          : 1.0.0
                                          Adapter    "energymanager" : 1.2.1
                                          Adapter    "enet"          : 1.0.1
                                          Adapter    "epson_stylus_px830": 0.2.1
                                          Adapter    "fakeroku"      : 0.2.1
                                          Adapter    "feiertage"     : 1.0.11
                                          Adapter    "fhem"          : 1.3.0
                                          Adapter    "find-my-iphone": 0.2.17
                                          Adapter    "firetv"        : 0.0.33
                                          Adapter    "flot"          : 1.9.2    , installed 1.9.2
                                          Adapter    "foobar2000"    : 1.0.0
                                          Adapter    "fritzbox"      : 0.2.1
                                          Adapter    "fritzdect"     : 0.2.4
                                          Adapter    "fronius"       : 1.0.5
                                          Adapter    "fullcalendar"  : 0.2.4
                                          Adapter    "fullybrowser"  : 1.0.1
                                          Adapter    "g-homa"        : 0.5.1
                                          Adapter    "geofency"      : 0.3.2
                                          Adapter    "gruenbeck"     : 0.0.14
                                          Adapter    "habpanel"      : 0.3.4
                                          Adapter    "haier"         : 1.0.2
                                          Adapter    "ham"           : 1.1.2
                                          Adapter    "ham-wemo"      : 1.0.1
                                          Adapter    "harmony"       : 1.2.2
                                          Adapter    "hass-mqtt"     : 0.0.7
                                          Adapter    "heatingcontrol": 0.2.3
                                          Adapter    "heytech"       : 0.1.4
                                          Adapter    "hid"           : 0.1.17
                                          Adapter    "hilink"        : 0.2.7
                                          Adapter    "history"       : 1.8.7    , installed 1.8.6 [Updateable]
                                          Adapter    "hm-rega"       : 2.4.12
                                          Adapter    "hm-rpc"        : 1.10.0
                                          Adapter    "hmip"          : 0.0.11
                                          Adapter    "hombot"        : 0.1.3
                                          Adapter    "homeconnect"   : 0.0.24
                                          Adapter    "homee"         : modified
                                          Adapter    "homepilot"     : 1.0.3
                                          Adapter    "hp-ilo"        : 1.0.1
                                          Adapter    "hs100"         : 1.0.10
                                          Adapter    "hue"           : 2.0.0
                                          Adapter    "hue-extended"  : 0.8.7
                                          Adapter    "hyperion"      : 0.0.9
                                          Adapter    "i2c"           : 0.0.6
                                          Adapter    "ical"          : 1.7.0    , installed 1.7.0
                                          Adapter    "icons-addictive-flavour-png": 0.1.0
                                          Adapter    "icons-fatcow-hosting": 0.1.0
                                          Adapter    "icons-icons8"  : 0.0.1    , installed 0.0.1
                                          Adapter    "icons-material-png": 0.1.0
                                          Adapter    "icons-material-svg": 0.1.0
                                          Adapter    "icons-mfd-png" : 1.0.2    , installed 1.0.2
                                          Adapter    "icons-mfd-svg" : 1.0.2    , installed 1.0.2
                                          Adapter    "icons-open-icon-library-png": 0.1.3
                                          Adapter    "icons-ultimate-png": 1.0.1
                                          Adapter    "influxdb"      : 1.6.3
                                          Adapter    "info"          : 1.5.5    , installed 1.4.3 [Updateable]
                                          Adapter    "innogy-smarthome": 0.3.3
                                          Adapter    "intesishome"   : 0.1.2
                                          Adapter    "iogo"          : 0.4.13
                                          Adapter    "iot"           : 1.1.8
                                          Adapter    "iqontrol"      : 0.2.11
                                          Adapter    "javascript"    : 4.3.0    , installed 4.1.12 [Updateable]
                                          Adapter    "jeelink"       : 0.1.3
                                          Controller "js-controller" : 2.0.25   , installed 2.0.12 [Updateable]
                                          Adapter    "js2fs"         : 0.1.5    , installed 0.1.5
                                          Adapter    "kecontact"     : 0.1.0
                                          Adapter    "klf200"        : 0.9.5
                                          Adapter    "km200"         : 2.0.3
                                          Adapter    "knmi-weather"  : 0.1.1
                                          Adapter    "knx"           : 1.0.35
                                          Adapter    "kodi"          : 1.0.0
                                          Adapter    "kress"         : 2.5.5
                                          Adapter    "landroid"      : 1.0.3
                                          Adapter    "lcn"           : 0.4.2
                                          Adapter    "letrika_comgw" : 0.0.4
                                          Adapter    "lgtv"          : 1.0.8
                                          Adapter    "lgtv-rs"       : 0.0.4
                                          Adapter    "lgtv11"        : 1.0.5
                                          Adapter    "lifx"          : 0.1.0
                                          Adapter    "lightify"      : 0.2.16
                                          Adapter    "link"          : 0.4.4
                                          Adapter    "linkeddevices" : 1.0.1    , installed 1.0.1
                                          Adapter    "lovelace"      : 0.1.5
                                          Adapter    "loxone"        : 1.0.0
                                          Adapter    "luftdaten"     : 0.0.7    , installed 0.0.6 [Updateable]
                                          Adapter    "lupusec"       : 1.2.0
                                          Adapter    "luxtronik1"    : 0.0.7
                                          Adapter    "material"      : 0.10.6
                                          Adapter    "maxcube"       : 0.1.2
                                          Adapter    "maxcul"        : 1.1.2
                                          Adapter    "mbus"          : 1.1.1
                                          Adapter    "mclighting"    : 0.0.12
                                          Adapter    "megad"         : 1.2.1
                                          Adapter    "megadd"        : 0.2.0
                                          Adapter    "megaesp"       : 0.1.0
                                          Adapter    "mercedesme"    : 0.0.16
                                          Adapter    "meross"        : 1.0.0
                                          Adapter    "meteoalarm"    : 1.0.5
                                          Adapter    "miele"         : 0.1.5
                                          Adapter    "mihome"        : 1.2.8
                                          Adapter    "mihome-airpurifier": 0.0.6
                                          Adapter    "mihome-lamp"   : 1.1.0
                                          Adapter    "mihome-plug"   : 0.2.0
                                          Adapter    "mihome-vacuum" : 1.1.5
                                          Adapter    "miio"          : 0.0.13
                                          Adapter    "mikrotik"      : 1.0.4
                                          Adapter    "milight"       : 0.3.6
                                          Adapter    "milight-smart-light": 0.2.7
                                          Adapter    "mobile"        : 0.5.0    , installed 0.5.0
                                          Adapter    "modbus"        : 3.0.0
                                          Adapter    "moma"          : 1.2.2
                                          Adapter    "mpd"           : 1.0.2
                                          Adapter    "mqtt"          : 2.1.1    , installed 2.1.1
                                          Adapter    "mqtt-client"   : 1.1.1
                                          Adapter    "multicast"     : 0.1.0
                                          Adapter    "musiccast"     : 0.1.2
                                          Adapter    "mysensors"     : 2.0.0
                                          Adapter    "nanoleaf-lightpanels": 0.8.2
                                          Adapter    "nello"         : 2.0.8
                                          Adapter    "netatmo"       : 1.3.1
                                          Adapter    "nibeuplink"    : 0.2.2
                                          Adapter    "nina"          : 0.0.13
                                          Adapter    "node-red"      : 1.12.0
                                          Adapter    "nuki"          : 1.0.7
                                          Adapter    "nuki2"         : 1.0.4
                                          Adapter    "nut"           : 1.1.3
                                          Adapter    "oilfox"        : 0.0.7
                                          Adapter    "onkyo"         : 2.0.3
                                          Adapter    "onvif"         : modified
                                          Adapter    "openhab"       : 1.1.0
                                          Adapter    "opentherm"     : 0.1.9
                                          Adapter    "openweathermap": modified
                                          Adapter    "opi"           : 0.1.1
                                          Adapter    "oppoplayer"    : 0.2.1
                                          Adapter    "owfs"          : 0.6.1
                                          Adapter    "owntracks"     : 0.6.2
                                          Adapter    "panasonic-viera": 1.0.2
                                          Adapter    "parser"        : 1.0.7
                                          Adapter    "paw"           : 0.3.2
                                          Adapter    "phantomjs"     : 1.0.1
                                          Adapter    "pi-hole"       : 1.2.1
                                          Adapter    "piface"        : 1.0.0
                                          Adapter    "pimatic"       : 0.1.5
                                          Adapter    "ping"          : 1.3.2    , installed 1.3.2
                                          Adapter    "places"        : 0.7.0
                                          Adapter    "plex"          : 0.6.0
                                          Adapter    "plexconnect"   : 0.0.7
                                          Adapter    "pollenflug"    : 1.0.3
                                          Adapter    "primelab"      : 1.0.2
                                          Adapter    "proxmox"       : 0.5.1
                                          Adapter    "proxy"         : 1.1.1
                                          Adapter    "pushbullet"    : 0.0.11
                                          Adapter    "pushover"      : 1.1.1
                                          Adapter    "pushsafer"     : 0.1.8
                                          Adapter    "radar2"        : 1.0.9
                                          Adapter    "radiohead"     : 1.0.2
                                          Adapter    "rflink"        : 2.0.0    , installed 1.2.0 [Updateable]
                                          Adapter    "rickshaw"      : 1.0.0
                                          Adapter    "ring"          : 1.0.5
                                          Adapter    "roadtraffic"   : 0.0.2
                                          Adapter    "roomba"        : 1.0.7
                                          Adapter    "rpi2"          : 1.1.1
                                          Adapter    "s7"            : 1.1.4
                                          Adapter    "samsung"       : 0.2.9
                                          Adapter    "sayit"         : 1.8.2    , installed 1.7.0 [Updateable]
                                          Adapter    "sbfspot"       : 2.3.2
                                          Adapter    "scenes"        : 1.1.0    , installed 1.1.0
                                          Adapter    "schoolfree"    : 0.2.2
                                          Adapter    "shelly"        : 3.1.1
                                          Adapter    "shuttercontrol": 0.3.2    , installed 0.2.5 [Updateable]
                                          Adapter    "sia"           : 1.0.3
                                          Adapter    "siegenia"      : 1.0.0
                                          Adapter    "simple-api"    : 2.3.1    , installed 2.1.1 [Updateable]
                                          Adapter    "sma-em"        : 0.5.3
                                          Adapter    "smappee"       : 0.2.2
                                          Adapter    "smartmeter"    : 1.2.2
                                          Adapter    "snips"         : 1.5.0
                                          Adapter    "snmp"          : 0.5.0    , installed 0.5.0
                                          Adapter    "socketio"      : 2.1.2    , installed 2.1.1 [Updateable]
                                          Adapter    "solarlog"      : 0.1.5
                                          Adapter    "solarwetter"   : 1.0.0
                                          Adapter    "sonnen"        : 1.3.0
                                          Adapter    "sonoff"        : 2.2.2
                                          Adapter    "sonos"         : 1.7.7    , installed 1.7.7
                                          Adapter    "sonus"         : 0.1.1
                                          Adapter    "sony-bravia"   : 1.0.1
                                          Adapter    "sourceanalytix": 0.2.5
                                          Adapter    "spotify-premium": 1.0.0
                                          Adapter    "sql"           : 1.9.5
                                          Adapter    "squeezebox"    : 1.0.0
                                          Adapter    "squeezeboxrpc" : 0.8.18
                                          Adapter    "starline"      : 1.0.0
                                          Adapter    "statistics"    : 0.2.2    , installed 0.2.0 [Updateable]
                                          Adapter    "stiebel-isg"   : 1.4.7
                                          Adapter    "synology"      : 0.0.4
                                          Adapter    "systeminfo"    : 0.2.2
                                          Adapter    "tankerkoenig"  : 2.0.6    , installed 2.0.6
                                          Adapter    "telegram"      : 1.4.3    , installed 1.4.3
                                          Adapter    "terminal"      : 0.1.2    , installed 0.1.2
                                          Adapter    "text2command"  : 1.3.0    , installed 1.2.5 [Updateable]
                                          Adapter    "tileboard"     : modified
                                          Adapter    "tinker"        : 0.1.4
                                          Adapter    "tr-064"        : 0.4.18   , installed 0.4.18
                                          Adapter    "tradfri"       : 2.4.4
                                          Adapter    "tunnelbroker-endpoint-updater": modified
                                          Adapter    "tuya"          : 3.0.0
                                          Adapter    "tvspielfilm"   : 1.0.4    , installed 1.0.4
                                          Adapter    "unifi"         : 0.3.1
                                          Adapter    "upnp"          : 1.0.14
                                          Adapter    "valloxmv"      : 1.0.0
                                          Adapter    "vcard"         : 0.0.9
                                          Adapter    "viessmann"     : 1.2.0
                                          Adapter    "viessmannapi"  : 1.3.2
                                          Adapter    "virtualpowermeter": 1.0.1
                                          Adapter    "vis"           : 1.2.1    , installed 1.1.10 [Updateable]
                                          Adapter    "vis-bars"      : 0.1.4    , installed 0.1.4
                                          Adapter    "vis-canvas-gauges": 0.1.5   , installed 0.1.5
                                          Adapter    "vis-colorpicker": 1.1.1
                                          Adapter    "vis-fancyswitch": 1.1.0
                                          Adapter    "vis-google-fonts": 0.1.0
                                          Adapter    "vis-history"   : 1.0.0    , installed 0.2.7 [Updateable]
                                          Adapter    "vis-hqwidgets" : 1.1.2    , installed 1.1.2
                                          Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 1.0.12
                                          Adapter    "vis-justgage"  : 1.0.1    , installed 1.0.0 [Updateable]
                                          Adapter    "vis-keyboard"  : 0.0.2
                                          Adapter    "vis-lcars"     : 1.0.4
                                          Adapter    "vis-map"       : 1.0.2
                                          Adapter    "vis-material"  : 0.1.3
                                          Adapter    "vis-metro"     : 1.1.2    , installed 1.1.2
                                          Adapter    "vis-players"   : 0.1.5    , installed 0.1.5
                                          Adapter    "vis-plumb"     : 1.0.2    , installed 1.0.1 [Updateable]
                                          Adapter    "vis-rgraph"    : 0.0.2    , installed 0.0.2
                                          Adapter    "vis-timeandweather": 1.1.7   , installed 1.1.7
                                          Adapter    "vis-weather"   : 2.3.0
                                          Adapter    "vr200"         : 1.0.0
                                          Adapter    "weatherunderground": 3.1.3   , installed 3.1.1 [Updateable]
                                          Adapter    "web"           : 2.4.4    , installed 2.4.1 [Updateable]
                                          Adapter    "wetty"         : 0.1.1
                                          Adapter    "wiffi-wz"      : 2.1.4
                                          Adapter    "wifilight"     : 0.2.0
                                          Adapter    "wlanthermo-nano": 0.1.1
                                          Adapter    "wm-bus"        : 0.3.1    , installed 0.3.1
                                          Adapter    "wolf"          : 0.9.2
                                          Adapter    "worx"          : 0.4.0
                                          Adapter    "xbox"          : 0.5.8
                                          Adapter    "xs1"           : 1.0.2
                                          Adapter    "yahka"         : 0.9.2
                                          Adapter    "yamaha"        : 0.3.19
                                          Adapter    "yeelight-2"    : 1.0.1    , installed 1.0.1
                                          Adapter    "yr"            : 2.0.3    , installed 2.0.3
                                          Adapter    "zigbee"        : 0.11.3
                                          Adapter    "zont"          : 0.5.3
                                          Adapter    "zwave"         : 1.6.3
                                          Adapter    "zwave2"        : 0.1.3
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          root@rockpro64:/opt/iobroker# sudo iobroker upgrade self
                                          Update js-controller from @2.0.12 to @2.0.25
                                          NPM version: 6.9.0
                                          npm install iobroker.js-controller@2.0.25 --unsafe-perm --loglevel error --production --save --prefix "/opt/iobroker" (System call)
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: config NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Error from InMemDB: Error: subscribe NOT SUPPORTED
                                          Traceback (most recent call last):
                                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 13, in <module>
                                              import gyp
                                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 8, in <module>
                                              import gyp.input
                                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 5, in <module>
                                              from compiler.ast import Const
                                          ImportError: No module named compiler.ast
                                          gyp ERR! configure error
                                          gyp ERR! stack Error: `gyp` failed with exit code: 1
                                          gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
                                          gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
                                          gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
                                          gyp ERR! System Linux 4.4.184-rockchip64
                                          gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                          gyp ERR! cwd /opt/iobroker/node_modules/@serialport/bindings
                                          gyp ERR! node -v v10.16.3
                                          gyp ERR! node-gyp -v v3.8.0
                                          gyp ERR! not ok
                                          Traceback (most recent call last):
                                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 13, in <module>
                                              import gyp
                                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 8, in <module>
                                              import gyp.input
                                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 5, in <module>
                                              from compiler.ast import Const
                                          ImportError: No module named compiler.ast
                                          gyp ERR! configure error
                                          gyp ERR! stack Error: `gyp` failed with exit code: 1
                                          gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
                                          gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
                                          gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
                                          gyp ERR! System Linux 4.4.184-rockchip64
                                          gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                          gyp ERR! cwd /opt/iobroker/node_modules/unix-dgram
                                          gyp ERR! node -v v10.16.3
                                          gyp ERR! node-gyp -v v3.8.0
                                          gyp ERR! not ok
                                          Traceback (most recent call last):
                                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 13, in <module>
                                              import gyp
                                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 8, in <module>
                                              import gyp.input
                                            File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 5, in <module>
                                              from compiler.ast import Const
                                          ImportError: No module named compiler.ast
                                          gyp ERR! configure error
                                          gyp ERR! stack Error: `gyp` failed with exit code: 1
                                          gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
                                          gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
                                          gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
                                          gyp ERR! System Linux 4.4.184-rockchip64
                                          gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                          gyp ERR! cwd /opt/iobroker/node_modules/diskusage
                                          gyp ERR! node -v v10.16.3
                                          gyp ERR! node-gyp -v v3.8.0
                                          gyp ERR! not ok
                                          Starting node restart.js
                                          root@rockpro64:/opt/iobroker# sudo iobroker start
                                          root@rockpro64:/opt/iobroker#
                                          

                                          apollon77A 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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          529

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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