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. ioBroker Allgemein
  4. Fehler beim Adapter installieren Code25

NEWS

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

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

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

Fehler beim Adapter installieren Code25

Scheduled Pinned Locked Moved ioBroker Allgemein
108 Posts 9 Posters 14.4k Views 6 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.
  • Thomas BraunT Thomas Braun

    @yamaha1220 sagte in Fehler beim Adapter installieren Code25:

    auf welche version sollte ich den js-controller zurücksetzen?

    Erst mit der Version versuchen, die bei einer Neuinstallation mitkommt.
    Falls das nicht funktioniert:

    cd /opt/iobroker
    sudo -H -u iobroker npm install iobroker.js-controller@4.0.24
    

    und damit weiter herumexperimentieren.

    Y Offline
    Y Offline
    yamaha1220
    wrote on last edited by
    #24

    @thomas-braun das kam jetzt raus

    schenk@pi32:/opt/iobroker $ schenk@pi32:~ $ cd /opt/iobroker
    sudo -H -u iobroker npm install iobroker.js-controller@4.0.24
    npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
    npm ERR! code 1
    npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
    npm ERR! command failed
    npm ERR! command sh -c node iobroker.js setup first
    npm ERR! Unable to subscribe to meta namespace "meta." changes: Error PSUBSCRIBE-UNSUPPORTED for namespace meta.: Data=["meta.*"]
    npm ERR! /opt/iobroker/node_modules/standard-as-callback/built/index.js:6
    npm ERR!         throw e;
    npm ERR!         ^
    npm ERR!
    npm ERR! ReplyError: Error scan NOT SUPPORTED
    npm ERR!     at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12)
    npm ERR!     at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14)
    npm ERR! Emitted 'error' event on ScanStream instance at:
    npm ERR!     at /opt/iobroker/node_modules/ioredis/built/ScanStream.js:38:22
    npm ERR!     at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:12:23)
    npm ERR!     at /opt/iobroker/node_modules/standard-as-callback/built/index.js:33:51
    npm ERR!     at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
    npm ERR!   command: {
    npm ERR!     name: 'scan',
    npm ERR!     args: [ '0', 'MATCH', 'cfg.o.system.host.*', 'COUNT', '250' ]
    npm ERR!   }
    npm ERR! }
    npm ERR!
    npm ERR! Node.js v18.18.2
    
    npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-07T14_06_35_334Z-debug-0.log
    schenk@pi32:/opt/iobroker $
    
    
    HomoranH 1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @yamaha1220 sagte in Fehler beim Adapter installieren Code25:

      /home/iobroker/.npm/_logs/2023-11-07T14_02_04_163Z-debug-0.log

      Dann schau da rein.
      Die Meldung selber kenne ich nicht.

      Y Offline
      Y Offline
      yamaha1220
      wrote on last edited by
      #25

      @thomas-braun said in Fehler beim Adapter installieren Code25:

      /home/iobroker/.npm/_logs/2023-11-07T14_02_04_163Z-debug-0.log

      so direkt eingeben?

      Thomas BraunT 1 Reply Last reply
      0
      • Y yamaha1220

        @thomas-braun said in Fehler beim Adapter installieren Code25:

        /home/iobroker/.npm/_logs/2023-11-07T14_02_04_163Z-debug-0.log

        so direkt eingeben?

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #26

        @yamaha1220 sagte in Fehler beim Adapter installieren Code25:

        /home/iobroker/.npm/_logs/2023-11-07T14_02_04_163Z-debug-0.log

        cat /home/iobroker/.npm/_logs/2023-11-07T14_02_04_163Z-debug-0.log
        

        oder

        less /home/iobroker/.npm/_logs/2023-11-07T14_02_04_163Z-debug-0.log
        

        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

        Y 2 Replies Last reply
        0
        • Thomas BraunT Thomas Braun

          @yamaha1220 sagte in Fehler beim Adapter installieren Code25:

          /home/iobroker/.npm/_logs/2023-11-07T14_02_04_163Z-debug-0.log

          cat /home/iobroker/.npm/_logs/2023-11-07T14_02_04_163Z-debug-0.log
          

          oder

          less /home/iobroker/.npm/_logs/2023-11-07T14_02_04_163Z-debug-0.log
          
          Y Offline
          Y Offline
          yamaha1220
          wrote on last edited by
          #27

          @thomas-braun passiert nichts

          schenk@pi32:~ $ cat /home/iobroker/.npm/_logs/2023-11-07T14_02_04_163Z-debug-0.log
          cat: /home/iobroker/.npm/_logs/2023-11-07T14_02_04_163Z-debug-0.log: No such file or directory
          schenk@pi32:~ $ less /home/iobroker/.npm/_logs/2023-11-07T14_02_04_163Z-debug-0.log
          /home/iobroker/.npm/_logs/2023-11-07T14_02_04_163Z-debug-0.log: No such file or directory
          schenk@pi32:~ $
          
          
          1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @yamaha1220 sagte in Fehler beim Adapter installieren Code25:

            /home/iobroker/.npm/_logs/2023-11-07T14_02_04_163Z-debug-0.log

            cat /home/iobroker/.npm/_logs/2023-11-07T14_02_04_163Z-debug-0.log
            

            oder

            less /home/iobroker/.npm/_logs/2023-11-07T14_02_04_163Z-debug-0.log
            
            Y Offline
            Y Offline
            yamaha1220
            wrote on last edited by
            #28

            @thomas-braun habe jetzt alles befolgt

            Thomas BraunT 1 Reply Last reply
            0
            • Y yamaha1220

              @thomas-braun habe jetzt alles befolgt

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #29

              @yamaha1220

              Fällt mir nichts mehr zu ein.

              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

              Y 3 Replies Last reply
              0
              • Thomas BraunT Thomas Braun

                @yamaha1220

                Fällt mir nichts mehr zu ein.

                Y Offline
                Y Offline
                yamaha1220
                wrote on last edited by
                #30

                @thomas-braun hmm. Habe alles so aufgespielt wie in deiner Anleitung und alles befolgt echt komisch das er den js-controller nicht installiert also eine älter version

                1 Reply Last reply
                0
                • Y yamaha1220

                  @thomas-braun das kam jetzt raus

                  schenk@pi32:/opt/iobroker $ schenk@pi32:~ $ cd /opt/iobroker
                  sudo -H -u iobroker npm install iobroker.js-controller@4.0.24
                  npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
                  npm ERR! code 1
                  npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
                  npm ERR! command failed
                  npm ERR! command sh -c node iobroker.js setup first
                  npm ERR! Unable to subscribe to meta namespace "meta." changes: Error PSUBSCRIBE-UNSUPPORTED for namespace meta.: Data=["meta.*"]
                  npm ERR! /opt/iobroker/node_modules/standard-as-callback/built/index.js:6
                  npm ERR!         throw e;
                  npm ERR!         ^
                  npm ERR!
                  npm ERR! ReplyError: Error scan NOT SUPPORTED
                  npm ERR!     at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12)
                  npm ERR!     at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14)
                  npm ERR! Emitted 'error' event on ScanStream instance at:
                  npm ERR!     at /opt/iobroker/node_modules/ioredis/built/ScanStream.js:38:22
                  npm ERR!     at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:12:23)
                  npm ERR!     at /opt/iobroker/node_modules/standard-as-callback/built/index.js:33:51
                  npm ERR!     at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
                  npm ERR!   command: {
                  npm ERR!     name: 'scan',
                  npm ERR!     args: [ '0', 'MATCH', 'cfg.o.system.host.*', 'COUNT', '250' ]
                  npm ERR!   }
                  npm ERR! }
                  npm ERR!
                  npm ERR! Node.js v18.18.2
                  
                  npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-07T14_06_35_334Z-debug-0.log
                  schenk@pi32:/opt/iobroker $
                  
                  
                  HomoranH Do not disturb
                  HomoranH Do not disturb
                  Homoran
                  Global Moderator Administrators
                  wrote on last edited by
                  #31

                  @yamaha1220 sagte in Fehler beim Adapter installieren Code25:

                  logs/2023-11-07T**14_06**35_334Z-debug-0.log

                  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 -

                  Y 1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @yamaha1220

                    Fällt mir nichts mehr zu ein.

                    Y Offline
                    Y Offline
                    yamaha1220
                    wrote on last edited by
                    #32

                    @thomas-braun hängt der fehler in der version ?

                    1 Reply Last reply
                    0
                    • HomoranH Homoran

                      @yamaha1220 sagte in Fehler beim Adapter installieren Code25:

                      logs/2023-11-07T**14_06**35_334Z-debug-0.log

                      Y Offline
                      Y Offline
                      yamaha1220
                      wrote on last edited by
                      #33

                      @homoran bedeutet jetzt was?

                      1 Reply Last reply
                      0
                      • HomoranH Do not disturb
                        HomoranH Do not disturb
                        Homoran
                        Global Moderator Administrators
                        wrote on last edited by
                        #34

                        die in deinem output angegebene Datei ist nicht die, die du nicht findest

                        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 -

                        Y 2 Replies Last reply
                        0
                        • HomoranH Homoran

                          die in deinem output angegebene Datei ist nicht die, die du nicht findest

                          Y Offline
                          Y Offline
                          yamaha1220
                          wrote on last edited by
                          #35

                          @homoran ok und was soll ich jetzt machen?

                          1 Reply Last reply
                          0
                          • Thomas BraunT Thomas Braun

                            @yamaha1220

                            Fällt mir nichts mehr zu ein.

                            Y Offline
                            Y Offline
                            yamaha1220
                            wrote on last edited by
                            #36

                            @thomas-braun das steht bei hosts

                            Typ: js-controller
                            Titel: JS controller
                            OS: linux
                            Verfügbar: 5.0.12
                            Installiert: 3.1.6
                            Ereignisse: ↦33 / ↦16

                            1 Reply Last reply
                            0
                            • HomoranH Homoran

                              die in deinem output angegebene Datei ist nicht die, die du nicht findest

                              Y Offline
                              Y Offline
                              yamaha1220
                              wrote on last edited by
                              #37

                              @homoran hast du eine idee was ich jetzt machen könnte?

                              Thomas BraunT 1 Reply Last reply
                              0
                              • Y yamaha1220

                                @homoran hast du eine idee was ich jetzt machen könnte?

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                wrote on last edited by
                                #38

                                @yamaha1220

                                Du hockst ja noch auf dem ollen js-controller. Kein Wunder das damit nichts mehr funktioniert.

                                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

                                Y 1 Reply Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @yamaha1220

                                  Du hockst ja noch auf dem ollen js-controller. Kein Wunder das damit nichts mehr funktioniert.

                                  Y Offline
                                  Y Offline
                                  yamaha1220
                                  wrote on last edited by
                                  #39

                                  @thomas-braun das ist nach dem backup gewesen was soll ich jetzt machen? beim backup hat er es übernommen

                                  Thomas BraunT 1 Reply Last reply
                                  0
                                  • Y yamaha1220

                                    @thomas-braun das ist nach dem backup gewesen was soll ich jetzt machen? beim backup hat er es übernommen

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    wrote on last edited by
                                    #40

                                    @yamaha1220 sagte in Fehler beim Adapter installieren Code25:

                                    das ist nach dem backup gewesen was soll ich jetzt machen? beim backup hat er es übernommen

                                    Hä? Wer hat was in welcher Version übernommen?
                                    Du hast ein Backup in den js-controller@5 bekommen? Verwunderlich.

                                    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

                                    Y 2 Replies Last reply
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @yamaha1220 sagte in Fehler beim Adapter installieren Code25:

                                      das ist nach dem backup gewesen was soll ich jetzt machen? beim backup hat er es übernommen

                                      Hä? Wer hat was in welcher Version übernommen?
                                      Du hast ein Backup in den js-controller@5 bekommen? Verwunderlich.

                                      Y Offline
                                      Y Offline
                                      yamaha1220
                                      wrote on last edited by
                                      #41

                                      @thomas-braun ich habe alles neu aufgesetzt wie in deiner anleitung.
                                      und da denke ich das der js-controller bestimmt eine andere version hat und nach meinem backup wieder ein schlechteres js-controller version oder nicht?

                                      HomoranH 1 Reply Last reply
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @yamaha1220 sagte in Fehler beim Adapter installieren Code25:

                                        das ist nach dem backup gewesen was soll ich jetzt machen? beim backup hat er es übernommen

                                        Hä? Wer hat was in welcher Version übernommen?
                                        Du hast ein Backup in den js-controller@5 bekommen? Verwunderlich.

                                        Y Offline
                                        Y Offline
                                        yamaha1220
                                        wrote on last edited by
                                        #42

                                        @thomas-braun was soll ich jetzt machen ? nochmal neu aufsetzen?

                                        1 Reply Last reply
                                        0
                                        • Y yamaha1220

                                          @thomas-braun ich habe alles neu aufgesetzt wie in deiner anleitung.
                                          und da denke ich das der js-controller bestimmt eine andere version hat und nach meinem backup wieder ein schlechteres js-controller version oder nicht?

                                          HomoranH Do not disturb
                                          HomoranH Do not disturb
                                          Homoran
                                          Global Moderator Administrators
                                          wrote on last edited by
                                          #43

                                          @yamaha1220 sagte in Fehler beim Adapter installieren Code25:

                                          und da denke ich das der js-controller bestimmt eine andere version hat und nach meinem backup wieder ein schlechteres js-controller version oder nicht?

                                          du solltest beim Versuch des Restores eine Meldung bekommen was du tun musst.

                                          da müsste dringestanden haben dass du den Controller manuell diwngraden musst um das Backup überhaupt ei spielen zu können.

                                          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 -

                                          Y 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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          421

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          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