Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Nach Update auf Admin 5.8 Startet Biobroker nicht mehr

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    Nach Update auf Admin 5.8 Startet Biobroker nicht mehr

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @michaelxhoffmann last edited by

      @michaelxhoffmann sagte in Nach Update auf Admin 5.8 Startet Biobroker nicht mehr:

      adapter "socketio" seems to be installed for a different version of Node.js. Trying to rebuild it... 3 attempt

      hast du wirklich den Adapter gelöscht, oder nur die Instanz?

      M crunchip 2 Replies Last reply Reply Quote 0
      • M
        michaelxhoffmann @Homoran last edited by

        @homoran Ich habe die Instanz gelöscht, dann den Adapter, anschließend habe ich den Adapter erneut installiert und die Instanz neu erstellt

        Homoran 1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @michaelxhoffmann last edited by

          @michaelxhoffmann sagte in Nach Update auf Admin 5.8 Startet Biobroker nicht mehr:

          anschließend habe ich den Adapter erneut installiert

          das log sagt aber was anderes 🤔
          ich nehme nicht an, dass du danach noch schnell die node-version verändert hast.

          M 1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @michaelxhoffmann last edited by

            @michaelxhoffmann sagte in Nach Update auf Admin 5.8 Startet Biobroker nicht mehr:

            adapter "web" seems to be installed for a different version of Node.js. Trying to rebuild it... 3 attempt

            bei web steht das selbe

            1 Reply Last reply Reply Quote 0
            • M
              michaelxhoffmann @Homoran last edited by

              @homoran Die nodeversion? Ich wüsste nicht wie ich das sollte 🙂 OK Was ich natürlich nicht gemacht habe ist ein Neustart des Raspis nach dem löschen des Adapters.

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

                @michaelxhoffmann sagte in Nach Update auf Admin 5.8 Startet Biobroker nicht mehr:

                Adapter will not be restarted again

                cd /opt/iobroker/node_modules/iobroker.web
                npm install --production
                
                1 Reply Last reply Reply Quote 1
                • Homoran
                  Homoran Global Moderator Administrators @michaelxhoffmann last edited by

                  @michaelxhoffmann sagte in Nach Update auf Admin 5.8 Startet Biobroker nicht mehr:

                  Die nodeversion? Ich wüsste nicht wie ich das sollte

                  hast du diese Installation irgendwoher kopiert, oder Teile davon?

                  M crunchip 2 Replies Last reply Reply Quote 0
                  • M
                    michaelxhoffmann @Homoran last edited by

                    @homoran Ich wüsste es zumindest nicht. Das lief alles einwandfrei bis zu dem Tag als ich den Admin auf 6.8.0 aktualisieren wollte

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

                      @homoran irgendwann mal bei etwas falsch abgebogen
                      https://forum.iobroker.net/post/1035886

                      Homoran 1 Reply Last reply Reply Quote 1
                      • Homoran
                        Homoran Global Moderator Administrators @crunchip last edited by

                        @crunchip Detektiv!

                        M 1 Reply Last reply Reply Quote 0
                        • M
                          michaelxhoffmann @Homoran last edited by

                          @homoran Mit anderen Worten ich habe es ver....?

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

                            @michaelxhoffmann nö, noch nicht ganz
                            hast du oben erwähnten Befehl ausgeführt?

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              michaelxhoffmann @crunchip last edited by

                              @crunchip Ja

                              pi@raspberrypi:/opt/iobroker/node_modules/iobroker.web $ npm install --production
                              npm WARN config production Use `--omit=dev` instead.
                              npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                              npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                              npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                              
                              added 137 packages, and audited 139 packages in 1m
                              
                              10 packages are looking for funding
                                run `npm fund` for details
                              
                              3 moderate severity vulnerabilities
                              
                              To address all issues (including breaking changes), run:
                                npm audit fix --force
                              
                              Run `npm audit` for details.
                              
                              
                              Qix- created this issue in visionmedia/debug

                              closed ReDos Vulnerability Regression Visibility Notice #797

                              Qix- created this issue in visionmedia/debug

                              closed ReDos Vulnerability Regression Visibility Notice #797

                              Qix- created this issue in visionmedia/debug

                              closed ReDos Vulnerability Regression Visibility Notice #797

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

                                @michaelxhoffmann ok, dann nochmal im selben Verzeichnis
                                npm install --omit=dev

                                anschließend

                                cd /opt/iobroker/node_modules/iobroker.socketio
                                npm install --omit=dev
                                
                                M 1 Reply Last reply Reply Quote 0
                                • M
                                  michaelxhoffmann @crunchip last edited by michaelxhoffmann

                                  @crunchip
                                  Jo gemacht:

                                  pi@raspberrypi:/opt/iobroker/node_modules/iobroker.web $ npm install --omit=dev
                                  
                                  up to date, audited 139 packages in 5s
                                  
                                  10 packages are looking for funding
                                    run `npm fund` for details
                                  
                                  3 moderate severity vulnerabilities
                                  
                                  To address all issues (including breaking changes), run:
                                    npm audit fix --force
                                  
                                  Run `npm audit` for details.
                                  
                                  
                                  pi@raspberrypi:/opt/iobroker/node_modules/iobroker.socketio $ npm install --omit=dev
                                  npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                                  npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                                  npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                                  
                                  added 62 packages, and audited 64 packages in 28s
                                  
                                  3 packages are looking for funding
                                    run `npm fund` for details
                                  
                                  1 moderate severity vulnerability
                                  
                                  To address all issues (including breaking changes), run:
                                    npm audit fix --force
                                  
                                  Run `npm audit` for details.
                                  
                                  

                                  Socketio immer noch rot 😞

                                  Qix- created this issue in visionmedia/debug

                                  closed ReDos Vulnerability Regression Visibility Notice #797

                                  Qix- created this issue in visionmedia/debug

                                  closed ReDos Vulnerability Regression Visibility Notice #797

                                  Qix- created this issue in visionmedia/debug

                                  closed ReDos Vulnerability Regression Visibility Notice #797

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

                                    @michaelxhoffmann ok, sollten dann jetzt wieder laufen

                                    eventuell auch mal

                                    sudo reboot
                                    
                                    M 1 Reply Last reply Reply Quote 0
                                    • M
                                      michaelxhoffmann @crunchip last edited by michaelxhoffmann

                                      @crunchip nope 😞 Instanz bleibt rot

                                      Homoran 1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @michaelxhoffmann last edited by

                                        @michaelxhoffmann sagte in Nach Update auf Admin 5.8 Startet Biobroker nicht mehr:

                                        @crunchip nope 😞 Adapter bleibt rot

                                        und was steht im log?????

                                        M 1 Reply Last reply Reply Quote 0
                                        • M
                                          michaelxhoffmann @Homoran last edited by michaelxhoffmann

                                          @homoran ```

                                          host.raspberrypi
                                          2023-08-31 14:10:03.959	info	object deleted system.adapter.socketio.0
                                          host.raspberrypi
                                          2023-08-31 14:10:00.888	info	iobroker host.raspberrypi Counted 3 states (system.adapter.socketio.0.*) from states
                                          host.raspberrypi
                                          2023-08-31 14:10:00.751	info	iobroker host.raspberrypi Counted 2 states (io.socketio.0.*) from states
                                          host.raspberrypi
                                          2023-08-31 14:10:00.711	info	iobroker host.raspberrypi Counted 14 states of system.adapter.socketio.0
                                          host.raspberrypi
                                          2023-08-31 14:10:00.641	info	iobroker host.raspberrypi Counted 2 states of socketio.0
                                          host.raspberrypi
                                          2023-08-31 14:10:00.571	info	iobroker host.raspberrypi Counted 1 channels of socketio.0
                                          host.raspberrypi
                                          2023-08-31 14:10:00.442	info	iobroker host.raspberrypi Counted 1 instances of socketio.0
                                          host.raspberrypi
                                          2023-08-31 14:10:00.003	info	iobroker Delete instance "socketio.0"
                                          host.raspberrypi
                                          2023-08-31 14:09:54.509	info	iobroker del socketio.0
                                          host.raspberrypi
                                          2023-08-31 14:09:08.373	info	system.adapter.socketio.0 will be rebuilt
                                          host.raspberrypi
                                          2023-08-31 14:09:08.373	info	Adapter system.adapter.socketio.0 needs rebuild and will be restarted afterwards.
                                          host.raspberrypi
                                          2023-08-31 14:09:08.373	error	instance system.adapter.socketio.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                          host.raspberrypi
                                          2023-08-31 14:09:08.372	error	Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.socketio/main.js' ]
                                          host.raspberrypi
                                          2023-08-31 14:09:08.371	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.socketio/main.js:9:21)
                                          host.raspberrypi
                                          2023-08-31 14:09:08.370	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.socketio/main.js
                                          host.raspberrypi
                                          2023-08-31 14:09:04.753	info	instance system.adapter.socketio.0 started with pid 1994
                                          
                                          jarvis.0
                                          2023-08-31 14:09:02.390	info	Connection: WebSocket opened on port 8400 using http...
                                          
                                          
                                          crunchip Homoran 3 Replies Last reply Reply Quote 0
                                          • crunchip
                                            crunchip Forum Testing Most Active @michaelxhoffmann last edited by

                                            @michaelxhoffmann nur socketio und web funktioniert jetzt?

                                            M 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

                                            459
                                            Online

                                            32.1k
                                            Users

                                            80.6k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            120
                                            6908
                                            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