Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. SQL History Adapter - Update failed (1.16.2 to 2.0.2)

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    SQL History Adapter - Update failed (1.16.2 to 2.0.2)

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Dr. Bakterius last edited by

      @dr-bakterius
      Ja. Wobei ich vielleicht Mal schauen würde, was das für ein Modul ist. Das scheint verwaist zu sein. Vor 6 Jahren zuletzt angefasst.

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

        @thomas-braun Dürfte irgendetwas mit Javascript zu tun haben. Keine Ahnung woher ich das habe - jedenfalls nicht selber installiert. Per npm uninstall jscs oder npm uninstall --save jscs wird es aber auch nicht deinstalliert.

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

          @dr-bakterius

          npm ls jscs
          npm ls jscs-loader
          
          Dr. Bakterius 1 Reply Last reply Reply Quote 0
          • Dr. Bakterius
            Dr. Bakterius Most Active @Thomas Braun last edited by Dr. Bakterius

            @thomas-braun

            ich@iobroker:/opt/iobroker$ npm ls jscs
            iobroker.inst@2.0.3 /opt/iobroker
            `-- (empty)
            ich@iobroker:/opt/iobroker$ npm ls jscs-loader
            iobroker.inst@2.0.3 /opt/iobroker
            `-- iobroker.rflink@2.1.6
              `-- avrgirl-arduino@4.4.0
                `-- jscs-loader@0.3.0
            

            Wenn ich richtig rate, wird das vom rflink-Adapter verwendet?

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

              @dr-bakterius
              Ja. Indirekt.

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

                @thomas-braun Alles klar, dann lasse ich es wie es ist...

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

                  @thomas-braun said in SQL History Adapter - Update failed (1.16.2 to 2.0.2):

                  @spaceduck sagte in SQL History Adapter - Update failed (1.16.2 to 2.0.2):

                  cd /opt/iobroker
                  npm ls --depth=0 | grep ERR
                  

                  wird vermutlich diverse Fehlermeldungen werfen.

                  Ja, da kam einiges... Ich hab ein npm install missing durchgeführt, dann konnte ich den SQL aktualisieren. Aber alles was jetzt an Updates ansteht wirft wieder Code 25 und npm ls --depth=0 | grep ERR wirft wieder Fehler

                  npm ERR! missing: iobroker.email@1.1.0, required by iobroker.inst@3.0.0
                  npm ERR! missing: iobroker.mqtt@4.0.1, required by iobroker.inst@3.0.0
                  npm ERR! missing: iobroker.socketio@4.2.0, required by iobroker.inst@3.0.0
                  npm ERR! missing: dropbox-v2-api@2.5.0, required by iobroker.backitup@2.4.6
                  npm ERR! missing: google-auth-library@7.14.1, required by iobroker.backitup@2.4.6
                  npm ERR! missing: gaxios@4.3.2, required by googleapis-common@5.1.0
                  npm ERR! missing: google-auth-library@7.14.1, required by googleapis-common@5.1.0
                  npm ERR! missing: gaxios@4.3.2, required by google-auth-library@7.14.1
                  npm ERR! missing: gaxios@4.3.2, required by gcp-metadata@4.3.1
                  npm ERR! missing: gaxios@4.3.2, required by gtoken@5.3.2
                  npm ERR! missing: google-p12-pem@3.1.3, required by gtoken@5.3.2
                  npm ERR! missing: axios@0.24.0, required by webdav@4.8.0
                  npm ERR! missing: charenc@0.0.2, required by md5@2.3.0
                  npm ERR! missing: dewpoint@^1.0.0, required by iobroker.javascript@5.7.0
                  npm ERR! missing: moment@^2.29.3, required by iobroker.javascript@5.7.0
                  npm ERR! missing: moment-duration-format@^2.3.2, required by iobroker.javascript@5.7.0
                  npm ERR! missing: serialport@^9.2.8, required by iobroker.javascript@5.7.0
                  npm ERR! missing: suncalc@^1.9.0, required by iobroker.javascript@5.7.0
                  npm ERR! peer dep missing: @material-ui/core@^4.0.0, required by @material-ui/pickers@3.3.10
                  npm ERR! peer dep missing: react@^16.8.0 || ^17.0.0, required by @material-ui/pickers@3.3.10
                  npm ERR! peer dep missing: react-dom@^16.8.0 || ^17.0.0, required by @material-ui/pickers@3.3.10
                  npm ERR! peer dep missing: react@>=16.6.0, required by react-transition-group@4.4.2
                  npm ERR! peer dep missing: react@>=16.8, required by rifm@0.7.0
                  npm ERR! peer dep missing: react-dom@>=16.6.0, required by react-transition-group@4.4.2
                  npm ERR! missing: axios@0.26.1, required by iobroker.socketio@4.2.0
                  npm ERR! missing: iobroker.socketio@4.2.0, required by iobroker.web@4.3.0
                  npm ERR! missing: axios@0.26.1, required by iobroker.ws@1.3.0
                  npm ERR! missing: @iobroker/socket-classes@0.3.1, required by iobroker.ws@2.0.2
                  

                  Die Frage ist jetzt: kann ich nodejs + npm über apt-get wegputzen oder zerschiesse ich mir dann auch iobroker?

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

                    @spaceduck
                    Ohne Laufzeitumgebung läuft da naturgemäß nichts mehr.
                    Wie schaut's denn überhaupt bezüglich nodeJS so aus?

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

                      @thomas-braun said in SQL History Adapter - Update failed (1.16.2 to 2.0.2):

                      Ohne Laufzeitumgebung läuft da naturgemäß nichts mehr.

                      Ja, das ist klar, die eigentliche Frage wäre: Kann ich es löschen und sauber neu installieren ohne die iobroker Installation anzufassen?

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

                        @spaceduck

                        Natürlich.
                        Ich würde den iobroker aber zuvor stoppen.

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

                          @thomas-braun
                          Also ich hab jetzt node neu installiert, passt! Dann hab ich /opt/iobroker gelöscht und komplett neu installiert. Ein Restore und jetzt funktioniert alles wieder, alle Settings noch da.

                          Danke!

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

                          Support us

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

                          652
                          Online

                          31.9k
                          Users

                          80.1k
                          Topics

                          1.3m
                          Posts

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