Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme

NEWS

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

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

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

ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme

Geplant Angeheftet Gesperrt Verschoben Einsteigerfragen
267 Beiträge 8 Kommentatoren 38.0k Aufrufe 8 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • G Gismoh

    @thomas-braun
    ja, dies funktioniert ;)

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von Thomas Braun
    #95

    @gismoh

    Dann schau da mal nach dem Eintrag, den crunchip oben genannt hat.

    Ich vermute aber, der ist da so gar nicht mehr drin.

    In meiner Version steht da nämlich:

        if os.path.exists(build_file_path):
            build_file_contents = open(build_file_path, encoding='utf-8').read()
        else:
            raise GypError(f"{build_file_path} not found (cwd: {os.getcwd()})")
    
        build_file_data = None
    

    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

    G crunchipC 2 Antworten Letzte Antwort
    1
    • Thomas BraunT Thomas Braun

      @gismoh

      Dann schau da mal nach dem Eintrag, den crunchip oben genannt hat.

      Ich vermute aber, der ist da so gar nicht mehr drin.

      In meiner Version steht da nämlich:

          if os.path.exists(build_file_path):
              build_file_contents = open(build_file_path, encoding='utf-8').read()
          else:
              raise GypError(f"{build_file_path} not found (cwd: {os.getcwd()})")
      
          build_file_data = None
      
      G Offline
      G Offline
      Gismoh
      schrieb am zuletzt editiert von
      #96

      @thomas-braun
      kann man auch den inhalt der Datei in die Zwischenablage holen, um besser danach suchen zu können?

      ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • G Gismoh

        @thomas-braun
        kann man auch den inhalt der Datei in die Zwischenablage holen, um besser danach suchen zu können?

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #97

        @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

        um besser danach suchen zu können?

        Mit Strg-W sucht man in nano

        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

        G 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

          um besser danach suchen zu können?

          Mit Strg-W sucht man in nano

          G Offline
          G Offline
          Gismoh
          schrieb am zuletzt editiert von
          #98

          @thomas-braun
          denke, das ist es?

          def LoadOneBuildFile(build_file_path, data, aux_data, includes, is_target, chec>
              if build_file_path in data:
                  return data[build_file_path]
          
              if os.path.exists(build_file_path):
                  build_file_contents = open(build_file_path, encoding='utf-8').read()
              else:
                  raise GypError(f"{build_file_path} not found (cwd: {os.getcwd()})")
          
              build_file_data = None
              try:
                  if check:
                      build_file_data = CheckedEval(build_file_contents)
          

          ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • G Gismoh

            @thomas-braun
            denke, das ist es?

            def LoadOneBuildFile(build_file_path, data, aux_data, includes, is_target, chec>
                if build_file_path in data:
                    return data[build_file_path]
            
                if os.path.exists(build_file_path):
                    build_file_contents = open(build_file_path, encoding='utf-8').read()
                else:
                    raise GypError(f"{build_file_path} not found (cwd: {os.getcwd()})")
            
                build_file_data = None
                try:
                    if check:
                        build_file_data = CheckedEval(build_file_contents)
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #99

            @gismoh

            Zeile 228 müsste das sein.

            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

            G 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @gismoh

              Zeile 228 müsste das sein.

              G Offline
              G Offline
              Gismoh
              schrieb am zuletzt editiert von Gismoh
              #100

              @thomas-braun
              Zeilennummern sehe ich nicht, aber ist es nicht das, was ich oben gepostet habe?

              ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • G Gismoh

                @thomas-braun
                Zeilennummern sehe ich nicht, aber ist es nicht das, was ich oben gepostet habe?

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #101

                @gismoh

                Strg-C zeigt die aktuelle Zeile.
                Aber das passt wohl bei dir dann.

                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

                G 1 Antwort Letzte Antwort
                1
                • Thomas BraunT Thomas Braun

                  @gismoh

                  Strg-C zeigt die aktuelle Zeile.
                  Aber das passt wohl bei dir dann.

                  G Offline
                  G Offline
                  Gismoh
                  schrieb am zuletzt editiert von
                  #102

                  @thomas-braun
                  Merci - ist dann aber wohl kein gutes Zeichen, weil ich immer noch nicht den ble zum laufen bekomme nach Backitup rückspielung. :cold_sweat:

                  ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • G Gismoh

                    @thomas-braun
                    Merci - ist dann aber wohl kein gutes Zeichen, weil ich immer noch nicht den ble zum laufen bekomme nach Backitup rückspielung. :cold_sweat:

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #103

                    @gismoh

                    iob stop
                    iob fix
                    cd /home/iobroker
                    sudo -u iobroker npm cache clear --force
                    cd
                    iobroker upgrade ble@0.13.4
                    

                    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

                    G 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @gismoh

                      Dann schau da mal nach dem Eintrag, den crunchip oben genannt hat.

                      Ich vermute aber, der ist da so gar nicht mehr drin.

                      In meiner Version steht da nämlich:

                          if os.path.exists(build_file_path):
                              build_file_contents = open(build_file_path, encoding='utf-8').read()
                          else:
                              raise GypError(f"{build_file_path} not found (cwd: {os.getcwd()})")
                      
                          build_file_data = None
                      
                      crunchipC Abwesend
                      crunchipC Abwesend
                      crunchip
                      Forum Testing Most Active
                      schrieb am zuletzt editiert von
                      #104

                      @thomas-braun sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                      In meiner Version steht da nämlich:

                      in der einen ja, ich hab da beide
                      7cebbb7b-504a-469c-873a-c9e26d7638b4-image.png

                      und die Fehlermeldung spuckt ja auch aus

                      npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
                      npm ERR!     build_file_contents = open(build_file_path, "rU").read()
                      npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
                      

                      umgestiegen von Proxmox auf Unraid

                      1 Antwort Letzte Antwort
                      1
                      • Thomas BraunT Thomas Braun

                        @gismoh

                        iob stop
                        iob fix
                        cd /home/iobroker
                        sudo -u iobroker npm cache clear --force
                        cd
                        iobroker upgrade ble@0.13.4
                        
                        G Offline
                        G Offline
                        Gismoh
                        schrieb am zuletzt editiert von
                        #105

                        @thomas-braun

                        idash@ioBrokerVM:/home/iobroker$ sudo -u iobroker npm cache clear --force
                        npm WARN using --force Recommended protections disabled.
                        npm ERR! code ENOTEMPTY
                        npm ERR! syscall rmdir
                        npm ERR! path /home/iobroker/.npm/_cacache
                        npm ERR! errno -39
                        npm ERR! ENOTEMPTY: directory not empty, rmdir '/home/iobroker/.npm/_cacache'
                        
                        npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-08T22_45_40_333Z-debug-0.log
                        

                        denke, es sollte anders aussehen?

                        ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • G Gismoh

                          @thomas-braun

                          idash@ioBrokerVM:/home/iobroker$ sudo -u iobroker npm cache clear --force
                          npm WARN using --force Recommended protections disabled.
                          npm ERR! code ENOTEMPTY
                          npm ERR! syscall rmdir
                          npm ERR! path /home/iobroker/.npm/_cacache
                          npm ERR! errno -39
                          npm ERR! ENOTEMPTY: directory not empty, rmdir '/home/iobroker/.npm/_cacache'
                          
                          npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-08T22_45_40_333Z-debug-0.log
                          

                          denke, es sollte anders aussehen?

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #106

                          @gismoh

                          Ja, das sollte so aussehen:

                          echad@chet:/home/iobroker $ sudo -u iobroker npm cache clear --force
                          npm WARN using --force Recommended protections disabled.
                          echad@chet:/home/iobroker $
                          
                          ls -lah /home/iobroker/.npm/_cacache
                          

                          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

                          G 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @gismoh

                            Ja, das sollte so aussehen:

                            echad@chet:/home/iobroker $ sudo -u iobroker npm cache clear --force
                            npm WARN using --force Recommended protections disabled.
                            echad@chet:/home/iobroker $
                            
                            ls -lah /home/iobroker/.npm/_cacache
                            

                            sagt?

                            G Offline
                            G Offline
                            Gismoh
                            schrieb am zuletzt editiert von
                            #107

                            @thomas-braun

                            idash@ioBrokerVM:/home/iobroker$ ls -lah /home/iobroker/.npm/_cacache
                            insgesamt 12K
                            drwxr-xr-x 3 iobroker iobroker 4,0K  8. Nov 23:45 .
                            drwxr-xr-x 7 iobroker iobroker 4,0K  8. Nov 22:10 ..
                            drwxr-xr-x 2 iobroker iobroker 4,0K  8. Nov 23:45 tmp
                            

                            ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • G Gismoh

                              @thomas-braun

                              idash@ioBrokerVM:/home/iobroker$ ls -lah /home/iobroker/.npm/_cacache
                              insgesamt 12K
                              drwxr-xr-x 3 iobroker iobroker 4,0K  8. Nov 23:45 .
                              drwxr-xr-x 7 iobroker iobroker 4,0K  8. Nov 22:10 ..
                              drwxr-xr-x 2 iobroker iobroker 4,0K  8. Nov 23:45 tmp
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #108

                              @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                              rm -rf /home/iobroker/.npm/_cacache/tmp
                              

                              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

                              G 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                                rm -rf /home/iobroker/.npm/_cacache/tmp
                                
                                G Offline
                                G Offline
                                Gismoh
                                schrieb am zuletzt editiert von
                                #109

                                @thomas-braun

                                rm: das Entfernen von '/home/iobroker/.npm/_cacache/tmp/d411385f' ist nicht möglich: Keine Berechtigung
                                

                                ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • G Gismoh

                                  @thomas-braun

                                  rm: das Entfernen von '/home/iobroker/.npm/_cacache/tmp/d411385f' ist nicht möglich: Keine Berechtigung
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #110

                                  @gismoh

                                  sudo -u iobroker rm -rf /home/iobroker/.npm/_cacache/tmp
                                  

                                  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

                                  G 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @gismoh

                                    sudo -u iobroker rm -rf /home/iobroker/.npm/_cacache/tmp
                                    
                                    G Offline
                                    G Offline
                                    Gismoh
                                    schrieb am zuletzt editiert von
                                    #111

                                    @thomas-braun

                                    idash@ioBrokerVM:/home/iobroker$ sudo -u iobroker npm cache clear --force
                                    npm WARN using --force Recommended protections disabled.
                                    idash@ioBrokerVM:/home/iobroker$ cd
                                    idash@ioBrokerVM:~$ iobroker upgrade ble@0.13.4
                                    Adapter "ble"            is not installed.
                                    

                                    ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • G Gismoh

                                      @thomas-braun

                                      idash@ioBrokerVM:/home/iobroker$ sudo -u iobroker npm cache clear --force
                                      npm WARN using --force Recommended protections disabled.
                                      idash@ioBrokerVM:/home/iobroker$ cd
                                      idash@ioBrokerVM:~$ iobroker upgrade ble@0.13.4
                                      Adapter "ble"            is not installed.
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #112

                                      @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                                      iobroker add ble@0.13.4 --debug
                                      

                                      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

                                      G 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                                        iobroker add ble@0.13.4 --debug
                                        
                                        G Offline
                                        G Offline
                                        Gismoh
                                        schrieb am zuletzt editiert von
                                        #113

                                        @thomas-braun

                                        idash@ioBrokerVM:~$ iobroker add ble@0.13.4 --debug
                                        NPM version: 9.8.1
                                        Installing iobroker.ble@0.13.4... (System call)
                                        npm ERR! code 1
                                        npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                                        npm ERR! command failed
                                        npm ERR! command sh -c node-gyp-build
                                        npm ERR! gyp info it worked if it ends with ok
                                        npm ERR! gyp info using node-gyp@7.1.2
                                        npm ERR! gyp info using node@18.18.2 | linux | x64
                                        npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
                                        npm ERR! (node:6399) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
                                        npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
                                        npm ERR! gyp info spawn /usr/bin/python3
                                        npm ERR! gyp info spawn args [
                                        npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
                                        npm ERR! gyp info spawn args   'binding.gyp',
                                        npm ERR! gyp info spawn args   '-f',
                                        npm ERR! gyp info spawn args   'make',
                                        npm ERR! gyp info spawn args   '-I',
                                        npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/build/config.gypi',
                                        npm ERR! gyp info spawn args   '-I',
                                        npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
                                        npm ERR! gyp info spawn args   '-I',
                                        npm ERR! gyp info spawn args   '/home/iobroker/.cache/node-gyp/18.18.2/include/node/common.gypi',
                                        npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
                                        npm ERR! gyp info spawn args   '-Dvisibility=default',
                                        npm ERR! gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.18.2',
                                        npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
                                        npm ERR! gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/18.18.2/<(target_arch)/node.lib',
                                        npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble',
                                        npm ERR! gyp info spawn args   '-Dnode_engine=v8',
                                        npm ERR! gyp info spawn args   '--depth=.',
                                        npm ERR! gyp info spawn args   '--no-parallel',
                                        npm ERR! gyp info spawn args   '--generator-output',
                                        npm ERR! gyp info spawn args   'build',
                                        npm ERR! gyp info spawn args   '-Goutput_dir=.'
                                        npm ERR! gyp info spawn args ]
                                        npm ERR! Traceback (most recent call last):
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>
                                        npm ERR!     sys.exit(gyp.script_main())
                                        npm ERR!              ^^^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_main
                                        npm ERR!     return main(sys.argv[1:])
                                        npm ERR!            ^^^^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in main
                                        npm ERR!     return gyp_main(args)
                                        npm ERR!            ^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_main
                                        npm ERR!     [generator, flat_list, targets, data] = Load(
                                        npm ERR!                                             ^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Load
                                        npm ERR!     result = gyp.input.Load(
                                        npm ERR!              ^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
                                        npm ERR!     LoadTargetBuildFile(
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
                                        npm ERR!     build_file_data = LoadOneBuildFile(
                                        npm ERR!                       ^^^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
                                        npm ERR!     build_file_contents = open(build_file_path, "rU").read()
                                        npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                        npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
                                        npm ERR! gyp ERR! configure error 
                                        npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
                                        npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)
                                        npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)
                                        npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)
                                        npm ERR! gyp ERR! System Linux 6.1.0-13-amd64
                                        npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                        npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                                        npm ERR! gyp ERR! node -v v18.18.2
                                        npm ERR! gyp ERR! node-gyp -v v7.1.2
                                        npm ERR! gyp ERR! not ok
                                        
                                        npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-08T22_56_29_824Z-debug-0.log
                                        npm ERR! code 1
                                        npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                                        npm ERR! command failed
                                        npm ERR! command sh -c node-gyp-build
                                        npm ERR! gyp info it worked if it ends with ok
                                        npm ERR! gyp info using node-gyp@7.1.2
                                        npm ERR! gyp info using node@18.18.2 | linux | x64
                                        npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
                                        npm ERR! (node:6399) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
                                        npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
                                        npm ERR! gyp info spawn /usr/bin/python3
                                        npm ERR! gyp info spawn args [
                                        npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
                                        npm ERR! gyp info spawn args   'binding.gyp',
                                        npm ERR! gyp info spawn args   '-f',
                                        npm ERR! gyp info spawn args   'make',
                                        npm ERR! gyp info spawn args   '-I',
                                        npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/build/config.gypi',
                                        npm ERR! gyp info spawn args   '-I',
                                        npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
                                        npm ERR! gyp info spawn args   '-I',
                                        npm ERR! gyp info spawn args   '/home/iobroker/.cache/node-gyp/18.18.2/include/node/common.gypi',
                                        npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
                                        npm ERR! gyp info spawn args   '-Dvisibility=default',
                                        npm ERR! gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.18.2',
                                        npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
                                        npm ERR! gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/18.18.2/<(target_arch)/node.lib',
                                        npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble',
                                        npm ERR! gyp info spawn args   '-Dnode_engine=v8',
                                        npm ERR! gyp info spawn args   '--depth=.',
                                        npm ERR! gyp info spawn args   '--no-parallel',
                                        npm ERR! gyp info spawn args   '--generator-output',
                                        npm ERR! gyp info spawn args   'build',
                                        npm ERR! gyp info spawn args   '-Goutput_dir=.'
                                        npm ERR! gyp info spawn args ]
                                        npm ERR! Traceback (most recent call last):
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>
                                        npm ERR!     sys.exit(gyp.script_main())
                                        npm ERR!              ^^^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_main
                                        npm ERR!     return main(sys.argv[1:])
                                        npm ERR!            ^^^^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in main
                                        npm ERR!     return gyp_main(args)
                                        npm ERR!            ^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_main
                                        npm ERR!     [generator, flat_list, targets, data] = Load(
                                        npm ERR!                                             ^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Load
                                        npm ERR!     result = gyp.input.Load(
                                        npm ERR!              ^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
                                        npm ERR!     LoadTargetBuildFile(
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
                                        npm ERR!     build_file_data = LoadOneBuildFile(
                                        npm ERR!                       ^^^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
                                        npm ERR!     build_file_contents = open(build_file_path, "rU").read()
                                        npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                        npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
                                        npm ERR! gyp ERR! configure error 
                                        npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
                                        npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)
                                        npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)
                                        npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)
                                        npm ERR! gyp ERR! System Linux 6.1.0-13-amd64
                                        npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                        npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                                        npm ERR! gyp ERR! node -v v18.18.2
                                        npm ERR! gyp ERR! node-gyp -v v7.1.2
                                        npm ERR! gyp ERR! not ok
                                        
                                        npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-08T22_56_29_824Z-debug-0.log
                                        host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                                        

                                        ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • G Gismoh

                                          @thomas-braun

                                          idash@ioBrokerVM:~$ iobroker add ble@0.13.4 --debug
                                          NPM version: 9.8.1
                                          Installing iobroker.ble@0.13.4... (System call)
                                          npm ERR! code 1
                                          npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                                          npm ERR! command failed
                                          npm ERR! command sh -c node-gyp-build
                                          npm ERR! gyp info it worked if it ends with ok
                                          npm ERR! gyp info using node-gyp@7.1.2
                                          npm ERR! gyp info using node@18.18.2 | linux | x64
                                          npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
                                          npm ERR! (node:6399) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
                                          npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
                                          npm ERR! gyp info spawn /usr/bin/python3
                                          npm ERR! gyp info spawn args [
                                          npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
                                          npm ERR! gyp info spawn args   'binding.gyp',
                                          npm ERR! gyp info spawn args   '-f',
                                          npm ERR! gyp info spawn args   'make',
                                          npm ERR! gyp info spawn args   '-I',
                                          npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/build/config.gypi',
                                          npm ERR! gyp info spawn args   '-I',
                                          npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
                                          npm ERR! gyp info spawn args   '-I',
                                          npm ERR! gyp info spawn args   '/home/iobroker/.cache/node-gyp/18.18.2/include/node/common.gypi',
                                          npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
                                          npm ERR! gyp info spawn args   '-Dvisibility=default',
                                          npm ERR! gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.18.2',
                                          npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
                                          npm ERR! gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/18.18.2/<(target_arch)/node.lib',
                                          npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble',
                                          npm ERR! gyp info spawn args   '-Dnode_engine=v8',
                                          npm ERR! gyp info spawn args   '--depth=.',
                                          npm ERR! gyp info spawn args   '--no-parallel',
                                          npm ERR! gyp info spawn args   '--generator-output',
                                          npm ERR! gyp info spawn args   'build',
                                          npm ERR! gyp info spawn args   '-Goutput_dir=.'
                                          npm ERR! gyp info spawn args ]
                                          npm ERR! Traceback (most recent call last):
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>
                                          npm ERR!     sys.exit(gyp.script_main())
                                          npm ERR!              ^^^^^^^^^^^^^^^^^
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_main
                                          npm ERR!     return main(sys.argv[1:])
                                          npm ERR!            ^^^^^^^^^^^^^^^^^^
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in main
                                          npm ERR!     return gyp_main(args)
                                          npm ERR!            ^^^^^^^^^^^^^^
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_main
                                          npm ERR!     [generator, flat_list, targets, data] = Load(
                                          npm ERR!                                             ^^^^^
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Load
                                          npm ERR!     result = gyp.input.Load(
                                          npm ERR!              ^^^^^^^^^^^^^^^
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
                                          npm ERR!     LoadTargetBuildFile(
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
                                          npm ERR!     build_file_data = LoadOneBuildFile(
                                          npm ERR!                       ^^^^^^^^^^^^^^^^^
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
                                          npm ERR!     build_file_contents = open(build_file_path, "rU").read()
                                          npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                          npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
                                          npm ERR! gyp ERR! configure error 
                                          npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
                                          npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)
                                          npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)
                                          npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)
                                          npm ERR! gyp ERR! System Linux 6.1.0-13-amd64
                                          npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                          npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                                          npm ERR! gyp ERR! node -v v18.18.2
                                          npm ERR! gyp ERR! node-gyp -v v7.1.2
                                          npm ERR! gyp ERR! not ok
                                          
                                          npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-08T22_56_29_824Z-debug-0.log
                                          npm ERR! code 1
                                          npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                                          npm ERR! command failed
                                          npm ERR! command sh -c node-gyp-build
                                          npm ERR! gyp info it worked if it ends with ok
                                          npm ERR! gyp info using node-gyp@7.1.2
                                          npm ERR! gyp info using node@18.18.2 | linux | x64
                                          npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
                                          npm ERR! (node:6399) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
                                          npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
                                          npm ERR! gyp info spawn /usr/bin/python3
                                          npm ERR! gyp info spawn args [
                                          npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
                                          npm ERR! gyp info spawn args   'binding.gyp',
                                          npm ERR! gyp info spawn args   '-f',
                                          npm ERR! gyp info spawn args   'make',
                                          npm ERR! gyp info spawn args   '-I',
                                          npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/build/config.gypi',
                                          npm ERR! gyp info spawn args   '-I',
                                          npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
                                          npm ERR! gyp info spawn args   '-I',
                                          npm ERR! gyp info spawn args   '/home/iobroker/.cache/node-gyp/18.18.2/include/node/common.gypi',
                                          npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
                                          npm ERR! gyp info spawn args   '-Dvisibility=default',
                                          npm ERR! gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.18.2',
                                          npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
                                          npm ERR! gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/18.18.2/<(target_arch)/node.lib',
                                          npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble',
                                          npm ERR! gyp info spawn args   '-Dnode_engine=v8',
                                          npm ERR! gyp info spawn args   '--depth=.',
                                          npm ERR! gyp info spawn args   '--no-parallel',
                                          npm ERR! gyp info spawn args   '--generator-output',
                                          npm ERR! gyp info spawn args   'build',
                                          npm ERR! gyp info spawn args   '-Goutput_dir=.'
                                          npm ERR! gyp info spawn args ]
                                          npm ERR! Traceback (most recent call last):
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>
                                          npm ERR!     sys.exit(gyp.script_main())
                                          npm ERR!              ^^^^^^^^^^^^^^^^^
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_main
                                          npm ERR!     return main(sys.argv[1:])
                                          npm ERR!            ^^^^^^^^^^^^^^^^^^
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in main
                                          npm ERR!     return gyp_main(args)
                                          npm ERR!            ^^^^^^^^^^^^^^
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_main
                                          npm ERR!     [generator, flat_list, targets, data] = Load(
                                          npm ERR!                                             ^^^^^
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Load
                                          npm ERR!     result = gyp.input.Load(
                                          npm ERR!              ^^^^^^^^^^^^^^^
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
                                          npm ERR!     LoadTargetBuildFile(
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
                                          npm ERR!     build_file_data = LoadOneBuildFile(
                                          npm ERR!                       ^^^^^^^^^^^^^^^^^
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
                                          npm ERR!     build_file_contents = open(build_file_path, "rU").read()
                                          npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                          npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
                                          npm ERR! gyp ERR! configure error 
                                          npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
                                          npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)
                                          npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)
                                          npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)
                                          npm ERR! gyp ERR! System Linux 6.1.0-13-amd64
                                          npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                          npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                                          npm ERR! gyp ERR! node -v v18.18.2
                                          npm ERR! gyp ERR! node-gyp -v v7.1.2
                                          npm ERR! gyp ERR! not ok
                                          
                                          npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-08T22_56_29_824Z-debug-0.log
                                          host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #114

                                          @gismoh

                                          sudo apt update
                                          apt policy node-gyp
                                          

                                          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

                                          G 2 Antworten Letzte Antwort
                                          1
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          691

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe