Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Fehler beim Adapter installieren Code25

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Fehler beim Adapter installieren Code25

    This topic has been deleted. Only users with topic management privileges can see it.
    • Y
      yamaha1220 @DJMarc75 last edited by

      @djmarc75 link text

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

        @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 2 Replies Last reply Reply Quote 0
        • Y
          yamaha1220 @Thomas Braun last edited by

          @thomas-braun ok danke sd-karte ist neu aufgesetzt

          melde mich gleich nochmal

          1 Reply Last reply Reply Quote 0
          • Y
            yamaha1220 @Thomas Braun last edited by

            @thomas-braun so fertig. jetzt die vis installieren und dann ds backup mal sehen

            1 Reply Last reply Reply Quote 0
            • Y
              yamaha1220 @Thomas Braun last edited by

              @thomas-braun also backup ist drauf aber kann noch nichts installieren siehe da

              $ ./iobroker add hmip  --host pi32
              NPM version: 9.8.1npm install iobroker.hmip@1.20.0 --loglevel error --prefix "/opt/iobroker" (System call)
              npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/iobroker.js-controllernpm ERR! command failednpm ERR! command sh -c node iobroker.js setup firstnpm ERR! Unable to increase LUA script timeout: Error CONFIG-UNSUPPORTED for ["SET","lua-time-limit","10000"]npm ERR!  Unable to enable Expiry Keyspace events from Redis Server: Error CONFIG-UNSUPPORTED for ["SET","notify-keyspace-events","Exe"]npm ERR! /opt/iobroker/node_modules/standard-as-callback/built/index.js:6npm ERR!         throw e;npm ERR!         ^npm ERR! npm ERR! ReplyError: Error scan NOT SUPPORTEDnpm 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:22npm 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:51npm 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.2npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-07T14_02_04_163Z-debug-0.log
              ERROR: host.pi32 Cannot install iobroker.hmip@1.20.0: 1
              ERROR: process exited with code 25
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @yamaha1220 last edited by

                @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 1 Reply Last reply Reply Quote 0
                • Y
                  yamaha1220 @Thomas Braun last edited by

                  @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 $
                  
                  
                  Homoran 1 Reply Last reply Reply Quote 0
                  • Y
                    yamaha1220 @Thomas Braun last edited by

                    @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 Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @yamaha1220 last edited by

                      @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 2 Replies Last reply Reply Quote 0
                      • Y
                        yamaha1220 @Thomas Braun last edited by

                        @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 Reply Quote 0
                        • Y
                          yamaha1220 @Thomas Braun last edited by

                          @thomas-braun habe jetzt alles befolgt

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

                            @yamaha1220

                            Fällt mir nichts mehr zu ein.

                            Y 3 Replies Last reply Reply Quote 0
                            • Y
                              yamaha1220 @Thomas Braun last edited by

                              @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 Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @yamaha1220 last edited by

                                @yamaha1220 sagte in Fehler beim Adapter installieren Code25:

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

                                Y 1 Reply Last reply Reply Quote 0
                                • Y
                                  yamaha1220 @Thomas Braun last edited by

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

                                  1 Reply Last reply Reply Quote 0
                                  • Y
                                    yamaha1220 @Homoran last edited by

                                    @homoran bedeutet jetzt was?

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

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

                                      Y 2 Replies Last reply Reply Quote 0
                                      • Y
                                        yamaha1220 @Homoran last edited by

                                        @homoran ok und was soll ich jetzt machen?

                                        1 Reply Last reply Reply Quote 0
                                        • Y
                                          yamaha1220 @Thomas Braun last edited by

                                          @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 Reply Quote 0
                                          • Y
                                            yamaha1220 @Homoran last edited by

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

                                            Thomas Braun 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

                                            904
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            9
                                            108
                                            6632
                                            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