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] js-controller 3.0.19 upgrade Fehler - Iobroker tot

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    11
    1
    492

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.7k

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

[gelöst] js-controller 3.0.19 upgrade Fehler - Iobroker tot

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
js-controller update
47 Beiträge 17 Kommentatoren 5.7k Aufrufe 12 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.
  • F f0rd42

    Hi

    hatte versucht gerade auf die Lette 3.0.19 version upzudaten (Iobroker upgrade self).

    Dabei kommt dann folgender Fehler und danach passiert nix mehr:

    (node:5461) UnhandledPromiseRejectionWarning: ReferenceError: allback is not defined
        at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
        at process._tickCallback (internal/process/next_tick.js:68:7)
    (node:5461) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
    (node:5461) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
    

    ein nem install js-controller endet ebenfalls dort.
    nach dem Fehler kommt nix mehr, auch kein return zum prompt.
    Iobroker installation lässt sich nun auch nicht mehr starten.

    Jemand ein Tip, wie ich. eine Wiederbelebung hinbekomme?

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

    @f0rd42
    was sagt iobroker status

    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

    F 1 Antwort Letzte Antwort
    0
    • wendy2702W Offline
      wendy2702W Offline
      wendy2702
      schrieb am zuletzt editiert von
      #3

      Welche Node und NPM Version?

      Bitte keine Fragen per PN, die gehören ins Forum!

      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

      1 Antwort Letzte Antwort
      0
      • haselchenH haselchen

        @f0rd42
        was sagt iobroker status

        F Offline
        F Offline
        f0rd42
        schrieb am zuletzt editiert von
        #4

        @haselchen

        ok, hier habe ich einen Fehler gemacht.
        beim ursprünglichen "Iobroker upgrade self" kam der Fehler.
        Dann habe ich versucht npm install js-controlelr manuell auszuführen und der Gleiche Fehler kam, aber da lief Iobroker (irgendwie).

        root@tinkerboard:~# npm -v
        6.14.4
        root@tinkerboard:~# node -v
        v10.20.1
        root@tinkerboard:~#

        Nach Iobroker stop und npm install js-controller kommt dann:

        root@tinkerboard:/opt/iobroker/log# npm install iobroker.js-controller
        npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
        
        > iobroker.js-controller@3.0.19 preinstall /opt/iobroker/node_modules/iobroker.js-controller
        > node lib/preinstallCheck.js
        
        NPM version: 6.14.4
        
        > iobroker.js-controller@3.0.19 install /opt/iobroker/node_modules/iobroker.js-controller
        > node iobroker.js setup first
        
        object system.certificates updated
        
        The following notifications happened during sync: 
        - Ignoring Directory "sayit.0" because officially not created as meta object. Please remove directory!
        
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
        npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/@serialport/stream/package.json'
        npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/zigbee-herdsman/package.json'
        npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/common@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
        npm WARN xmlhttprequest-ts@1.0.1 requires a peer of @angular/core@>= 5.0.0 but none is installed. You must install peer dependencies yourself.
        
        + iobroker.js-controller@3.0.19
        updated 1 package in 71.328s
        
        21 packages are looking for funding
          run `npm fund` for details
        
        

        ein Iobroker start bringt aber nun tonnenweise exceptions

        2020-04-28 09:56:21.527  - info: host.tinkerboard iobroker.js-controller version 3.0.19 js-controller starting
        2020-04-28 09:56:21.535  - info: host.tinkerboard Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
        2020-04-28 09:56:21.536  - info: host.tinkerboard hostname: tinkerboard, node: v10.20.1
        2020-04-28 09:56:21.537  - info: host.tinkerboard ip addresses: 192.168.119.27 fe80::7415:67c7:1dea:f7fe
        2020-04-28 09:56:23.608  - info: host.tinkerboard connected to Objects and States
        2020-04-28 09:56:24.536  - info: host.tinkerboard 65 instances found
        2020-04-28 09:56:24.642  - info: host.tinkerboard starting 52 instances
        2020-04-28 09:56:24.754  - info: host.tinkerboard instance system.adapter.admin.0 started with pid 10521
        2020-04-28 09:56:27.462  - info: admin.0 (10521) starting. Version 4.1.1 in /opt/iobroker/node_modules/iobroker.admin, node: v10.20.1, js-controller: 3.0.19
        2020-04-28 09:56:27.530  - info: admin.0 (10521) requesting all states
        2020-04-28 09:56:27.530  - info: admin.0 (10521) requesting all objects
        2020-04-28 09:56:31.590  - info: host.tinkerboard instance system.adapter.discovery.0 started with pid 10536
        2020-04-28 09:56:32.684  - info: host.tinkerboard instance system.adapter.smartmeter.0 started with pid 10543
        2020-04-28 09:56:33.072  - info: admin.0 (10521) received all objects
        2020-04-28 09:56:33.463  - info: admin.0 (10521) https server listening on port 8081
        2020-04-28 09:56:33.464  - info: admin.0 (10521) Use link "https://localhost:8081" to configure.
        2020-04-28 09:56:34.511  - info: discovery.0 (10536) starting. Version 2.3.3 in /opt/iobroker/node_modules/iobroker.discovery, node: v10.20.1, js-controller: 3.0.19
        2020-04-28 09:56:35.703  - info: smartmeter.0 (10543) starting. Version 3.1.2 in /opt/iobroker/node_modules/iobroker.smartmeter, node: v10.20.1, js-controller: 3.0.19
        2020-04-28 09:56:36.700  - info: host.tinkerboard instance system.adapter.smartmeter.1 started with pid 10566
        2020-04-28 09:56:37.112  - info: smartmeter.0 (10543) Received 24 values, 24 updated
        2020-04-28 09:56:39.966  - info: smartmeter.1 (10566) starting. Version 3.1.2 in /opt/iobroker/node_modules/iobroker.smartmeter, node: v10.20.1, js-controller: 3.0.19
        2020-04-28 09:56:40.766  - info: host.tinkerboard instance system.adapter.history.0 started with pid 10582
        2020-04-28 09:56:42.673  - info: history.0 (10582) starting. Version 1.9.4 in /opt/iobroker/node_modules/iobroker.history, node: v10.20.1, js-controller: 3.0.19
        2020-04-28 09:56:42.810  - info: history.0 (10582) enabled logging of smartmeter.1.1_8_1.value (Count=1), Alias=false
        2020-04-28 09:56:42.811  - info: history.0 (10582) enabled logging of hm-rpc.0.00095569A36958.1.MOTION (Count=2), Alias=false
        2020-04-28 09:56:42.812  - info: history.0 (10582) enabled logging of hm-rpc.0.00095569A36958.1.ILLUMINATION (Count=3), Alias=false
        2020-04-28 09:56:42.812  - info: history.0 (10582) enabled logging of hm-rpc.0.00095569A3699B.1.MOTION (Count=4), Alias=false
        2020-04-28 09:56:42.813  - info: history.0 (10582) enabled logging of hm-rpc.0.00095569A3699B.1.ILLUMINATION (Count=5), Alias=false
        2020-04-28 09:56:42.813  - info: history.0 (10582) enabled logging of javascript.0.Hilfsvariablen.StatusAussenbeleuchtungTimer (Count=6), Alias=false
        2020-04-28 09:56:42.814  - info: history.0 (10582) enabled logging of javascript.0.Hilfsvariablen.StatusAussenbeleuchtungMotion (Count=7), Alias=false
        2020-04-28 09:56:42.814  - info: history.0 (10582) enabled logging of javascript.0.Hilfsvariablen.PublicIP (Count=8), Alias=false
        2020-04-28 09:56:42.815  - info: history.0 (10582) enabled logging of sonoff.0.ESP_Easy_Dev.Temperature (Count=9), Alias=false
        2020-04-28 09:56:42.816  - info: history.0 (10582) enabled logging of sonoff.0.ESP_Easy_Dev.Humidity (Count=10), Alias=false
        2020-04-28 09:56:43.139  - info: smartmeter.1 (10566) Received 11 values, 11 updated
        2020-04-28 09:56:43.302  - error: history.0 (10582) uncaught exception: allback is not defined
        2020-04-28 09:56:43.316  - error: history.0 (10582) ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:43.720  - error: history.0 (10582) uncaught exception: allback is not defined
        2020-04-28 09:56:43.722  - error: history.0 (10582) ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:43.805  - error: history.0 (10582) uncaught exception: allback is not defined
        2020-04-28 09:56:43.807  - error: history.0 (10582) ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:43.940  - error: history.0 (10582) uncaught exception: allback is not defined
        2020-04-28 09:56:43.942  - error: history.0 (10582) ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:44.027  - error: history.0 (10582) uncaught exception: allback is not defined
        2020-04-28 09:56:44.028  - error: history.0 (10582) ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:44.035  - info: history.0 (10582) terminating
        2020-04-28 09:56:44.037  - info: history.0 (10582) Terminated (NO_ERROR): Without reason
        2020-04-28 09:56:44.116  - error: history.0 (10582) uncaught exception: allback is not defined
        2020-04-28 09:56:44.118  - error: history.0 (10582) ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:44.205  - error: history.0 (10582) uncaught exception: allback is not defined
        2020-04-28 09:56:44.206  - error: history.0 (10582) ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:44.297  - error: history.0 (10582) uncaught exception: allback is not defined
        2020-04-28 09:56:44.299  - error: history.0 (10582) ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:44.385  - error: history.0 (10582) uncaught exception: allback is not defined
        2020-04-28 09:56:44.386  - error: history.0 (10582) ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:44.464  - error: history.0 (10582) uncaught exception: allback is not defined
        2020-04-28 09:56:44.465  - error: history.0 (10582) ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:45.089  - error: host.tinkerboard Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
        2020-04-28 09:56:45.090  - error: host.tinkerboard Caught by controller[1]: ReferenceError: allback is not defined
        2020-04-28 09:56:45.090  - error: host.tinkerboard Caught by controller[1]:     at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
        2020-04-28 09:56:45.091  - error: host.tinkerboard Caught by controller[1]:     at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:45.091  - error: host.tinkerboard Caught by controller[2]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
        2020-04-28 09:56:45.091  - error: host.tinkerboard Caught by controller[3]: ReferenceError: allback is not defined
        2020-04-28 09:56:45.091  - error: host.tinkerboard Caught by controller[3]:     at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
        2020-04-28 09:56:45.092  - error: host.tinkerboard Caught by controller[3]:     at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:45.092  - error: host.tinkerboard Caught by controller[4]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
        2020-04-28 09:56:45.092  - error: host.tinkerboard Caught by controller[5]: ReferenceError: allback is not defined
        2020-04-28 09:56:45.092  - error: host.tinkerboard Caught by controller[5]:     at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
        2020-04-28 09:56:45.093  - error: host.tinkerboard Caught by controller[5]:     at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:45.093  - error: host.tinkerboard Caught by controller[6]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
        2020-04-28 09:56:45.093  - error: host.tinkerboard Caught by controller[7]: ReferenceError: allback is not defined
        2020-04-28 09:56:45.094  - error: host.tinkerboard Caught by controller[7]:     at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
        2020-04-28 09:56:45.094  - error: host.tinkerboard Caught by controller[7]:     at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:45.094  - error: host.tinkerboard Caught by controller[8]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
        2020-04-28 09:56:45.094  - error: host.tinkerboard Caught by controller[9]: ReferenceError: allback is not defined
        2020-04-28 09:56:45.095  - error: host.tinkerboard Caught by controller[9]:     at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
        2020-04-28 09:56:45.095  - error: host.tinkerboard Caught by controller[9]:     at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:45.095  - error: host.tinkerboard Caught by controller[10]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
        2020-04-28 09:56:45.095  - error: host.tinkerboard Caught by controller[11]: ReferenceError: allback is not defined
        2020-04-28 09:56:45.096  - error: host.tinkerboard Caught by controller[11]:     at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
        2020-04-28 09:56:45.096  - error: host.tinkerboard Caught by controller[11]:     at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:45.096  - error: host.tinkerboard Caught by controller[12]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
        2020-04-28 09:56:45.096  - error: host.tinkerboard Caught by controller[13]: ReferenceError: allback is not defined
        2020-04-28 09:56:45.097  - error: host.tinkerboard Caught by controller[13]:     at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
        2020-04-28 09:56:45.097  - error: host.tinkerboard Caught by controller[13]:     at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:45.097  - error: host.tinkerboard Caught by controller[14]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
        2020-04-28 09:56:45.098  - error: host.tinkerboard Caught by controller[14]: ReferenceError: allback is not defined
        2020-04-28 09:56:45.098  - error: host.tinkerboard Caught by controller[14]:     at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
        2020-04-28 09:56:45.098  - error: host.tinkerboard Caught by controller[14]:     at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:45.098  - error: host.tinkerboard Caught by controller[14]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
        2020-04-28 09:56:45.099  - error: host.tinkerboard Caught by controller[14]: ReferenceError: allback is not defined
        2020-04-28 09:56:45.099  - error: host.tinkerboard Caught by controller[14]:     at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
        2020-04-28 09:56:45.099  - error: host.tinkerboard Caught by controller[14]:     at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:45.099  - error: host.tinkerboard Caught by controller[14]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
        2020-04-28 09:56:45.100  - error: host.tinkerboard Caught by controller[14]: ReferenceError: allback is not defined
        2020-04-28 09:56:45.100  - error: host.tinkerboard Caught by controller[14]:     at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
        2020-04-28 09:56:45.100  - error: host.tinkerboard Caught by controller[14]:     at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:45.101  - info: host.tinkerboard instance system.adapter.history.0 terminated with code 0 (NO_ERROR)
        2020-04-28 09:56:45.101  - info: host.tinkerboard Restart adapter system.adapter.history.0 because enabled
        2020-04-28 09:56:45.162  - info: host.tinkerboard instance system.adapter.hm-rpc.0 started with pid 10597
        2020-04-28 09:56:47.253  - info: hm-rpc.0 (10597) starting. Version 1.14.2 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v10.20.1, js-controller: 3.0.19
        2020-04-28 09:56:47.545  - error: hm-rpc.0 (10597) uncaught exception: allback is not defined
        2020-04-28 09:56:47.557  - error: hm-rpc.0 (10597) ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:47.640  - info: hm-rpc.0 (10597) terminating
        2020-04-28 09:56:47.642  - info: hm-rpc.0 (10597) Terminated (NO_ERROR): Without reason
        2020-04-28 09:56:47.657  - info: hm-rpc.0 (10597) xmlrpc server is trying to listen on 192.168.119.27:2010
        2020-04-28 09:56:47.658  - info: hm-rpc.0 (10597) xmlrpc client is trying to connect to 192.168.119.20:2010/ with ["http://192.168.119.27:2010","hm-rpc.0"]
        2020-04-28 09:56:47.712  - info: hm-rpc.0 (10597) Connected
        2020-04-28 09:56:47.725  - info: hm-rpc.0 (10597) xmlrpc <- listDevices ["hm-rpc.0"]
        2020-04-28 09:56:48.009  - info: hm-rpc.0 (10597) xmlrpc -> 0 devices
        2020-04-28 09:56:48.706  - info: host.tinkerboard instance system.adapter.hm-rega.0 started with pid 10612
        2020-04-28 09:56:49.907  - info: hm-rpc.0 (10597) xmlrpc <- newDevices 279
        2020-04-28 09:56:49.990  - error: host.tinkerboard Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
        2020-04-28 09:56:49.991  - error: host.tinkerboard Caught by controller[1]: ReferenceError: allback is not defined
        2020-04-28 09:56:49.992  - error: host.tinkerboard Caught by controller[1]:     at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
        2020-04-28 09:56:49.992  - error: host.tinkerboard Caught by controller[1]:     at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:49.993  - info: host.tinkerboard instance system.adapter.hm-rpc.0 terminated with code 0 (NO_ERROR)
        2020-04-28 09:56:49.993  - info: host.tinkerboard Restart adapter system.adapter.hm-rpc.0 because enabled
        2020-04-28 09:56:52.323  - info: hm-rega.0 (10612) starting. Version 2.6.5 in /opt/iobroker/node_modules/iobroker.hm-rega, node: v10.20.1, js-controller: 3.0.19
        2020-04-28 09:56:52.496  - info: hm-rega.0 (10612) subscribe hm-rpc.1.BidCoS-RF.50.PRESS_SHORT
        2020-04-28 09:56:52.577  - info: hm-rega.0 (10612) ReGaHSS 192.168.119.20 up
        2020-04-28 09:56:52.635  - info: hm-rega.0 (10612) time difference local-ccu 1s
        2020-04-28 09:56:52.905  - error: hm-rega.0 (10612) uncaught exception: allback is not defined
        2020-04-28 09:56:52.918  - error: hm-rega.0 (10612) ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:53.051  - info: host.tinkerboard instance system.adapter.iot.0 started with pid 10628
        2020-04-28 09:56:53.102  - error: hm-rega.0 (10612) uncaught exception: allback is not defined
        2020-04-28 09:56:53.104  - error: hm-rega.0 (10612) ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:53.225  - error: hm-rega.0 (10612) uncaught exception: allback is not defined
        2020-04-28 09:56:53.227  - error: hm-rega.0 (10612) ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:53.342  - error: hm-rega.0 (10612) uncaught exception: allback is not defined
        2020-04-28 09:56:53.344  - error: hm-rega.0 (10612) ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:53.433  - error: hm-rega.0 (10612) uncaught exception: allback is not defined
        2020-04-28 09:56:53.435  - error: hm-rega.0 (10612) ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:53.552  - error: hm-rega.0 (10612) uncaught exception: allback is not defined
        2020-04-28 09:56:53.553  - error: hm-rega.0 (10612) ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-04-28 09:56:53.668  - error: hm-rega.0 (10612) uncaught exception: allback is not defined
        2020-04-28 09:56:53.669  - error: hm-rega.0 (10612) ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        
        
        1 Antwort Letzte Antwort
        0
        • F Offline
          F Offline
          f0rd42
          schrieb am zuletzt editiert von
          #5

          Iobroker status:

          root@tinkerboard:/opt/iobroker# iobroker status
          (node:4416) UnhandledPromiseRejectionWarning: ReferenceError: allback is not defined
              at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
              at process._tickCallback (internal/process/next_tick.js:68:7)
          (node:4416) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
          (node:4416) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
          
          
          

          da hängt es dann, kein Prompt

          1 Antwort Letzte Antwort
          0
          • F Offline
            F Offline
            f0rd42
            schrieb am zuletzt editiert von
            #6

            den fixer habe ich schon laufen lassen, Resultat ist das Gleiche.

            1 Antwort Letzte Antwort
            0
            • A Offline
              A Offline
              AntiHeld889
              schrieb am zuletzt editiert von
              #7

              Bei mir genau das gleiche

              1 Antwort Letzte Antwort
              0
              • M Offline
                M Offline
                MarkusW27
                schrieb am zuletzt editiert von MarkusW27
                #8

                Bei mir auch :-(

                Raspberry 3
                Versionen alle aktuell (wie oben beim Thread-Starter)

                1 Antwort Letzte Antwort
                0
                • ? Offline
                  ? Offline
                  Ein ehemaliger Benutzer
                  schrieb am zuletzt editiert von Ein ehemaliger Benutzer
                  #9

                  Bei mir leider auch alles Tot.

                  Nach "sudo iobroker upgrade self" hat er kurz was gemacht und sich dann aufgehängt.

                  Jetzt geht nix mehr!

                  System: Raspberry Pi 4

                  1 Antwort Letzte Antwort
                  0
                  • wendy2702W Offline
                    wendy2702W Offline
                    wendy2702
                    schrieb am zuletzt editiert von
                    #10

                    Alle die auch „Tod“ schreien.

                    Posten doch wenigstens die logfiles der update versuche aber bitte vollständig und ein wenig mehr Informationen zu euren Systemen.

                    Nutzt ihr z.B. Auch alle Tinkerboard?

                    Bitte keine Fragen per PN, die gehören ins Forum!

                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                    ? 1 Antwort Letzte Antwort
                    0
                    • F Offline
                      F Offline
                      funbert
                      schrieb am zuletzt editiert von
                      #11

                      Bei mir geht auch nichts mehr. Raspi Pi4

                      1 Antwort Letzte Antwort
                      0
                      • wendy2702W wendy2702

                        Alle die auch „Tod“ schreien.

                        Posten doch wenigstens die logfiles der update versuche aber bitte vollständig und ein wenig mehr Informationen zu euren Systemen.

                        Nutzt ihr z.B. Auch alle Tinkerboard?

                        ? Offline
                        ? Offline
                        Ein ehemaliger Benutzer
                        schrieb am zuletzt editiert von
                        #12

                        @wendy2702 Wie komm ich an das Logfile wenn das System nicht mehr Hochfährt?

                        Jey CeeJ 1 Antwort Letzte Antwort
                        0
                        • ? Ein ehemaliger Benutzer

                          @wendy2702 Wie komm ich an das Logfile wenn das System nicht mehr Hochfährt?

                          Jey CeeJ Online
                          Jey CeeJ Online
                          Jey Cee
                          Developer
                          schrieb am zuletzt editiert von
                          #13

                          @smart-home. Liegt im iobroker verzeichnis unter logs

                          Der Fehler muss durch einen Entwickler behoben werden. Sleber könnt ihr nur versuchen das pcket iobroker.objects-redis zu löschen und dann in version 3.3.2 zu installieren.
                          Das sollten nur die unter euch machen die wissen was sie tun, daher keine Anleitung von mir.

                          Persönlicher Support
                          Spenden -> paypal.me/J3YC33

                          F 1 Antwort Letzte Antwort
                          0
                          • Jey CeeJ Jey Cee

                            @smart-home. Liegt im iobroker verzeichnis unter logs

                            Der Fehler muss durch einen Entwickler behoben werden. Sleber könnt ihr nur versuchen das pcket iobroker.objects-redis zu löschen und dann in version 3.3.2 zu installieren.
                            Das sollten nur die unter euch machen die wissen was sie tun, daher keine Anleitung von mir.

                            F Offline
                            F Offline
                            f0rd42
                            schrieb am zuletzt editiert von
                            #14

                            @Jey-Cee

                            Da die Installation nun ja sowieso tot ist, kann ja nicht mehr viel passieren.
                            könntest du trotzdem eine "Anleitung" posten? Natürlich auf eigene Gefahr

                            kann man eventuell wieder auf 3.0.18 zurück?

                            M 1 Antwort Letzte Antwort
                            0
                            • F f0rd42

                              @Jey-Cee

                              Da die Installation nun ja sowieso tot ist, kann ja nicht mehr viel passieren.
                              könntest du trotzdem eine "Anleitung" posten? Natürlich auf eigene Gefahr

                              kann man eventuell wieder auf 3.0.18 zurück?

                              M Offline
                              M Offline
                              MarkusW27
                              schrieb am zuletzt editiert von MarkusW27
                              #15

                              @f0rd42 Bzgl. "Zurück auf 3.0.18": Hab ich schon probiert - ändert nichts (zumindest bei mir)

                              1 Antwort Letzte Antwort
                              0
                              • F Offline
                                F Offline
                                funbert
                                schrieb am zuletzt editiert von
                                #16

                                2020-04-28 10:52:00.793 - error: history.0 (19709) uncaught exception: allback is not defined
                                2020-04-28 10:52:00.802 - error: history.0 (19709) ReferenceError: allback is not defined
                                at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
                                at process._tickCallback (internal/process/next_tick.js:68:7)
                                2020-04-28 10:52:01.172 - info: host.athomepi4 instance system.adapter.mercedesme.0 started with pid 19728
                                2020-04-28 10:52:01.181 - info: history.0 (19709) terminating
                                2020-04-28 10:52:01.183 - info: history.0 (19709) Terminated (NO_ERROR): Without reason
                                2020-04-28 10:52:01.709 - error: host.athomepi4 Caught by controller[0]: This error originated either by t
                                hrowing inside of an async function without a catch block, or by rejecting a promise which was not handled with .ca
                                tch(). The promise rejected with the reason:
                                2020-04-28 10:52:01.710 - error: host.athomepi4 Caught by controller[0]: ReferenceError: allback is not de
                                fined
                                2020-04-28 10:52:01.710 - error: host.athomepi4 Caught by controller[0]: at _0x411ccb._applyViewFunc (
                                /opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
                                2020-04-28 10:52:01.710 - error: host.athomepi4 Caught by controller[0]: at process._tickCallback (int
                                ernal/process/next_tick.js:68:7)
                                2020-04-28 10:52:01.710 - info: host.athomepi4 instance system.adapter.history.0 terminated with code 0 (N
                                O_ERROR)
                                2020-04-28 10:52:01.711 - info: host.athomepi4 Restart adapter system.adapter.history.0 because enabled

                                1 Antwort Letzte Antwort
                                0
                                • F Offline
                                  F Offline
                                  f0rd42
                                  schrieb am zuletzt editiert von
                                  #17

                                  Warum steht da im Fehler eigentlich immer "Allback' Anstalt "Callback"?

                                  AlCalzoneA 1 Antwort Letzte Antwort
                                  0
                                  • F f0rd42

                                    Warum steht da im Fehler eigentlich immer "Allback' Anstalt "Callback"?

                                    AlCalzoneA Offline
                                    AlCalzoneA Offline
                                    AlCalzone
                                    Developer
                                    schrieb am zuletzt editiert von
                                    #18

                                    @f0rd42 Genau das ist das Problem :)

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

                                    F 1 Antwort Letzte Antwort
                                    0
                                    • AlCalzoneA AlCalzone

                                      @f0rd42 Genau das ist das Problem :)

                                      F Offline
                                      F Offline
                                      f0rd42
                                      schrieb am zuletzt editiert von
                                      #19

                                      @AlCalzone Dann warten wir auf den Entwickler, sollte ja kein "grosses" Problem sein :-)

                                      1 Antwort Letzte Antwort
                                      0
                                      • ? Offline
                                        ? Offline
                                        Ein ehemaliger Benutzer
                                        schrieb am zuletzt editiert von
                                        #20

                                        2020-04-28 10:17:27.955 - ^[[32minfo^[[39m: discovery.0 (519) starting. Version 2.3.3 in /opt/iobroker/node_modules/iobroker.discovery, node: v10.16.3, js-controller: 3.0.19
                                        2020-04-28 10:17:29.936 - ^[[32minfo^[[39m: knx.0 (530) starting. Version 1.0.41 in /opt/iobroker/node_modules/iobroker.knx, node: v10.16.3, js-controller: 3.0.19
                                        2020-04-28 10:17:29.963 - ^[[33mwarn^[[39m: knx.0 (530) adapter.objects.getObjectView is deprecated, and will be removed in the future. Please use adapter.getObjectView/Async. Report this to Developer!
                                        2020-04-28 10:17:30.037 - ^[[31merror^[[39m: knx.0 (530) uncaught exception: allback is not defined
                                        2020-04-28 10:17:30.038 - ^[[31merror^[[39m: knx.0 (530) ReferenceError: allback is not defined
                                        at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
                                        at process._tickCallback (internal/process/next_tick.js:68:7)

                                        hier mal ein ausschnitt aus meinem Log. Zumindestens steht da "Report this to Developer!":blush:

                                        1 Antwort Letzte Antwort
                                        0
                                        • apollon77A Offline
                                          apollon77A Offline
                                          apollon77
                                          schrieb am zuletzt editiert von
                                          #21

                                          Bitte kurz warten ... controller 3.0.20 baut gerade um das zu fixen ... melde mich sobald verfügbar

                                          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                          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

                                          318

                                          Online

                                          32.5k

                                          Benutzer

                                          81.8k

                                          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