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. ioBroker Allgemein
  4. [GELÖST]RingAdapter Error: Could not load the "sharp" module

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    3.7k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.2k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

[GELÖST]RingAdapter Error: Could not load the "sharp" module

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
10 Beiträge 2 Kommentatoren 446 Aufrufe 1 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.
  • T Offline
    T Offline
    torstenhe
    schrieb am zuletzt editiert von torstenhe
    #1

    Moin,

    ich habe den Ring-Adapter installiert und bekomme nach dem Start des Adapters diese Meldung:

    code_text
    
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.150	error	instance system.adapter.ring.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.150	error	Caught by controller[0]: Node.js v22.20.0
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.150	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/sharp/lib/constructor.js:10:1)
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.150	error	Caught by controller[0]: at require (node:internal/modules/helpers:147:16)
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.150	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1463:12)
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.150	error	Caught by controller[0]: at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.150	error	Caught by controller[0]: at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.150	error	Caught by controller[0]: at Function._load (node:internal/modules/cjs/loader:1263:12)
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.150	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1441:32)
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.150	error	Caught by controller[0]: at Object..js (node:internal/modules/cjs/loader:1839:10)
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.149	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1706:14)
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.149	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/sharp/lib/sharp.js:121:9)
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.149	error	Caught by controller[0]: See https://sharp.pixelplumbing.com/install
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.149	error	Caught by controller[0]: - Consult the installation documentation:
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.149	error	Caught by controller[0]: npm install --os=linux --cpu=x64 sharp
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.149	error	Caught by controller[0]: - Add platform-specific dependencies:
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.149	error	Caught by controller[0]: See https://sharp.pixelplumbing.com/install#cross-platform
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.149	error	Caught by controller[0]: - Ensure your package manager supports multi-platform installation:
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.149	error	Caught by controller[0]: npm install --include=optional sharp
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.149	error	Caught by controller[0]: - Ensure optional dependencies can be installed:
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.149	error	Caught by controller[0]: Possible solutions:
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.148	error	Caught by controller[0]: Unsupported CPU: Prebuilt binaries for linux-x64 require v2 microarchitecture
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.148	error	Caught by controller[0]: Error: Could not load the "sharp" module using the linux-x64 runtime
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.148	error	Caught by controller[0]: ^
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.148	error	Caught by controller[0]: throw new Error(help.join('\n'));
    
    host.ioBroker(SmartHome1)
    2025-10-16 08:35:31.148	error	Caught by controller[0]: /opt/iobroker/node_modules/sharp/lib/sharp.js:121
    

    code_text

    Kann mir da jemand helfen was ich machen kann?

    Vielen Dank im Voraus

    LG

    haselchenH 1 Antwort Letzte Antwort
    0
    • T torstenhe

      Moin,

      ich habe den Ring-Adapter installiert und bekomme nach dem Start des Adapters diese Meldung:

      code_text
      
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.150	error	instance system.adapter.ring.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.150	error	Caught by controller[0]: Node.js v22.20.0
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.150	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/sharp/lib/constructor.js:10:1)
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.150	error	Caught by controller[0]: at require (node:internal/modules/helpers:147:16)
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.150	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1463:12)
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.150	error	Caught by controller[0]: at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.150	error	Caught by controller[0]: at TracingChannel.traceSync (node:diagnostics_channel:322:14)
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.150	error	Caught by controller[0]: at Function._load (node:internal/modules/cjs/loader:1263:12)
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.150	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1441:32)
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.150	error	Caught by controller[0]: at Object..js (node:internal/modules/cjs/loader:1839:10)
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.149	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1706:14)
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.149	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/sharp/lib/sharp.js:121:9)
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.149	error	Caught by controller[0]: See https://sharp.pixelplumbing.com/install
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.149	error	Caught by controller[0]: - Consult the installation documentation:
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.149	error	Caught by controller[0]: npm install --os=linux --cpu=x64 sharp
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.149	error	Caught by controller[0]: - Add platform-specific dependencies:
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.149	error	Caught by controller[0]: See https://sharp.pixelplumbing.com/install#cross-platform
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.149	error	Caught by controller[0]: - Ensure your package manager supports multi-platform installation:
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.149	error	Caught by controller[0]: npm install --include=optional sharp
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.149	error	Caught by controller[0]: - Ensure optional dependencies can be installed:
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.149	error	Caught by controller[0]: Possible solutions:
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.148	error	Caught by controller[0]: Unsupported CPU: Prebuilt binaries for linux-x64 require v2 microarchitecture
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.148	error	Caught by controller[0]: Error: Could not load the "sharp" module using the linux-x64 runtime
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.148	error	Caught by controller[0]: ^
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.148	error	Caught by controller[0]: throw new Error(help.join('\n'));
      
      host.ioBroker(SmartHome1)
      2025-10-16 08:35:31.148	error	Caught by controller[0]: /opt/iobroker/node_modules/sharp/lib/sharp.js:121
      

      code_text

      Kann mir da jemand helfen was ich machen kann?

      Vielen Dank im Voraus

      LG

      haselchenH Offline
      haselchenH Offline
      haselchen
      Most Active
      schrieb am zuletzt editiert von
      #2

      @torstenhe sagte in Ring-Adapter: Error: Could not load the "sharp" module:

      2025-10-16 08:35:31.148 error Caught by controller[0]: Unsupported CPU: Prebuilt binaries for linux-x64 require v2 microarchitecture

      2025-10-16 08:35:31.148	error	Caught by controller[0]: Unsupported CPU: Prebuilt binaries for linux-x64 require v2 microarchitecture
      

      Auf was fürn System mit Hardware bist Du unterwegs?

      Kompletten Auszug von

      iob diag

      bitte.

      Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

      T 1 Antwort Letzte Antwort
      0
      • haselchenH haselchen

        @torstenhe sagte in Ring-Adapter: Error: Could not load the "sharp" module:

        2025-10-16 08:35:31.148 error Caught by controller[0]: Unsupported CPU: Prebuilt binaries for linux-x64 require v2 microarchitecture

        2025-10-16 08:35:31.148	error	Caught by controller[0]: Unsupported CPU: Prebuilt binaries for linux-x64 require v2 microarchitecture
        

        Auf was fürn System mit Hardware bist Du unterwegs?

        Kompletten Auszug von

        iob diag

        bitte.

        T Offline
        T Offline
        torstenhe
        schrieb am zuletzt editiert von torstenhe
        #3

        @haselchen

        Ich habe einen Proxmox laufen auf nem Lenovo Thinkcentre Tiny. iob info kommt noch. Bin @ Work und komm nicht ran wie ich ran will. ;-)

        bec49804-9b2b-4695-9ce0-9bc1b4030a54-image.png

        PlatformBetriebssystem:linux
        Architektur:x64
        CPUs:4
        Modell:Common KVM processor
        RAM:11.6 GB
        Node.js:v22.20.0
        NPM:10.9.3
        _nodeCurrent:22.20.0
        _nodeNewest:22.20.0
        _nodeNewestNext:22.20.0
        _npmCurrent:10.9.3
        _npmNewest:10.9.3
        _npmNewestNext:10.9.3

        haselchenH 1 Antwort Letzte Antwort
        0
        • T torstenhe

          @haselchen

          Ich habe einen Proxmox laufen auf nem Lenovo Thinkcentre Tiny. iob info kommt noch. Bin @ Work und komm nicht ran wie ich ran will. ;-)

          bec49804-9b2b-4695-9ce0-9bc1b4030a54-image.png

          PlatformBetriebssystem:linux
          Architektur:x64
          CPUs:4
          Modell:Common KVM processor
          RAM:11.6 GB
          Node.js:v22.20.0
          NPM:10.9.3
          _nodeCurrent:22.20.0
          _nodeNewest:22.20.0
          _nodeNewestNext:22.20.0
          _npmCurrent:10.9.3
          _npmNewest:10.9.3
          _npmNewestNext:10.9.3

          haselchenH Offline
          haselchenH Offline
          haselchen
          Most Active
          schrieb am zuletzt editiert von
          #4

          @torstenhe

          Bei der Suche nach Deinem Error habe ich diese Antwort gefunden.

          I used pve to simulate the centos system, the cpu is Model: 15.6.1 "Common KVM processor", I just modified the hardware processor of the pve virtual machine and it worked
          

          Da ich da nicht in der Materie stecke und hoffe und denke, dass Du eine VM hast, musst Du wohl an den CPU Einstellungen etwas ändern.

          Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

          T 1 Antwort Letzte Antwort
          0
          • haselchenH haselchen

            @torstenhe

            Bei der Suche nach Deinem Error habe ich diese Antwort gefunden.

            I used pve to simulate the centos system, the cpu is Model: 15.6.1 "Common KVM processor", I just modified the hardware processor of the pve virtual machine and it worked
            

            Da ich da nicht in der Materie stecke und hoffe und denke, dass Du eine VM hast, musst Du wohl an den CPU Einstellungen etwas ändern.

            T Offline
            T Offline
            torstenhe
            schrieb am zuletzt editiert von
            #5

            @haselchen

            Hmm. Den Fehler hatte ich noch bei keinem anderen Adapter und das System läuft eigentlich sehr gut.

            Dann versuche ich mal in diese Richtung zu forschen.

            Dankeschön

            1 Antwort Letzte Antwort
            0
            • T Offline
              T Offline
              torstenhe
              schrieb am zuletzt editiert von
              #6

              @haselchen

              Du hast mich auf den richtigen Weg gebracht, vielen Dank. :-)

              Die Lösung war, den Prozessortyp der VM auf HOST umzustellen, jetzt läuft der Adapter.

              LG

              haselchenH 1 Antwort Letzte Antwort
              0
              • T torstenhe

                @haselchen

                Du hast mich auf den richtigen Weg gebracht, vielen Dank. :-)

                Die Lösung war, den Prozessortyp der VM auf HOST umzustellen, jetzt läuft der Adapter.

                LG

                haselchenH Offline
                haselchenH Offline
                haselchen
                Most Active
                schrieb am zuletzt editiert von
                #7

                @torstenhe

                Siehste, kaum macht man es richtig :grimacing:

                Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                T 1 Antwort Letzte Antwort
                0
                • haselchenH haselchen

                  @torstenhe

                  Siehste, kaum macht man es richtig :grimacing:

                  T Offline
                  T Offline
                  torstenhe
                  schrieb am zuletzt editiert von
                  #8

                  @haselchen

                  Man lernt nie aus. :-D

                  haselchenH 1 Antwort Letzte Antwort
                  0
                  • T torstenhe

                    @haselchen

                    Man lernt nie aus. :-D

                    haselchenH Offline
                    haselchenH Offline
                    haselchen
                    Most Active
                    schrieb am zuletzt editiert von
                    #9

                    @torstenhe

                    Setz noch bitte [GELÖST) vor Deinen Threadtitel.

                    Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                    T 1 Antwort Letzte Antwort
                    0
                    • haselchenH haselchen

                      @torstenhe

                      Setz noch bitte [GELÖST) vor Deinen Threadtitel.

                      T Offline
                      T Offline
                      torstenhe
                      schrieb am zuletzt editiert von
                      #10

                      @haselchen

                      Aber klar doch. :-)

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


                      Support us

                      ioBroker
                      Community Adapters
                      Donate
                      FAQ Cloud / IOT
                      HowTo: Node.js-Update
                      HowTo: Backup/Restore
                      Downloads
                      BLOG

                      751

                      Online

                      32.7k

                      Benutzer

                      82.4k

                      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