Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Javascript und Web Adapter laufen nicht mehr

    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

    Javascript und Web Adapter laufen nicht mehr

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

      @matzesutopia kurze Frage.

      Der Aquarium war mal ein Master?

      Benötigst du die ganzen Instanzen auf dem Slave bzw. Sind die dort überhaupt aktiv?

      Sonst lösche alle Instanzen vom Slave die du dort nicht benötigst inklusive Admin.

      M 2 Replies Last reply Reply Quote 0
      • M
        matzesutopia @wendy2702 last edited by

        @wendy2702

        BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
        Would you like to upgrade admin from @4.2.1 to @5.1.23 now? [(y)es, (n)o]: y
        Update admin from @4.2.1 to @5.1.23
        NPM version: 6.14.12
        npm install iobroker.admin@5.1.23 --loglevel error --prefix "/opt/iobroker" (System call)
        npm ERR! code EINTEGRITY
        npm ERR! errno EINTEGRITY
        npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/depd: Integrity verification failed for sha512-4LnpbjdJ7Aia2yIhzsT7YFDSNUEVWhe/86Ht3cEAtvX2HpV81Cy1rWTq0sU9ujYWVGoahyyL4FoJZZCjs7CzJg== (/home/iobroker/.npm/_cacache/content-v2/sha512/e0/b9/e96e3749ec089adb2221cec4fb6050d23541155a17bff3a1edddc100b6f5f61e957cd42cb5ad64ead2c53dba3616546a1a872c8be05a096590a3b3b0b326)
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /home/iobroker/.npm/_logs/2021-08-06T21_15_31_482Z-debug.log
        upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
        upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
        upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
        upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
        Adapter "admin" updated
        Invalid version of "admin". Installed "4.2.1", required ">=5.1.0
        
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @matzesutopia last edited by

          @matzesutopia

          Bitte auch die Eingabezeile nicht verheimlichen.

          cd /opt/iobroker
          npm cache verify
          
          M 1 Reply Last reply Reply Quote 0
          • M
            matzesutopia @wendy2702 last edited by

            @wendy2702

            nein er war kein Master.

            Dort läuft auch nur I2C und der DS18B2 Adapter

            wendy2702 1 Reply Last reply Reply Quote 0
            • M
              matzesutopia @Thomas Braun last edited by

              @thomas-braun

              matze@iobroker-master:~$ cd /opt/iobroker
              matze@iobroker-master:/opt/iobroker$ npm cache verify
              Cache verified and compressed (~/.npm/_cacache):
              Content verified: 0 (0 bytes)
              Index entries: 0
              Finished in 0.013s
              
              
              pi@iobroker-aquarium:~ $ cd /opt/iobroker
              pi@iobroker-aquarium:/opt/iobroker $ npm cache verify
              Cache verified and compressed (~/.npm/_cacache):
              Content verified: 1352 (296466020 bytes)
              Corrupted content removed: 10
              Content garbage-collected: 160 (13662853 bytes)
              Missing content: 10
              Index entries: 2137
              Finished in 26.679s
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • wendy2702
                wendy2702 @matzesutopia last edited by

                @matzesutopia warum sind dann soviel installiert?

                Aber eigentlich egal, dein System.

                Aber entweder Admin Updaten oder löschen.

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

                  @matzesutopia

                  Jetzt nochmal

                  iobroker update
                  iobroker upgrade
                  
                  M 1 Reply Last reply Reply Quote 0
                  • M
                    matzesutopia @Thomas Braun last edited by

                    @thomas-braun

                    kommt die gleiche Fehlermeldung

                    pi@iobroker-aquarium:~ $ iobroker upgrade
                    Required dependency "web" not found on this host.
                    
                    This upgrade of "admin" will at least introduce the following changes:
                    ==========================================================================
                    -> 5.1.23:
                    Corrected some errors reported via sentry
                    
                    -> 5.1.22:
                    Corrected some errors reported via sentry
                    
                    -> 5.1.21:
                    Corrected some errors reported via sentry
                    
                    -> 5.1.20:
                    Corrected some errors reported via sentry
                    
                    -> 5.1.19:
                    Corrected some GUI errors
                    
                    -> 5.1.18:
                    Corrected some GUI errors: theme switching, system settings
                    
                    -> 5.1.17:
                    Corrected the error on the adapter's tab
                    ==========================================================================
                    
                    BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                    Would you like to upgrade admin from @4.2.1 to @5.1.23 now? [(y)es, (n)o]:
                    
                    

                    Bekomme den Admin Adapter auch nicht gelöscht

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

                      @matzesutopia

                      iobroker add web
                      
                      M 1 Reply Last reply Reply Quote 0
                      • M
                        matzesutopia @Thomas Braun last edited by

                        @thomas-braun und @wendy2702

                        vielen Dank euch beiden. es funktioniert nun endlich wieder 🙂

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

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        923
                        Online

                        31.9k
                        Users

                        80.1k
                        Topics

                        1.3m
                        Posts

                        admin javascript update web
                        3
                        33
                        1703
                        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