Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Iobroker startet nicht mehr

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    11
    2
    227

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

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

Iobroker startet nicht mehr

Iobroker startet nicht mehr

Scheduled Pinned Locked Moved Error/Bug
24 Posts 3 Posters 1.7k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SR277
    wrote on last edited by
    #1

    Hallo zusammen,

    leider habe ich keinen Zugriff mehr auf den Iobroker. Kann mir jemand helfen?

    Danke schonmal!

    code_text
    ```pi@raspberrypi:~ $ iob start admin
    Uncaught Rejection: /opt/iobroker/node_modules/source-map/lib/base64-vlq.js:91
    0 var di'it;
      ^^^
    
    SyntaxError: Unexpected token 'var'
        at wrapSafe (internal/modules/cjs/loader.js:1001:16)
        at Module._compile (internal/modules/cjs/loader.js:1049:27)
        at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
        at Module.load (internal/modules/cjs/loader.js:950:32)
        at Function.Module._load (internal/modules/cjs/loader.js:790:12)
        at Module.require (internal/modules/cjs/loader.js:974:19)
        at require (internal/modules/cjs/helpers.js:93:18)
        at Object.<anonymous> (/opt/iobroker/node_modules/source-map/lib/source-map-generator.js:8:17)
        at Module._compile (internal/modules/cjs/loader.js:1085:14)
        at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
    Thomas BraunT 1 Reply Last reply
    0
    • S SR277

      Hallo zusammen,

      leider habe ich keinen Zugriff mehr auf den Iobroker. Kann mir jemand helfen?

      Danke schonmal!

      code_text
      ```pi@raspberrypi:~ $ iob start admin
      Uncaught Rejection: /opt/iobroker/node_modules/source-map/lib/base64-vlq.js:91
      0 var di'it;
        ^^^
      
      SyntaxError: Unexpected token 'var'
          at wrapSafe (internal/modules/cjs/loader.js:1001:16)
          at Module._compile (internal/modules/cjs/loader.js:1049:27)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
          at Module.load (internal/modules/cjs/loader.js:950:32)
          at Function.Module._load (internal/modules/cjs/loader.js:790:12)
          at Module.require (internal/modules/cjs/loader.js:974:19)
          at require (internal/modules/cjs/helpers.js:93:18)
          at Object.<anonymous> (/opt/iobroker/node_modules/source-map/lib/source-map-generator.js:8:17)
          at Module._compile (internal/modules/cjs/loader.js:1085:14)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
      Thomas BraunT Offline
      Thomas BraunT Offline
      Thomas Braun
      Most Active
      wrote on last edited by
      #2

      @sr277

      sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
      uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt-get update &> /dev/null && sudo apt-get update && apt-cache policy nodejs
      

      sagt?

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      S 1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @sr277

        sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
        uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt-get update &> /dev/null && sudo apt-get update && apt-cache policy nodejs
        

        sagt?

        S Offline
        S Offline
        SR277
        wrote on last edited by
        #3

        @thomas-braun

        pi@raspberrypi:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
        pi@raspberrypi:~ $ uname -m &&type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt-get update &> /dev/null && sudo apt-get update && apt-cache policy nodejs
        armv7l
        /usr/bin/nodejs
        /usr/bin/node
        /usr/bin/npm
        /usr/bin/npx
        v14.18.3
        v14.18.3
        6.14.15
        6.14.15
        4.0.23
        pi
        pi adm dialout cdrom sudo audio video plugdev games users input netdev lpadmin gpio i2c spi iobroker
        tty
        /home/pi
        Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
        Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
        Hit:3 https://deb.nodesource.com/node_14.x bullseye InRelease
        Reading package lists... Done
        nodejs:
          Installed: 14.18.3-deb-1nodesource1
          Candidate: 14.21.2-deb-1nodesource1
          Version table:
             14.21.2-deb-1nodesource1 500
                500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
         *** 14.18.3-deb-1nodesource1 100
                100 /var/lib/dpkg/status
             12.22.12~dfsg-1~deb11u1 500
                500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
        
        
        Thomas BraunT 1 Reply Last reply
        0
        • S SR277

          @thomas-braun

          pi@raspberrypi:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
          pi@raspberrypi:~ $ uname -m &&type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt-get update &> /dev/null && sudo apt-get update && apt-cache policy nodejs
          armv7l
          /usr/bin/nodejs
          /usr/bin/node
          /usr/bin/npm
          /usr/bin/npx
          v14.18.3
          v14.18.3
          6.14.15
          6.14.15
          4.0.23
          pi
          pi adm dialout cdrom sudo audio video plugdev games users input netdev lpadmin gpio i2c spi iobroker
          tty
          /home/pi
          Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
          Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
          Hit:3 https://deb.nodesource.com/node_14.x bullseye InRelease
          Reading package lists... Done
          nodejs:
            Installed: 14.18.3-deb-1nodesource1
            Candidate: 14.21.2-deb-1nodesource1
            Version table:
               14.21.2-deb-1nodesource1 500
                  500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
           *** 14.18.3-deb-1nodesource1 100
                  100 /var/lib/dpkg/status
               12.22.12~dfsg-1~deb11u1 500
                  500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
          
          
          Thomas BraunT Offline
          Thomas BraunT Offline
          Thomas Braun
          Most Active
          wrote on last edited by
          #4

          @sr277

          Bring das erstmal auf nodeJS@16.
          Siehe meine Signatur.

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          S 1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @sr277

            Bring das erstmal auf nodeJS@16.
            Siehe meine Signatur.

            S Offline
            S Offline
            SR277
            wrote on last edited by
            #5

            @thomas-braun

            Das sieht hier schon sehr komisch aus.

            pi@raspberrypi:~ $ cd /opt/iobroker
            pi@raspberrypi:/opt/iobroker $ npm ls | grep -E 'github|ERR'
            │ │ │ ├── github-from-package@0.0.0
            │   ├── github-url-from-git@1.5.0
            │   ├─┬ new-github-release-url@1.0.0
            npm ERR! peer dep missing: @types/express@^4.17.13, required by http-proxy-middleware@2.0.2
            npm ERR! peer dep missing: buffer@>=6.0.3, required by crc@4.1.1
            
            
            Thomas BraunT 1 Reply Last reply
            0
            • S SR277

              @thomas-braun

              Das sieht hier schon sehr komisch aus.

              pi@raspberrypi:~ $ cd /opt/iobroker
              pi@raspberrypi:/opt/iobroker $ npm ls | grep -E 'github|ERR'
              │ │ │ ├── github-from-package@0.0.0
              │   ├── github-url-from-git@1.5.0
              │   ├─┬ new-github-release-url@1.0.0
              npm ERR! peer dep missing: @types/express@^4.17.13, required by http-proxy-middleware@2.0.2
              npm ERR! peer dep missing: buffer@>=6.0.3, required by crc@4.1.1
              
              
              Thomas BraunT Offline
              Thomas BraunT Offline
              Thomas Braun
              Most Active
              wrote on last edited by
              #6

              @sr277

              Nö, alles i. O.

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              S 1 Reply Last reply
              0
              • Thomas BraunT Thomas Braun

                @sr277

                Nö, alles i. O.

                S Offline
                S Offline
                SR277
                wrote on last edited by SR277
                #7

                @thomas-braun

                So habe es installiert.

                pi@raspberrypi:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
                pi@raspberrypi:~ $ uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt-get update &> /dev/null && sudo apt-get update && apt-cache policy nodejs
                armv7l
                /usr/bin/nodejs
                /usr/bin/node
                /usr/bin/npm
                /usr/bin/npx
                v16.19.0
                v16.19.0
                8.19.3
                8.19.3
                4.0.23
                pi
                pi adm dialout cdrom sudo audio video plugdev games users input netdev lpadmin gpio i2c spi iobroker
                tty
                /home/pi
                Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
                Reading package lists... Done
                nodejs:
                  Installed: 16.19.0-deb-1nodesource1
                  Candidate: 16.19.0-deb-1nodesource1
                  Version table:
                 *** 16.19.0-deb-1nodesource1 500
                        500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                        100 /var/lib/dpkg/status
                     12.22.12~dfsg-1~deb11u1 500
                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                
                

                Fehler besteht aber weiterhin:

                pi@raspberrypi:~ $ iob start admin
                 Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                Uncaught Rejection: /opt/iobroker/node_modules/source-map/lib/base64-vlq.js:91
                0 var di'it;
                  ^^^
                
                SyntaxError: Unexpected token 'var'
                    at Object.compileFunction (node:vm:360:18)
                    at wrapSafe (node:internal/modules/cjs/loader:1094:15)
                    at Module._compile (node:internal/modules/cjs/loader:1129:27)
                    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
                    at Module.load (node:internal/modules/cjs/loader:1043:32)
                    at Function.Module._load (node:internal/modules/cjs/loader:878:12)
                    at Module.require (node:internal/modules/cjs/loader:1067:19)
                    at require (node:internal/modules/cjs/helpers:103:18)
                    at Object.<anonymous> (/opt/iobroker/node_modules/source-map/lib/source-map-generator.js:8:17)
                    at Module._compile (node:internal/modules/cjs/loader:1165:14)
                
                
                Thomas BraunT 1 Reply Last reply
                0
                • S SR277

                  @thomas-braun

                  So habe es installiert.

                  pi@raspberrypi:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
                  pi@raspberrypi:~ $ uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt-get update &> /dev/null && sudo apt-get update && apt-cache policy nodejs
                  armv7l
                  /usr/bin/nodejs
                  /usr/bin/node
                  /usr/bin/npm
                  /usr/bin/npx
                  v16.19.0
                  v16.19.0
                  8.19.3
                  8.19.3
                  4.0.23
                  pi
                  pi adm dialout cdrom sudo audio video plugdev games users input netdev lpadmin gpio i2c spi iobroker
                  tty
                  /home/pi
                  Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                  Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                  Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
                  Reading package lists... Done
                  nodejs:
                    Installed: 16.19.0-deb-1nodesource1
                    Candidate: 16.19.0-deb-1nodesource1
                    Version table:
                   *** 16.19.0-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                          100 /var/lib/dpkg/status
                       12.22.12~dfsg-1~deb11u1 500
                          500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                  
                  

                  Fehler besteht aber weiterhin:

                  pi@raspberrypi:~ $ iob start admin
                   Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                  Uncaught Rejection: /opt/iobroker/node_modules/source-map/lib/base64-vlq.js:91
                  0 var di'it;
                    ^^^
                  
                  SyntaxError: Unexpected token 'var'
                      at Object.compileFunction (node:vm:360:18)
                      at wrapSafe (node:internal/modules/cjs/loader:1094:15)
                      at Module._compile (node:internal/modules/cjs/loader:1129:27)
                      at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
                      at Module.load (node:internal/modules/cjs/loader:1043:32)
                      at Function.Module._load (node:internal/modules/cjs/loader:878:12)
                      at Module.require (node:internal/modules/cjs/loader:1067:19)
                      at require (node:internal/modules/cjs/helpers:103:18)
                      at Object.<anonymous> (/opt/iobroker/node_modules/source-map/lib/source-map-generator.js:8:17)
                      at Module._compile (node:internal/modules/cjs/loader:1165:14)
                  
                  
                  Thomas BraunT Offline
                  Thomas BraunT Offline
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #8

                  @sr277

                  cd /opt/iobroker 
                  npm ls source-map
                  

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  S 1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @sr277

                    cd /opt/iobroker 
                    npm ls source-map
                    
                    S Offline
                    S Offline
                    SR277
                    wrote on last edited by
                    #9

                    @thomas-braun

                    pi@raspberrypi:~ $ cd /opt/iobroker
                    pi@raspberrypi:/opt/iobroker $ npm ls source-map
                    iobroker.inst@3.0.0 /opt/iobroker
                    ├─┬ iobroker.alexa2@3.12.0
                    │ └─┬ source-map-support@0.5.21
                    │   └── source-map@0.6.1
                    └─┬ iobroker.iot@1.11.5
                      └─┬ jsdom@19.0.0
                        └─┬ escodegen@2.0.0
                          └── source-map@0.6.1 deduped
                    
                    
                    Thomas BraunT 1 Reply Last reply
                    0
                    • S SR277

                      @thomas-braun

                      pi@raspberrypi:~ $ cd /opt/iobroker
                      pi@raspberrypi:/opt/iobroker $ npm ls source-map
                      iobroker.inst@3.0.0 /opt/iobroker
                      ├─┬ iobroker.alexa2@3.12.0
                      │ └─┬ source-map-support@0.5.21
                      │   └── source-map@0.6.1
                      └─┬ iobroker.iot@1.11.5
                        └─┬ jsdom@19.0.0
                          └─┬ escodegen@2.0.0
                            └── source-map@0.6.1 deduped
                      
                      
                      Thomas BraunT Offline
                      Thomas BraunT Offline
                      Thomas Braun
                      Most Active
                      wrote on last edited by
                      #10

                      @sr277

                      Lange das System nicht mehr abgestaubt...

                      iob stop
                      iob fix
                      iob restart
                      

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      S 1 Reply Last reply
                      0
                      • Thomas BraunT Thomas Braun

                        @sr277

                        Lange das System nicht mehr abgestaubt...

                        iob stop
                        iob fix
                        iob restart
                        
                        S Offline
                        S Offline
                        SR277
                        wrote on last edited by
                        #11

                        @thomas-braun

                        
                        pi@raspberrypi:~ $ iob stop
                        pi@raspberrypi:~ $ iob fix
                        library: loaded
                        Library version=2022-12-09
                        
                        ==========================================================================
                        
                            Welcome to the ioBroker installation fixer!
                            Script version: 2022-12-22
                        
                            You might need to enter your password a couple of times.
                        
                        ==========================================================================
                        
                        
                        ==========================================================================
                            Installing prerequisites (1/4)
                        ==========================================================================
                        
                        Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                        Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                        Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
                        Reading package lists... Done
                        Installed gcc-c++
                        
                        ==========================================================================
                            Checking ioBroker user and directory permissions (2/4)
                        ==========================================================================
                        
                        Created /etc/sudoers.d/iobroker
                        Fixing directory permissions...
                        
                        ==========================================================================
                            Database maintenance (3/4)
                        ==========================================================================
                        
                        Checking for uncompressed JSONL databases... This might take a while!
                        
                        Compressing /opt/iobroker/iobroker-data/states.jsonl
                        Compressing /opt/iobroker/iobroker-data/objects.jsonl
                        Compressed 2 JSONL files. Done
                        
                        ==========================================================================
                            Checking autostart (4/4)
                        ==========================================================================
                        
                        Enabling autostart...
                        Autostart enabled!
                        
                        ==========================================================================
                        
                            Your installation was fixed successfully
                            Run iobroker start to start ioBroker again!
                        
                        ==========================================================================
                        
                        pi@raspberrypi:~ $ iob restart
                        
                        
                        Thomas BraunT 1 Reply Last reply
                        0
                        • S SR277

                          @thomas-braun

                          
                          pi@raspberrypi:~ $ iob stop
                          pi@raspberrypi:~ $ iob fix
                          library: loaded
                          Library version=2022-12-09
                          
                          ==========================================================================
                          
                              Welcome to the ioBroker installation fixer!
                              Script version: 2022-12-22
                          
                              You might need to enter your password a couple of times.
                          
                          ==========================================================================
                          
                          
                          ==========================================================================
                              Installing prerequisites (1/4)
                          ==========================================================================
                          
                          Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                          Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                          Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
                          Reading package lists... Done
                          Installed gcc-c++
                          
                          ==========================================================================
                              Checking ioBroker user and directory permissions (2/4)
                          ==========================================================================
                          
                          Created /etc/sudoers.d/iobroker
                          Fixing directory permissions...
                          
                          ==========================================================================
                              Database maintenance (3/4)
                          ==========================================================================
                          
                          Checking for uncompressed JSONL databases... This might take a while!
                          
                          Compressing /opt/iobroker/iobroker-data/states.jsonl
                          Compressing /opt/iobroker/iobroker-data/objects.jsonl
                          Compressed 2 JSONL files. Done
                          
                          ==========================================================================
                              Checking autostart (4/4)
                          ==========================================================================
                          
                          Enabling autostart...
                          Autostart enabled!
                          
                          ==========================================================================
                          
                              Your installation was fixed successfully
                              Run iobroker start to start ioBroker again!
                          
                          ==========================================================================
                          
                          pi@raspberrypi:~ $ iob restart
                          
                          
                          Thomas BraunT Offline
                          Thomas BraunT Offline
                          Thomas Braun
                          Most Active
                          wrote on last edited by
                          #12

                          @sr277

                          iobroker status
                          

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          S 1 Reply Last reply
                          0
                          • Thomas BraunT Thomas Braun

                            @sr277

                            iobroker status
                            
                            S Offline
                            S Offline
                            SR277
                            wrote on last edited by
                            #13

                            @thomas-braun

                            pi@raspberrypi:~ $ iobroker status
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             Objects database error: read ECONNRESET
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                            Uncaught Rejection: /opt/iobroker/node_modules/source-map/lib/base64-vlq.js:91
                            0 var di'it;
                              ^^^
                            
                            SyntaxError: Unexpected token 'var'
                                at Object.compileFunction (node:vm:360:18)
                                at wrapSafe (node:internal/modules/cjs/loader:1094:15)
                                at Module._compile (node:internal/modules/cjs/loader:1129:27)
                                at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
                                at Module.load (node:internal/modules/cjs/loader:1043:32)
                                at Function.Module._load (node:internal/modules/cjs/loader:878:12)
                                at Module.require (node:internal/modules/cjs/loader:1067:19)
                                at require (node:internal/modules/cjs/helpers:103:18)
                                at Object.<anonymous> (/opt/iobroker/node_modules/source-map/lib/source-map-generator.js:8:17)
                                at Module._compile (node:internal/modules/cjs/loader:1165:14)
                            
                            
                            Thomas BraunT 1 Reply Last reply
                            0
                            • S SR277

                              @thomas-braun

                              pi@raspberrypi:~ $ iobroker status
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               Objects database error: read ECONNRESET
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                              Uncaught Rejection: /opt/iobroker/node_modules/source-map/lib/base64-vlq.js:91
                              0 var di'it;
                                ^^^
                              
                              SyntaxError: Unexpected token 'var'
                                  at Object.compileFunction (node:vm:360:18)
                                  at wrapSafe (node:internal/modules/cjs/loader:1094:15)
                                  at Module._compile (node:internal/modules/cjs/loader:1129:27)
                                  at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
                                  at Module.load (node:internal/modules/cjs/loader:1043:32)
                                  at Function.Module._load (node:internal/modules/cjs/loader:878:12)
                                  at Module.require (node:internal/modules/cjs/loader:1067:19)
                                  at require (node:internal/modules/cjs/helpers:103:18)
                                  at Object.<anonymous> (/opt/iobroker/node_modules/source-map/lib/source-map-generator.js:8:17)
                                  at Module._compile (node:internal/modules/cjs/loader:1165:14)
                              
                              
                              Thomas BraunT Offline
                              Thomas BraunT Offline
                              Thomas Braun
                              Most Active
                              wrote on last edited by
                              #14

                              @sr277

                              Keine Ahnung.

                              iob update
                              

                              funktioniert vermutlich auch nicht?

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              S 1 Reply Last reply
                              0
                              • Thomas BraunT Thomas Braun

                                @sr277

                                Keine Ahnung.

                                iob update
                                

                                funktioniert vermutlich auch nicht?

                                S Offline
                                S Offline
                                SR277
                                wrote on last edited by
                                #15

                                @thomas-braun

                                Ne das gleiche. 😞

                                pi@raspberrypi:~ $ iob update
                                 Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                 Objects database error: read ECONNRESET
                                 Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                 Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                 Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                 Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                Uncaught Rejection: /opt/iobroker/node_modules/source-map/lib/base64-vlq.js:91
                                0 var di'it;
                                  ^^^
                                
                                SyntaxError: Unexpected token 'var'
                                    at Object.compileFunction (node:vm:360:18)
                                    at wrapSafe (node:internal/modules/cjs/loader:1094:15)
                                    at Module._compile (node:internal/modules/cjs/loader:1129:27)
                                    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
                                    at Module.load (node:internal/modules/cjs/loader:1043:32)
                                    at Function.Module._load (node:internal/modules/cjs/loader:878:12)
                                    at Module.require (node:internal/modules/cjs/loader:1067:19)
                                    at require (node:internal/modules/cjs/helpers:103:18)
                                    at Object.<anonymous> (/opt/iobroker/node_modules/source-map/lib/source-map-generator.js:8:17)
                                    at Module._compile (node:internal/modules/cjs/loader:1165:14)
                                
                                
                                Thomas BraunT 1 Reply Last reply
                                0
                                • S SR277

                                  @thomas-braun

                                  Ne das gleiche. 😞

                                  pi@raspberrypi:~ $ iob update
                                   Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                   Objects database error: read ECONNRESET
                                   Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                   Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                   Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                   Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                  Uncaught Rejection: /opt/iobroker/node_modules/source-map/lib/base64-vlq.js:91
                                  0 var di'it;
                                    ^^^
                                  
                                  SyntaxError: Unexpected token 'var'
                                      at Object.compileFunction (node:vm:360:18)
                                      at wrapSafe (node:internal/modules/cjs/loader:1094:15)
                                      at Module._compile (node:internal/modules/cjs/loader:1129:27)
                                      at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
                                      at Module.load (node:internal/modules/cjs/loader:1043:32)
                                      at Function.Module._load (node:internal/modules/cjs/loader:878:12)
                                      at Module.require (node:internal/modules/cjs/loader:1067:19)
                                      at require (node:internal/modules/cjs/helpers:103:18)
                                      at Object.<anonymous> (/opt/iobroker/node_modules/source-map/lib/source-map-generator.js:8:17)
                                      at Module._compile (node:internal/modules/cjs/loader:1165:14)
                                  
                                  
                                  Thomas BraunT Offline
                                  Thomas BraunT Offline
                                  Thomas Braun
                                  Most Active
                                  wrote on last edited by
                                  #16

                                  @sr277

                                  cd /opt/iobroker
                                  sudo -H -u iobroker npm install iobroker.alexa2
                                  sudo -H -u iobroker npm install iobroker.iot
                                  

                                  Linux-Werkzeugkasten:
                                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                  NodeJS Fixer Skript:
                                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                  S 1 Reply Last reply
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @sr277

                                    cd /opt/iobroker
                                    sudo -H -u iobroker npm install iobroker.alexa2
                                    sudo -H -u iobroker npm install iobroker.iot
                                    
                                    S Offline
                                    S Offline
                                    SR277
                                    wrote on last edited by SR277
                                    #17

                                    @thomas-braun

                                    
                                    pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.alexa2
                                    npm WARN old lockfile
                                    npm WARN old lockfile The package-lock.json file was created with an old version of npm,
                                    npm WARN old lockfile so supplemental metadata must be fetched from the registry.
                                    npm WARN old lockfile
                                    npm WARN old lockfile This is a one-time fix-up, please be patient...
                                    npm WARN old lockfile
                                    
                                    added 12 packages, removed 121 packages, and changed 31 packages in 1m
                                    
                                    137 packages are looking for funding
                                      run `npm fund` for details
                                    pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.iot
                                    
                                    added 2 packages, removed 1 package, and changed 1 package in 13s
                                    
                                    138 packages are looking for funding
                                      run `npm fund` for details
                                    
                                    

                                    Blöde Frage: Wie bekomme ich beim nächsten Befehl das "/opt/iobroker $" wieder weg?

                                    Thomas BraunT 1 Reply Last reply
                                    0
                                    • S SR277

                                      @thomas-braun

                                      
                                      pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.alexa2
                                      npm WARN old lockfile
                                      npm WARN old lockfile The package-lock.json file was created with an old version of npm,
                                      npm WARN old lockfile so supplemental metadata must be fetched from the registry.
                                      npm WARN old lockfile
                                      npm WARN old lockfile This is a one-time fix-up, please be patient...
                                      npm WARN old lockfile
                                      
                                      added 12 packages, removed 121 packages, and changed 31 packages in 1m
                                      
                                      137 packages are looking for funding
                                        run `npm fund` for details
                                      pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.iot
                                      
                                      added 2 packages, removed 1 package, and changed 1 package in 13s
                                      
                                      138 packages are looking for funding
                                        run `npm fund` for details
                                      
                                      

                                      Blöde Frage: Wie bekomme ich beim nächsten Befehl das "/opt/iobroker $" wieder weg?

                                      Thomas BraunT Offline
                                      Thomas BraunT Offline
                                      Thomas Braun
                                      Most Active
                                      wrote on last edited by
                                      #18

                                      @sr277

                                      iob status
                                      

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      S 1 Reply Last reply
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @sr277

                                        iob status
                                        
                                        S Offline
                                        S Offline
                                        SR277
                                        wrote on last edited by
                                        #19

                                        @thomas-braun

                                        Wie bekomme ich beim nächsten Befehl das "/opt/iobroker $" wieder weg?

                                        pi@raspberrypi:/opt/iobroker $ iob status
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         States database error: connect ECONNREFUSED 127.0.0.1:9000
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         States database error: connect ECONNREFUSED 127.0.0.1:9000
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         States database error: connect ECONNREFUSED 127.0.0.1:9000
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         States database error: connect ECONNREFUSED 127.0.0.1:9000
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         States database error: connect ECONNREFUSED 127.0.0.1:9000
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         States database error: connect ECONNREFUSED 127.0.0.1:9000
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         States database error: connect ECONNREFUSED 127.0.0.1:9000
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         States database error: connect ECONNREFUSED 127.0.0.1:9000
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         States database error: connect ECONNREFUSED 127.0.0.1:9000
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         States database error: connect ECONNREFUSED 127.0.0.1:9000
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         States database error: connect ECONNREFUSED 127.0.0.1:9000
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         States database error: connect ECONNREFUSED 127.0.0.1:9000
                                         States database error: connect ECONNREFUSED 127.0.0.1:9000
                                         States database error: connect ECONNREFUSED 127.0.0.1:9000
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         States database error: connect ECONNREFUSED 127.0.0.1:9000
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         States database error: connect ECONNREFUSED 127.0.0.1:9000
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         States database error: connect ECONNREFUSED 127.0.0.1:9000
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         States database error: connect ECONNREFUSED 127.0.0.1:9000
                                         redis get system.host.raspberrypi.alive, error - Connection is closed.
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                         redis get system.host.raspberrypi.plugins.sentry.enabled, error - Connection is closed.
                                        Uncaught Rejection: /opt/iobroker/node_modules/source-map/lib/base64-vlq.js:91
                                        0 var di'it;
                                          ^^^
                                        
                                        SyntaxError: Unexpected token 'var'
                                            at Object.compileFunction (node:vm:360:18)
                                            at wrapSafe (node:internal/modules/cjs/loader:1094:15)
                                            at Module._compile (node:internal/modules/cjs/loader:1129:27)
                                            at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
                                            at Module.load (node:internal/modules/cjs/loader:1043:32)
                                            at Function.Module._load (node:internal/modules/cjs/loader:878:12)
                                            at Module.require (node:internal/modules/cjs/loader:1067:19)
                                            at require (node:internal/modules/cjs/helpers:103:18)
                                            at Object.<anonymous> (/opt/iobroker/node_modules/source-map/lib/source-map-generator.js:8:17)
                                            at Module._compile (node:internal/modules/cjs/loader:1165:14)
                                        
                                        
                                        HomoranH Thomas BraunT 2 Replies Last reply
                                        0
                                        • S SR277

                                          @thomas-braun

                                          Wie bekomme ich beim nächsten Befehl das "/opt/iobroker $" wieder weg?

                                          pi@raspberrypi:/opt/iobroker $ iob status
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                                           redis get system.host.raspberrypi.alive, error - Connection is closed.
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                           redis get system.host.raspberrypi.plugins.sentry.enabled, error - Connection is closed.
                                          Uncaught Rejection: /opt/iobroker/node_modules/source-map/lib/base64-vlq.js:91
                                          0 var di'it;
                                            ^^^
                                          
                                          SyntaxError: Unexpected token 'var'
                                              at Object.compileFunction (node:vm:360:18)
                                              at wrapSafe (node:internal/modules/cjs/loader:1094:15)
                                              at Module._compile (node:internal/modules/cjs/loader:1129:27)
                                              at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
                                              at Module.load (node:internal/modules/cjs/loader:1043:32)
                                              at Function.Module._load (node:internal/modules/cjs/loader:878:12)
                                              at Module.require (node:internal/modules/cjs/loader:1067:19)
                                              at require (node:internal/modules/cjs/helpers:103:18)
                                              at Object.<anonymous> (/opt/iobroker/node_modules/source-map/lib/source-map-generator.js:8:17)
                                              at Module._compile (node:internal/modules/cjs/loader:1165:14)
                                          
                                          
                                          HomoranH Offline
                                          HomoranH Offline
                                          Homoran
                                          Global Moderator Administrators
                                          wrote on last edited by
                                          #20

                                          @sr277 sagte in Iobroker startet nicht mehr:

                                          Wie bekomme ich beim nächsten Befehl das "/opt/iobroker $" wieder weg?

                                          warum?

                                          da bist du richtig!

                                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          56

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe