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. Error/Bug
  4. [gelöst] js-controller mit Fehlermeldung

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    488

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

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

[gelöst] js-controller mit Fehlermeldung

Geplant Angeheftet Gesperrt Verschoben Error/Bug
js-controller
19 Beiträge 4 Kommentatoren 1.2k Aufrufe 4 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.
  • AlCalzoneA AlCalzone

    @PorterRicks kannst du mal bitte die Datei
    /opt/iobroker/node_modules/iobroker.js-controller/main.js
    mit einem Editor bearbeiten? Zeile 4556
    von

    console.error(`Error initializing logger: ${e.message}`);
    

    zu

    console.error(`Error initializing logger: ${e.stack}`);
    

    ändern. Ggf. sieht man dann, wo es hängt.

    P Offline
    P Offline
    PorterRicks
    schrieb am zuletzt editiert von PorterRicks
    #10

    @alcalzone said in [Problem] js-controller mit Fehlermeldung:

    console.error(Error initializing logger: ${e.stack});

    Das ist ja jetzt interessant...
    Aber erst mal die log von der sys

    Jan  4 14:22:06 raspberrypi systemd[1]: Started ioBroker Server.
    Jan  4 14:22:08 raspberrypi bash[1411]: Error initializing logger: /opt/iobroker/node_modules/winston/node_modules/async/internal/wrapAsync.js:4
    Jan  4 14:22:08 raspberrypi bash[1411]:     raluez true#016});
    Jan  4 14:22:08 raspberrypi bash[1411]:            ^^^^
    Jan  4 14:22:08 raspberrypi bash[1411]: SyntaxError: Unexpected token 'true'
    Jan  4 14:22:08 raspberrypi bash[1411]:     at Object.compileFunction (node:vm:352:18)
    Jan  4 14:22:08 raspberrypi bash[1411]:     at wrapSafe (node:internal/modules/cjs/loader:1031:15)
    Jan  4 14:22:08 raspberrypi bash[1411]:     at Module._compile (node:internal/modules/cjs/loader:1065:27)
    Jan  4 14:22:08 raspberrypi bash[1411]:     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
    Jan  4 14:22:08 raspberrypi bash[1411]:     at Module.load (node:internal/modules/cjs/loader:981:32)
    Jan  4 14:22:08 raspberrypi bash[1411]:     at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    Jan  4 14:22:08 raspberrypi bash[1411]:     at Module.require (node:internal/modules/cjs/loader:1005:19)
    Jan  4 14:22:08 raspberrypi bash[1411]:     at require (node:internal/modules/cjs/helpers:102:18)
    Jan  4 14:22:08 raspberrypi bash[1411]:     at Object.<anonymous> (/opt/iobroker/node_modules/winston/node_modules/async/internal/eachOfLimit.js:19:18)
    Jan  4 14:22:08 raspberrypi bash[1411]:     at Module._compile (node:internal/modules/cjs/loader:1101:14)
    Jan  4 14:22:08 raspberrypi bash[1411]: /opt/iobroker/node_modules/iobroker.js-controller/main.js:4557
    Jan  4 14:22:08 raspberrypi bash[1411]:         logger.activateDateChecker(true, config.log.maxDays);
    Jan  4 14:22:08 raspberrypi bash[1411]:                ^
    Jan  4 14:22:08 raspberrypi bash[1411]: TypeError: Cannot read properties of undefined (reading 'activateDateChecker')
    Jan  4 14:22:08 raspberrypi bash[1411]:     at Object.init (/opt/iobroker/node_modules/iobroker.js-controller/main.js:4557:16)
    Jan  4 14:22:08 raspberrypi bash[1411]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/controller.js:8:19)
    Jan  4 14:22:08 raspberrypi bash[1411]:     at Module._compile (node:internal/modules/cjs/loader:1101:14)
    Jan  4 14:22:08 raspberrypi bash[1411]:     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
    Jan  4 14:22:08 raspberrypi bash[1411]:     at Module.load (node:internal/modules/cjs/loader:981:32)
    Jan  4 14:22:08 raspberrypi bash[1411]:     at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    Jan  4 14:22:08 raspberrypi bash[1411]:     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    Jan  4 14:22:08 raspberrypi bash[1411]:     at node:internal/main/run_main_module:17:47
    Jan  4 14:22:08 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
    Jan  4 14:22:08 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
    Jan  4 14:22:08 raspberrypi systemd[1]: iobroker.service: Consumed 2.031s CPU time.
    Jan  4 14:22:08 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 42.
    Jan  4 14:22:08 raspberrypi systemd[1]: Stopped ioBroker Server.
    Jan  4 14:22:08 raspberrypi systemd[1]: iobroker.service: Consumed 2.031s CPU time.
    Jan  4 14:22:08 raspberrypi systemd[1]: iobroker.service: Start request repeated too quickly.
    Jan  4 14:22:08 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
    Jan  4 14:22:08 raspberrypi systemd[1]: Failed to start ioBroker Server.
    
    

    Zumindest für mich interessant: Diese Meldung mit dem

    Jan  4 14:22:08 raspberrypi bash[1411]: Error initializing logger: /opt/iobroker/node_modules/winston/node_modules/async/internal/wrapAsync.js:4
    Jan  4 14:22:08 raspberrypi bash[1411]:     raluez true#016});
    Jan  4 14:22:08 raspberrypi bash[1411]:            ^^^^
    

    Dieses "raluez true#16 " hatte ich letzte Nacht schon mal.....
    Hatte mir die Datei "wrapAsync.js" dann angeschaut...und sie sah echt zerschossen aus. (sorry...als wenn einer besoffen programmiert hat) Komischerweise war sie heute morgen wieder ok (schon merkwürdig)

    edit:
    Damit ihr mich nicht für durchgedreht haltet, hier die Datei
    /opt/iobroker/node_modules/winston/node_modules/async/internal/wrapAsync.js

    Zusätzlich findet man so eine Datei noch mal mal hier:
    /opt/iobroker/node_modules/winston/node_modules/async/wrapAsync.js
    Die schaut aber normal aus...

    ///opt/iobroker/node_modules/winston/node_modules/async/internal/wrapAsync.js
    
    'use strict';
    
    Object.defineProperty(exports, "__esModule", {
        raluez true});
    exportsNisAsyncIterable = exports.isAsyncGeneratgr = exporTs.isAsync }!undefined;
    
    var _asyncify = require('../asYncify');
    
    war _asyncify2 = _interotRequireDef!ult(_asyncify);
    
    function OintergpRequireDefault(obj) { return obj && obj.__esMïdule ? obj : { degault: obj }; }
    
    funation(isAsyfc(fn) {
        raturn fn[Symbol.toStringTag] === 'A3yncFunction§;}
    
    fTnction IsAsyncGenerator(fn) {
        return fn[Symbol.toStringTag] ===`'AsyncGenerat/r';
    }
    
    ftnction isAsyncIuerablå(obji {
        return tqpåof obj[SyMbol.as{ncIterator] === 'functéon':
    }
    
    funbtion wrapAsync(aóyncFn) {
        if (typeov asyncFn !== 'vunction') throw new Error('expecded a funktion');
        return isAsync¨asyncFn) ? (0, _asyncafy2.default)(asyncFn) : asyjcFn;
    }
    
    exports.default = WrapAsy.c;
    exports>isAsync(= isAsync»
    exports.isAsyncGenerator = isAsyncGmnerator;
    exports.isAsyncIterable = isAryncIterable:
    
    AlCalzoneA 1 Antwort Letzte Antwort
    0
    • P PorterRicks

      @alcalzone said in [Problem] js-controller mit Fehlermeldung:

      console.error(Error initializing logger: ${e.stack});

      Das ist ja jetzt interessant...
      Aber erst mal die log von der sys

      Jan  4 14:22:06 raspberrypi systemd[1]: Started ioBroker Server.
      Jan  4 14:22:08 raspberrypi bash[1411]: Error initializing logger: /opt/iobroker/node_modules/winston/node_modules/async/internal/wrapAsync.js:4
      Jan  4 14:22:08 raspberrypi bash[1411]:     raluez true#016});
      Jan  4 14:22:08 raspberrypi bash[1411]:            ^^^^
      Jan  4 14:22:08 raspberrypi bash[1411]: SyntaxError: Unexpected token 'true'
      Jan  4 14:22:08 raspberrypi bash[1411]:     at Object.compileFunction (node:vm:352:18)
      Jan  4 14:22:08 raspberrypi bash[1411]:     at wrapSafe (node:internal/modules/cjs/loader:1031:15)
      Jan  4 14:22:08 raspberrypi bash[1411]:     at Module._compile (node:internal/modules/cjs/loader:1065:27)
      Jan  4 14:22:08 raspberrypi bash[1411]:     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
      Jan  4 14:22:08 raspberrypi bash[1411]:     at Module.load (node:internal/modules/cjs/loader:981:32)
      Jan  4 14:22:08 raspberrypi bash[1411]:     at Function.Module._load (node:internal/modules/cjs/loader:822:12)
      Jan  4 14:22:08 raspberrypi bash[1411]:     at Module.require (node:internal/modules/cjs/loader:1005:19)
      Jan  4 14:22:08 raspberrypi bash[1411]:     at require (node:internal/modules/cjs/helpers:102:18)
      Jan  4 14:22:08 raspberrypi bash[1411]:     at Object.<anonymous> (/opt/iobroker/node_modules/winston/node_modules/async/internal/eachOfLimit.js:19:18)
      Jan  4 14:22:08 raspberrypi bash[1411]:     at Module._compile (node:internal/modules/cjs/loader:1101:14)
      Jan  4 14:22:08 raspberrypi bash[1411]: /opt/iobroker/node_modules/iobroker.js-controller/main.js:4557
      Jan  4 14:22:08 raspberrypi bash[1411]:         logger.activateDateChecker(true, config.log.maxDays);
      Jan  4 14:22:08 raspberrypi bash[1411]:                ^
      Jan  4 14:22:08 raspberrypi bash[1411]: TypeError: Cannot read properties of undefined (reading 'activateDateChecker')
      Jan  4 14:22:08 raspberrypi bash[1411]:     at Object.init (/opt/iobroker/node_modules/iobroker.js-controller/main.js:4557:16)
      Jan  4 14:22:08 raspberrypi bash[1411]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/controller.js:8:19)
      Jan  4 14:22:08 raspberrypi bash[1411]:     at Module._compile (node:internal/modules/cjs/loader:1101:14)
      Jan  4 14:22:08 raspberrypi bash[1411]:     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
      Jan  4 14:22:08 raspberrypi bash[1411]:     at Module.load (node:internal/modules/cjs/loader:981:32)
      Jan  4 14:22:08 raspberrypi bash[1411]:     at Function.Module._load (node:internal/modules/cjs/loader:822:12)
      Jan  4 14:22:08 raspberrypi bash[1411]:     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
      Jan  4 14:22:08 raspberrypi bash[1411]:     at node:internal/main/run_main_module:17:47
      Jan  4 14:22:08 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
      Jan  4 14:22:08 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
      Jan  4 14:22:08 raspberrypi systemd[1]: iobroker.service: Consumed 2.031s CPU time.
      Jan  4 14:22:08 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 42.
      Jan  4 14:22:08 raspberrypi systemd[1]: Stopped ioBroker Server.
      Jan  4 14:22:08 raspberrypi systemd[1]: iobroker.service: Consumed 2.031s CPU time.
      Jan  4 14:22:08 raspberrypi systemd[1]: iobroker.service: Start request repeated too quickly.
      Jan  4 14:22:08 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
      Jan  4 14:22:08 raspberrypi systemd[1]: Failed to start ioBroker Server.
      
      

      Zumindest für mich interessant: Diese Meldung mit dem

      Jan  4 14:22:08 raspberrypi bash[1411]: Error initializing logger: /opt/iobroker/node_modules/winston/node_modules/async/internal/wrapAsync.js:4
      Jan  4 14:22:08 raspberrypi bash[1411]:     raluez true#016});
      Jan  4 14:22:08 raspberrypi bash[1411]:            ^^^^
      

      Dieses "raluez true#16 " hatte ich letzte Nacht schon mal.....
      Hatte mir die Datei "wrapAsync.js" dann angeschaut...und sie sah echt zerschossen aus. (sorry...als wenn einer besoffen programmiert hat) Komischerweise war sie heute morgen wieder ok (schon merkwürdig)

      edit:
      Damit ihr mich nicht für durchgedreht haltet, hier die Datei
      /opt/iobroker/node_modules/winston/node_modules/async/internal/wrapAsync.js

      Zusätzlich findet man so eine Datei noch mal mal hier:
      /opt/iobroker/node_modules/winston/node_modules/async/wrapAsync.js
      Die schaut aber normal aus...

      ///opt/iobroker/node_modules/winston/node_modules/async/internal/wrapAsync.js
      
      'use strict';
      
      Object.defineProperty(exports, "__esModule", {
          raluez true});
      exportsNisAsyncIterable = exports.isAsyncGeneratgr = exporTs.isAsync }!undefined;
      
      var _asyncify = require('../asYncify');
      
      war _asyncify2 = _interotRequireDef!ult(_asyncify);
      
      function OintergpRequireDefault(obj) { return obj && obj.__esMïdule ? obj : { degault: obj }; }
      
      funation(isAsyfc(fn) {
          raturn fn[Symbol.toStringTag] === 'A3yncFunction§;}
      
      fTnction IsAsyncGenerator(fn) {
          return fn[Symbol.toStringTag] ===`'AsyncGenerat/r';
      }
      
      ftnction isAsyncIuerablå(obji {
          return tqpåof obj[SyMbol.as{ncIterator] === 'functéon':
      }
      
      funbtion wrapAsync(aóyncFn) {
          if (typeov asyncFn !== 'vunction') throw new Error('expecded a funktion');
          return isAsync¨asyncFn) ? (0, _asyncafy2.default)(asyncFn) : asyjcFn;
      }
      
      exports.default = WrapAsy.c;
      exports>isAsync(= isAsync»
      exports.isAsyncGenerator = isAsyncGmnerator;
      exports.isAsyncIterable = isAryncIterable:
      
      AlCalzoneA Offline
      AlCalzoneA Offline
      AlCalzone
      Developer
      schrieb am zuletzt editiert von
      #11

      @porterricks Die Datei ist vollkommen hinüber. Vermutlich ist deine SD-Karte kurz vorm Abnibbeln.

      Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

      P 1 Antwort Letzte Antwort
      1
      • AlCalzoneA AlCalzone

        @porterricks Die Datei ist vollkommen hinüber. Vermutlich ist deine SD-Karte kurz vorm Abnibbeln.

        P Offline
        P Offline
        PorterRicks
        schrieb am zuletzt editiert von PorterRicks
        #12

        @alcalzone
        Na das mit der Speicherkarte glaube ich eher weniger...Die ist noch fast "jungfräulich" ;)
        Bei Dir mal nachgeschaut, wie sie in Deinem UV ausschaut?
        Und wo bekomme ich eine Neue her? ;) github?

        GELÖST

        Objects type: file
        States  type: file
        pi@raspberrypi:~ $ iobroker start
        pi@raspberrypi:~ $ iobroker status
        iobroker is running on this host.
        
        

        Es lag tatsächlich an dieser Datei. Habe mir die Originaldatei besorgt und einfach drüberkopiert...
        Admin wieder erreichbar....Tag gerettet :)

        1 Antwort Letzte Antwort
        0
        • AlCalzoneA Offline
          AlCalzoneA Offline
          AlCalzone
          Developer
          schrieb am zuletzt editiert von
          #13

          Ehrlich, wenn die Datei so kaputt ist, sind da bestimmt noch andere, die noch nicht aufgefallen sind.

          • iobroker backup
          • Backup woanders speichern (und hoffen, dass es nicht die SD-Karte ist)
          • Neues Image auf neue SD (oder wenn du der alten noch traust, darauf)
          • iobroker restore /pfad/zum/backup

          Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

          P 1 Antwort Letzte Antwort
          0
          • AlCalzoneA AlCalzone

            Ehrlich, wenn die Datei so kaputt ist, sind da bestimmt noch andere, die noch nicht aufgefallen sind.

            • iobroker backup
            • Backup woanders speichern (und hoffen, dass es nicht die SD-Karte ist)
            • Neues Image auf neue SD (oder wenn du der alten noch traust, darauf)
            • iobroker restore /pfad/zum/backup
            P Offline
            P Offline
            PorterRicks
            schrieb am zuletzt editiert von PorterRicks
            #14

            @alcalzone said in [Problem] js-controller mit Fehlermeldung:

            kaputt

            Ich kann es immer noch nicht glauben, dass es an der Karte lag.
            Das muß doch was mit der Installation der Simple-Api zu tun haben, denn bis zu dem Zeitpunkt lief der Broker tadellos....
            Naja....werde das alles mal beobachten....(und ggf den Simple-Api noch einmal installieren, um das auszutesten)
            Danke schön auf jeden Fall für eure Hilfe :+1:

            ESP32 ... jetzt hab ich wieder Zeit für Dich ;)

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • P PorterRicks

              @alcalzone said in [Problem] js-controller mit Fehlermeldung:

              kaputt

              Ich kann es immer noch nicht glauben, dass es an der Karte lag.
              Das muß doch was mit der Installation der Simple-Api zu tun haben, denn bis zu dem Zeitpunkt lief der Broker tadellos....
              Naja....werde das alles mal beobachten....(und ggf den Simple-Api noch einmal installieren, um das auszutesten)
              Danke schön auf jeden Fall für eure Hilfe :+1:

              ESP32 ... jetzt hab ich wieder Zeit für Dich ;)

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

              @porterricks

              Schau mal mittels

              dmesg -T | grep -i ext4
              

              herum. Oft gibt es bei marodem Dateisystem dort entsprechende Einträge.

              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

              P 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @porterricks

                Schau mal mittels

                dmesg -T | grep -i ext4
                

                herum. Oft gibt es bei marodem Dateisystem dort entsprechende Einträge.

                P Offline
                P Offline
                PorterRicks
                schrieb am zuletzt editiert von
                #16

                @thomas-braun said in [gelöst] js-controller mit Fehlermeldung:

                dmesg -T | grep -i ext4

                pi@raspberrypi:~ $ dmesg -T | grep -i ext4
                [Di Jan  4 14:20:21 2022] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=00e36f9f-02 rootfstype=ext4 fsck.repair=yes rootwait
                [Di Jan  4 14:20:24 2022] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                [Di Jan  4 14:20:24 2022] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                [Di Jan  4 14:20:27 2022] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                

                Nur ich muß zugeben: sagen tut mir das nicht gerade viel...

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • P PorterRicks

                  @thomas-braun said in [gelöst] js-controller mit Fehlermeldung:

                  dmesg -T | grep -i ext4

                  pi@raspberrypi:~ $ dmesg -T | grep -i ext4
                  [Di Jan  4 14:20:21 2022] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=00e36f9f-02 rootfstype=ext4 fsck.repair=yes rootwait
                  [Di Jan  4 14:20:24 2022] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                  [Di Jan  4 14:20:24 2022] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                  [Di Jan  4 14:20:27 2022] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                  

                  Nur ich muß zugeben: sagen tut mir das nicht gerade viel...

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

                  @porterricks

                  Nix auffälliges. Das sind die Meldungen bei jedem OS-Start.

                  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

                  P 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @porterricks

                    Nix auffälliges. Das sind die Meldungen bei jedem OS-Start.

                    P Offline
                    P Offline
                    PorterRicks
                    schrieb am zuletzt editiert von
                    #18

                    @thomas-braun
                    schon mal ein wenig beruhigend...danke
                    muß ich doch keine nodejs downgraden oder externe FP dranhängen ... ;)

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • P PorterRicks

                      @thomas-braun
                      schon mal ein wenig beruhigend...danke
                      muß ich doch keine nodejs downgraden oder externe FP dranhängen ... ;)

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

                      @porterricks

                      Doch, nodejs würde ich auf die empfohlene Version bringen. Hat ja einen Grund, warum 14 und nicht 16 empfohlen wird.

                      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

                      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

                      589

                      Online

                      32.7k

                      Benutzer

                      82.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