Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. Kann vis/edit.html nicht finden

    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

    Kann vis/edit.html nicht finden

    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Beowolf @Thomas Braun last edited by

      @thomas-braun
      Das

      
      pi@raspberrypi:~ $ iobroker add vis
      NPM version: 6.14.17
      Installing iobroker.vis@1.4.15... (System call)
      
      > iobroker.vis@1.4.15 install /opt/iobroker/node_modules/iobroker.vis
      > node main.js --install
      
      host.raspberrypi Cannot install iobroker.vis@1.4.15: 6
      pi@raspberrypi:~ $
      
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Beowolf last edited by

        @beowolf

        Ich vermute da ist der npm tree nicht sauber.

        cd /opt/iobroker
        sudo -H -u iobroker npm install iobroker.vis --loglevel error --prefix "/opt/iobroker"
        
        B 1 Reply Last reply Reply Quote 0
        • B
          Beowolf @Thomas Braun last edited by

          @thomas-braun sagte in Kann vis/edit.html nicht finden:

          sudo -H -u iobroker npm install iobroker.vis --loglevel error --prefix "/opt/iobroker"

          Kommt das

          pi@raspberrypi:~ $ cd /opt/iobroker
          pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.vis --loglevel error --prefix "/opt/iobroker"
          
          > iobroker.vis@1.4.15 install /opt/iobroker/node_modules/iobroker.vis
          > node main.js --install
          
          npm ERR! code ELIFECYCLE
          npm ERR! errno 6
          npm ERR! iobroker.vis@1.4.15 install: `node main.js --install`
          npm ERR! Exit status 6
          npm ERR!
          npm ERR! Failed at the iobroker.vis@1.4.15 install script.
          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2022-06-01T08_51_46_521Z-debug.log
          pi@raspberrypi:/opt/iobroker $
          
          
          Thomas Braun crunchip 2 Replies Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Beowolf last edited by

            @beowolf sagte in Kann vis/edit.html nicht finden:

            npm ERR! code ELIFECYCLE    
            npm ERR! errno 6
            

            Da fallen mir nur noch ekelige Dinge mit Dateien löschen ein. Ich weiß aber nicht was dann passiert.

            crunchip 1 Reply Last reply Reply Quote 0
            • crunchip
              crunchip Forum Testing Most Active @Thomas Braun last edited by

              @thomas-braun oder mal eine ältere Version probieren

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

                @crunchip

                Ach stimmt, da war was mit vis und alten Versionen...
                Da ich aber kein vis einsetze weiß ich nicht wohin man da zurück gehen könnte.

                B 1 Reply Last reply Reply Quote 0
                • crunchip
                  crunchip Forum Testing Most Active @Beowolf last edited by crunchip

                  @beowolf

                  cd /opt/iobroker
                  
                  npm install iobroker.vis@1.4.8 --debug
                  
                  1 Reply Last reply Reply Quote 0
                  • B
                    Beowolf @Thomas Braun last edited by Beowolf

                    @thomas-braun

                    Also, wenn ich auf Adapter gehe, steht dort eigentlich, das keine VIS-Version installiert ist. Wenn ich versuche eine zu installieren, kommt das:

                    $ iobroker add vis auto --host raspberrypi
                    
                    NPM version: 6.14.17
                    
                    Installing iobroker.vis@1.4.15... (System call)
                    
                    > iobroker.vis@1.4.15 install /opt/iobroker/node_modules/iobroker.vis> node main.js --install
                    
                    host.raspberrypi Cannot install iobroker.vis@1.4.15: 6
                    
                    ERROR: Process exited with code 25
                    

                    Eine Auswahl an Versionen ist auch nicht da.

                    crunchip 1 Reply Last reply Reply Quote 0
                    • crunchip
                      crunchip Forum Testing Most Active @Beowolf last edited by

                      @beowolf siehe ein drüber

                      B 1 Reply Last reply Reply Quote 0
                      • B
                        Beowolf @crunchip last edited by

                        @crunchip

                        
                        pi@raspberrypi:~ $ cd /opt/iobroker
                        pi@raspberrypi:/opt/iobroker $ npm install iobroker.vis@1.4.8 --debug
                        
                        > iobroker.vis@1.4.8 install /opt/iobroker/node_modules/iobroker.vis
                        > node main.js --install
                        
                        npm ERR! code ELIFECYCLE
                        npm ERR! errno 6
                        npm ERR! iobroker.vis@1.4.8 install: `node main.js --install`
                        npm ERR! Exit status 6
                        npm ERR!
                        npm ERR! Failed at the iobroker.vis@1.4.8 install script.
                        npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                        
                        npm ERR! A complete log of this run can be found in:
                        npm ERR!     /home/iobroker/.npm/_logs/2022-06-01T09_14_39_692Z-debug.log
                        pi@raspberrypi:/opt/iobroker $
                        
                        

                        Wenn ich den pi platt mache und ioBroker neu installiere, dann ein Backup einspiele bin ich dann da wo ich jetzt bin, oder was passiert bei einem Restore?

                        crunchip 1 Reply Last reply Reply Quote 0
                        • crunchip
                          crunchip Forum Testing Most Active @Beowolf last edited by crunchip

                          @beowolf vllt hilft es den npm cache zu löschen und anschliessend noch mal den install anstoßen

                          sudo -H -u iobroker npm cache clean --force
                          

                          @beowolf sagte in Kann vis/edit.html nicht finden:

                          dann ein Backup einspiele bin ich dann da wo ich jetzt bin

                          das kommt darauf an, ob das Problem schon in deinem Backup vorhanden ist

                          B 1 Reply Last reply Reply Quote 0
                          • B
                            Beowolf @crunchip last edited by Beowolf

                            @crunchip sagte in Kann vis/edit.html nicht finden:

                            sudo -H -u iobroker npm cache clean --force

                            So, ich habe jetzt den ganzen VIS-Kram in ioBroker mal gelöscht/deinstalliert.

                            VIS wieder installiert - siehe da - alles funktioniert wieder.

                            Kann das die Lösung sein?

                            Wenn es geht ist alles in Ordnung?

                            crunchip 1 Reply Last reply Reply Quote 0
                            • crunchip
                              crunchip Forum Testing Most Active @Beowolf last edited by

                              @beowolf warum wird immer was anderes gemacht, als was man sollte?

                              Klar kann man vis löschen und wo ist nun dein Projekt?

                              B 1 Reply Last reply Reply Quote 0
                              • B
                                Beowolf @crunchip last edited by

                                @crunchip
                                Es ist alles da. Alle Views usw. sind da.

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

                                  @beowolf sagte in Kann vis/edit.html nicht finden:

                                  @crunchip
                                  Es ist alles da. Alle Views usw. sind da.

                                  Vergiss nicht deine Projekte zu exportieren und extern zu sichern.

                                  B 1 Reply Last reply Reply Quote 0
                                  • B
                                    Beowolf @sigi234 last edited by

                                    @sigi234
                                    Mache ich

                                    O 1 Reply Last reply Reply Quote 0
                                    • O
                                      Oli @Beowolf last edited by Oli

                                      @beowolf

                                      sorry muss hier nochmal nachhacken. Ich habe nach einer Backup Wiederherstellung das gleiche Problem.

                                      Mein System ist als Docker auf einem Qnap Nas installiert.

                                      Wie bist du genau vorgegangen?

                                      crunchip 1 Reply Last reply Reply Quote 0
                                      • crunchip
                                        crunchip Forum Testing Most Active @Oli last edited by

                                        @oli bei einem Backup sollte man vorher manuell vis installieren, dann sollte es keine Probleme geben.

                                        O B 2 Replies Last reply Reply Quote 0
                                        • O
                                          Oli @crunchip last edited by

                                          @crunchip
                                          super, dass hätte ich mal vorher wissen sollen und wie biege ich das jetzt wieder hin?

                                          B 1 Reply Last reply Reply Quote 0
                                          • B
                                            Beowolf @Oli last edited by

                                            @oli

                                            Ich habe den VIS Adapter stumpf gelöscht. Hat bei mir funktioniert.

                                            Wenn Du ein Backup hast ist das doch ohne Probleme machbar.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            698
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            10
                                            80
                                            4274
                                            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