Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Js-controller 1.5.3 in latest verfügbar

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    11
    2
    199

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

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

Js-controller 1.5.3 in latest verfügbar

Js-controller 1.5.3 in latest verfügbar

Scheduled Pinned Locked Moved Tester
97 Posts 27 Posters 15.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ChaotC Offline
    ChaotC Offline
    Chaot
    wrote on last edited by
    #20

    Bei mir sind die DashButton außer Funktion:

    host.haus	2018-09-15 22:37:51.275	error	instance system.adapter.amazon-dash.0 terminated with code 0 (OK)
    Caught	2018-09-15 22:37:51.275	error	by controller[0]: at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:869:25)
    Caught	2018-09-15 22:37:51.275	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:830:13)
    Caught	2018-09-15 22:37:51.275	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:869:54)
    Caught	2018-09-15 22:37:51.275	error	by controller[0]: at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5290:18)
    Caught	2018-09-15 22:37:51.275	error	by controller[0]: at Adapter.emit (events.js:208:7)
    Caught	2018-09-15 22:37:51.275	error	by controller[0]: at emitNone (events.js:106:13)
    Caught	2018-09-15 22:37:51.275	error	by controller[0]: at Adapter. <anonymous>(/opt/iobroker/node_modules/iobroker.amazon-dash/main.js:42:5)
    Caught	2018-09-15 22:37:51.275	error	by controller[0]: at main (/opt/iobroker/node_modules/iobroker.amazon-dash/main.js:78:29)
    Caught	2018-09-15 22:37:51.274	error	by controller[0]: at Object.exports.createSession (/opt/iobroker/node_modules/iobroker.amazon-dash/node_modules/pcap/pcap.js:123:12)
    Caught	2018-09-15 22:37:51.274	error	by controller[0]: at new PcapSession (/opt/iobroker/node_modules/iobroker.amazon-dash/node_modules/pcap/pcap.js:49:39)
    Caught	2018-09-15 22:37:51.274	error	by controller[0]: Error: socket: Operation not permitted
    host.haus	2018-09-15 22:37:50.499	info	instance system.adapter.amazon-dash.0 started with pid 2380</anonymous>
    

    Wenn ich versuche nachzuinstallieren habe ich das hier in der Konsole:

    root@haus:/home/haus# npm install https://github.com/PArns/ioBroker.amazon-dash/tarball/master --production --prefix "/opt/iobroker" --unsafe-perm
    npm ERR! code 128
    npm ERR! Command failed: /usr/bin/git submodule update -q --init --recursive
    npm ERR! fatal: failed to stat '/root/.npm/_cacache/tmp/git-clone-5a5e4840': Permission denied
    npm ERR!
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /root/.npm/_logs/2018-09-16T06_23_56_137Z-debug.log
    
    

    Bis Version 1.5.0. haben die Button funktioniert.

    1.5.1 und 1.5.2 habe ich ausgelassen.

    ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

    1 Reply Last reply
    0
    • apollon77A Offline
      apollon77A Offline
      apollon77
      wrote on last edited by
      #21

      Operation not permitted weißt auf fehlende rechte hin. Das muss unter root laufen. Hat aber mit dem Controller nix zu tun.

      Beim install das gleiche.

      Ja für install ist in 1.5.x eine Änderung drin das es weniger Probleme geben sollte und mit —unsafe-perm installiert wird.

      Also kurz: der Adapter braucht root/sudo,war aber an dich schon immer so.

      Gesendet vom Handy …

      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 Reply Last reply
      0
      • ChaotC Offline
        ChaotC Offline
        Chaot
        wrote on last edited by
        #22

        Der Adapter muss im ioBroker unter root laufen?

        Wie geht das?

        Und warum hat das bisher einwandfrei funktioniert?

        Die Installation (oder der Versuch) ist definitiv unter root erfolgt.

        ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

        1 Reply Last reply
        0
        • StabilostickS Offline
          StabilostickS Offline
          Stabilostick
          wrote on last edited by
          #23

          @chaot:

          Mache bitte ein Downgrade von NPM auf 4.6.1 und versuche die Installation noch einmal.

          npm i -g npm@4.6.1
          
          1 Reply Last reply
          0
          • ChaotC Offline
            ChaotC Offline
            Chaot
            wrote on last edited by
            #24

            Nachdem ich den JSControler neu installiert habe scheint alles wieder zu laufen.

            Aber ich habe bei der Installation das nächste Problem bekommen:

            npm WARN saveError ENOENT: no such file or directory, open '/home/haus/package.json'
            npm notice created a lockfile as package-lock.json. You should commit this file.
            npm WARN enoent ENOENT: no such file or directory, open '/home/haus/package.json'
            npm WARN haus No description
            npm WARN haus No repository field.
            npm WARN haus No README data
            npm WARN haus No license field.
            
            + iobroker.js-controller@1.5.3
            added 344 packages from 247 contributors and audited 785 packages in 74.181s
            found 27 vulnerabilities (19 low, 8 high)
              run `npm audit fix` to fix them, or `npm audit` for details
            root@haus:/home/haus# npm audit fix
            npm ERR! code EAUDITNOPJSON
            npm ERR! audit No package.json found: Cannot audit a project without a package.json
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /root/.npm/_logs/2018-09-16T07_42_12_245Z-debug.log
            
            

            npm audit und npm audit fix geben den gleichen Fehler aus

            ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

            1 Reply Last reply
            0
            • apollon77A Offline
              apollon77A Offline
              apollon77
              wrote on last edited by
              #25

              @Chaot:

              Die Installation (oder der Versuch) ist definitiv unter root erfolgt. `
              Dann Versuch mal npm cache clean unter root

              Gesendet vom Handy …

              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 Reply Last reply
              0
              • apollon77A Offline
                apollon77A Offline
                apollon77
                wrote on last edited by
                #26

                @Chaot:

                Nachdem ich den JSControler neu installiert habe scheint alles wieder zu laufen.

                Aber ich habe bei der Installation das nächste Problem bekommen:

                npm WARN saveError ENOENT: no such file or directory, open '/home/haus/package.json'
                npm notice created a lockfile as package-lock.json. You should commit this file.
                npm WARN enoent ENOENT: no such file or directory, open '/home/haus/package.json'
                npm WARN haus No description
                npm WARN haus No repository field.
                npm WARN haus No README data
                npm WARN haus No license field.
                
                + iobroker.js-controller@1.5.3
                added 344 packages from 247 contributors and audited 785 packages in 74.181s
                found 27 vulnerabilities (19 low, 8 high)
                  run `npm audit fix` to fix them, or `npm audit` for details
                root@haus:/home/haus# npm audit fix
                npm ERR! code EAUDITNOPJSON
                npm ERR! audit No package.json found: Cannot audit a project without a package.json
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /root/.npm/_logs/2018-09-16T07_42_12_245Z-debug.log
                
                

                npm audit und npm audit fix geben den gleichen Fehler aus `
                Ignoriere das mit dem audit. Ist kein Fehler

                Gesendet vom Handy …

                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 Reply Last reply
                0
                • StabilostickS Offline
                  StabilostickS Offline
                  Stabilostick
                  wrote on last edited by
                  #27

                  Die Warnung ist ok. Das ist kein Fehler. Deshalb brauchst Du auch den „audit fix“ nicht zu machen.

                  1 Reply Last reply
                  0
                  • K Offline
                    K Offline
                    Kev0
                    wrote on last edited by
                    #28

                    Habs jetzt nochmal von 1.4.2 auf 1.5.3 probiert, selbes Ergebnis die hm-rpc datenpunkte haben keinen Namen mehr und Skripte sind alle futsch.

                    Leider habe ich keinen log von der installation.

                    1 Reply Last reply
                    0
                    • SteffS Offline
                      SteffS Offline
                      Steff
                      wrote on last edited by
                      #29

                      Moin,

                      habe in den letzten Tagen ebenfalls den js-controller von 1.4.9 über 1.5.0, 1.5.2 auf 1.5.3 "gehoben". Jeweils mit Reboot des RPi´s. Bisher habe ich keine Probleme erkennen können (Scripte laufen wie sie sollen, etc.). Lediglich folgende Dinge sind mir aufgefallen.

                      Seit 1.5.2 bekomme ich beim stoppen von ioBroker folgende Fehlermeldung:

                      ! ````
                      fs.js:1177
                      return binding.chmod(pathModule._makeLong(path), modeNum(mode));
                      ^
                      ! Error: ENOENT: no such file or directory, chmod '/opt/iobroker/node_modules/iobroker.js-controller/lib/../killall.sh'
                      at Error (native)
                      at Object.fs.chmodSync (fs.js:1177:18)
                      at Daemon.daemon.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:286:32)
                      at emitOne (events.js:101:20)
                      at Daemon.emit (events.js:188:7)
                      at Daemon. <anonymous>(/opt/iobroker/node_modules/daemonize2/lib/daemonize.js:267:14)
                      at Daemon._tryKill (/opt/iobroker/node_modules/daemonize2/lib/daemonize.js:277:23)
                      at ontimeout (timers.js:386:11)
                      at tryOnTimeout (timers.js:250:5)
                      at Timer.listOnTimeout (timers.js:214:5)</anonymous>

                      Ein Update auf 1.5.3 brachte keine Veränderung. Ein Start von ioBroker ist ohne Fehlermeldung möglich.
                      
                      Den Fehler mit der "Empty ID" in der Dateiauswahl kann ich ebenfalls bestätigen (zumindest ab 1.5.2).
                      
                      Auch die Warnung im Log: "Disable logging, because no one socket connected" taucht des öfteren einmal auf, hauptsächlich wenn ich den Reiter Scripte" anklicke. Dies hat @metaxa eine Seite vorher ebenfalls beschrieben.
                      
                      Gruß Steffen

                      ioBroker auf Intel NUC 7CJYH / Debian 11 / States in Redis / Objects in JSONL / Repo --> Beta / HM CCU2 V2.61.7 / Siemens LOGO! (0BA7 / 0BA8)
                      Admin V7.4.7 / Node V20.18.1 / NPM V10.8.2 / JSC V7.0.6 / JSE V8.8.3

                      1 Reply Last reply
                      0
                      • Dr. BakteriusD Offline
                        Dr. BakteriusD Offline
                        Dr. Bakterius
                        Most Active
                        wrote on last edited by
                        #30

                        Ich habe ebenfalls die Fehlermeldungen beim Stoppen des iobroker. Dadurch bricht auch raspiBackup ab und erstellt keine Sicherung. Ebenfalls bei mir das Problem mit 'Empty ID' im VIS-Editor.

                        Ich bin jetzt wieder zurück auf 1.4.2 - damit funktioniert alles. Vielleicht starte ich in ein paar Wochen wieder einen Versuch wenn sich der WAF wieder erholt hat. 🙂

                        1 Reply Last reply
                        0
                        • L Offline
                          L Offline
                          lonsimbt
                          wrote on last edited by
                          #31

                          Nach Upgrade auf meinem tinkerboard auf Version 1.5.3 laufen grundsätzlich alle Adapter und Skripte.

                          Plattform: linux

                          Die Architektur: arm

                          CPUs: 4

                          Geschwindigkeit: 1800 MHz

                          Modell: ARMv7 Processor rev 1 (v7l)

                          RAM: 1.9 GB

                          System uptime: 03:19:44

                          Node.js: v8.12.0

                          Festplattengröße: 14.3 GiB

                          Festplatten frei: 11.6 GiB

                          Adapter zählen: 222

                          NPM: v6.4.1

                          Uptime: 03:19:28

                          Aktivierte Instanzen: 16

                          Beim Stoppen des iobroker erhalte ich ebenfalls eine Fehlermeldung:

                          ` > Stopping iobroker controller daemon…

                          iobroker controller daemon stopped.

                          fs.js:1123

                          return binding.chmod(pathModule._makeLong(path), modeNum(mode));

                          ^

                          Error: ENOENT: no such file or directory, chmod '/opt/iobroker/node_modules/iobroker.js-controller/lib/../killall.sh'

                          at Object.fs.chmodSync (fs.js:1123:18)

                          at Daemon.daemon.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:286:32)

                          at emitOne (events.js:121:20)

                          at Daemon.emit (events.js:211:7)

                          at Daemon. <anonymous>(/opt/iobroker/node_modules/daemonize2/lib/daemonize.js:267:14)

                          at Daemon._tryKill (/opt/iobroker/node_modules/daemonize2/lib/daemonize.js:277:23)

                          at ontimeout (timers.js:498:11)

                          at tryOnTimeout (timers.js:323:5)

                          at Timer.listOnTimeout (timers.js:290:5)</anonymous> `

                          Gruß Marco

                          iobroker im Container (debian Bullseye) unter proxmox 7.1
                          debmatic in VM (debian Buster) unter proxmox 7.1 mit HB-RF-USB und RPI-RF-MOD
                          40 HomeMatic Geräte, Phillips Hue, Ikea Tradfri, Logitech Harmony Hub, Botvac Connected, Robonect

                          1 Reply Last reply
                          0
                          • A Offline
                            A Offline
                            AndyUM61
                            wrote on last edited by
                            #32

                            Hallo,

                            nun möchte ich auch mal was zu dem Thema beitragen:

                            Ist denn auch jemand hier der ioBroker unter Windows zu laufen hat?

                            Ich habe mir durch den Versuch auf js-controller v.1.5.0 mein System ziemlich zerschossen.

                            Die Systemauslastung lag dauerhaft auf 99%, es wurden bis zu 1000 Prozesse gestartet mit über 100.000 Handles - stätig steigend!!

                            Es war nur sehr schwer möglich ioBroker überhaupt zu beenden.

                            ioBroker hat meine sämtlichen Actoren, sei es Homematic, FritzBox oder MQTT per Zufall angesteuert. Das totale SmartHome-Chaos!!!

                            Auf der FritzBox wurde sogar das WLAN deaktiviert!!

                            Ich konnte mir nur behelfen, indem ich die Netzwerkverbindung zur Raspberrymatic vorerst physikalisch getrennt (Stecker gezogen) habe.

                            Ich bin dann wieder auf die 1.4.2 gegangen, und alles funktioniert wieder halbwegs.

                            Das Einzige was nicht mehr funktioniert ist die Adapter-Seite. Es werden keine Adapter angezeigt.

                            Wenn ich auf das Schraubenschlüssel-Symbol gehe, sagt er mir, dass die config-Datei nicht vorhanden ist:(.

                            Vielleicht kann mir ja jemand sagen, wie ich das wieder hin bekomme!?

                            Heute ein erneuter Versuch auf die v 1.5.3 zu updaten…. gleiche Probleme....

                            Irgendwie steckt in der v1.5.xx total der Wurm drin....

                            Windows 8.1, node v10.8.0, npm v6.4.1

                            Internette Grüße
                            Andy

                            RaspberryMatic (Raspberry Pi3), CUxD, ioBroker (Synology/ Docker)

                            1 Reply Last reply
                            0
                            • K Offline
                              K Offline
                              Kev0
                              wrote on last edited by
                              #33

                              Adapter oder Instanzen?

                              Zweites war bei mir auch futsch (raspi)

                              1 Reply Last reply
                              0
                              • A Offline
                                A Offline
                                AndyUM61
                                wrote on last edited by
                                #34

                                @Kev0:

                                Instanzen funktionieren, aber Adapter leider nicht mehr.

                                Leider kann man somit auch nichts zusätzliches nachinstallieren:(.

                                Internette Grüße
                                Andy

                                RaspberryMatic (Raspberry Pi3), CUxD, ioBroker (Synology/ Docker)

                                1 Reply Last reply
                                0
                                • A Offline
                                  A Offline
                                  aftershowman
                                  wrote on last edited by
                                  #35

                                  Hallo,

                                  bei mir startet die WEB-Server Instance für HTTPS immer noch nicht.

                                  Hat zuletzt bei 1.42 funktioniert, nicht in 1.51 und 1.52.

                                  meine Config:

                                  Hardware: RASPI 3

                                  NPM Version: 3.10.10

                                  NodeJS Version: V6.12.3

                                  Admin Adapter Version 3.59

                                  Alle installierten Adapter auf dem aktuellen Stand

                                  Nutze Verwahrungsort: http://download.iobroker.net/sources-dist-latest.json

                                  Hier die Logs (und das geht dann immer Kreis so)

                                  2018-09-16 16:43:35.797 - info: host.wg6-wetter instance system.adapter.web.1 started with pid 7015

                                  2018-09-16 16:43:39.206 - error: web.1 uncaught exception: util.promisify is not a function

                                  2018-09-16 16:43:39.272 - error: Caught by controller[0]: TypeError: util.promisify is not a function

                                  2018-09-16 16:43:39.273 - error: Caught by controller[0]: at /opt/iobroker/node_modules/greenlock/index.js:17:33

                                  2018-09-16 16:43:39.273 - error: Caught by controller[0]: at Array.forEach (native)

                                  2018-09-16 16:43:39.274 - error: Caught by controller[0]: at promisifyAllSelf (/opt/iobroker/node_modules/greenlock/index.js:15:20)

                                  2018-09-16 16:43:39.274 - error: Caught by controller[0]: at Object.Greenlock.create (/opt/iobroker/node_modules/greenlock/index.js:258:13)

                                  2018-09-16 16:43:39.274 - error: Caught by controller[0]: at Object.createServer (/opt/iobroker/node_modules/iobroker.js-controller/lib/letsencrypt.js:55:26)

                                  2018-09-16 16:43:39.274 - error: Caught by controller[0]: at initWebServer (/opt/iobroker/node_modules/iobroker.web/main.js:847:28)

                                  2018-09-16 16:43:39.274 - error: Caught by controller[0]: at adapter.getCertificates (/opt/iobroker/node_modules/iobroker.web/main.js:239:29)

                                  2018-09-16 16:43:39.274 - error: Caught by controller[0]: at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:724:21)

                                  2018-09-16 16:43:39.275 - error: Caught by controller[0]: at Socket.onack (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:312:9)

                                  2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Socket.onpacket (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:236:12)

                                  2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Manager. (/opt/iobroker/node_modules/component-bind/index.js:21:15)

                                  2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Manager.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/component-emitter/index.js:133:20)

                                  2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Manager.ondecoded (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/manager.js:332:8)

                                  2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Decoder. (/opt/iobroker/node_modules/component-bind/index.js:21:15)

                                  2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Decoder.Emitter.emit (/opt/iobroker/node_modules/component-emitter/index.js:134:20)

                                  2018-09-16 16:43:39.277 - error: Caught by controller[0]: at Decoder.add (/opt/iobroker/node_modules/socket.io-parser/index.js:246:12)

                                  2018-09-16 16:43:39.277 - error: host.wg6-wetter instance system.adapter.web.1 terminated with code 0 (OK)

                                  2018-09-16 16:43:39.277 - info: host.wg6-wetter Restart adapter system.adapter.web.1 because enabled

                                  Homematic: CCU2 (2.17.15) ; 56 RF Geräte, 4 wired Geräte

                                  ioBroker PC: Intel celeron 1007U 1.5GHz, 4GB RAM, 128 GB SSD

                                  1 Reply Last reply
                                  0
                                  • arteckA Offline
                                    arteckA Offline
                                    arteck
                                    Developer Most Active
                                    wrote on last edited by
                                    #36

                                    1.5.3 hier auch nicht..

                                    zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                    1 Reply Last reply
                                    0
                                    • sigi234S Online
                                      sigi234S Online
                                      sigi234
                                      Forum Testing Most Active
                                      wrote on last edited by
                                      #37

                                      Ich sehe ja das auf Github die 2.0.0. vorbereitet wird, also gehe ich davon aus das wir jetzt testen und dann 2.0.0 kommt.

                                      Sehe ich das Richtig so?

                                      Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                      Immer Daten sichern!

                                      1 Reply Last reply
                                      0
                                      • apollon77A Offline
                                        apollon77A Offline
                                        apollon77
                                        wrote on last edited by
                                        #38

                                        @aftershowman:

                                        Hallo,

                                        bei mir startet die WEB-Server Instance für HTTPS immer noch nicht.

                                        Hat zuletzt bei 1.42 funktioniert, nicht in 1.51 und 1.52.

                                        meine Config:

                                        Hardware: RASPI 3

                                        NPM Version: 3.10.10

                                        NodeJS Version: V6.12.3

                                        Admin Adapter Version 3.59

                                        Alle installierten Adapter auf dem aktuellen Stand

                                        Nutze Verwahrungsort: http://download.iobroker.net/sources-dist-latest.json

                                        Hier die Logs (und das geht dann immer Kreis so)

                                        2018-09-16 16:43:35.797 - info: host.wg6-wetter instance system.adapter.web.1 started with pid 7015

                                        2018-09-16 16:43:39.206 - error: web.1 uncaught exception: util.promisify is not a function

                                        2018-09-16 16:43:39.272 - error: Caught by controller[0]: TypeError: util.promisify is not a function

                                        2018-09-16 16:43:39.273 - error: Caught by controller[0]: at /opt/iobroker/node_modules/greenlock/index.js:17:33

                                        2018-09-16 16:43:39.273 - error: Caught by controller[0]: at Array.forEach (native)

                                        2018-09-16 16:43:39.274 - error: Caught by controller[0]: at promisifyAllSelf (/opt/iobroker/node_modules/greenlock/index.js:15:20)

                                        2018-09-16 16:43:39.274 - error: Caught by controller[0]: at Object.Greenlock.create (/opt/iobroker/node_modules/greenlock/index.js:258:13)

                                        2018-09-16 16:43:39.274 - error: Caught by controller[0]: at Object.createServer (/opt/iobroker/node_modules/iobroker.js-controller/lib/letsencrypt.js:55:26)

                                        2018-09-16 16:43:39.274 - error: Caught by controller[0]: at initWebServer (/opt/iobroker/node_modules/iobroker.web/main.js:847:28)

                                        2018-09-16 16:43:39.274 - error: Caught by controller[0]: at adapter.getCertificates (/opt/iobroker/node_modules/iobroker.web/main.js:239:29)

                                        2018-09-16 16:43:39.274 - error: Caught by controller[0]: at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:724:21)

                                        2018-09-16 16:43:39.275 - error: Caught by controller[0]: at Socket.onack (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:312:9)

                                        2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Socket.onpacket (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:236:12)

                                        2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Manager. (/opt/iobroker/node_modules/component-bind/index.js:21:15)

                                        2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Manager.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/component-emitter/index.js:133:20)

                                        2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Manager.ondecoded (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/manager.js:332:8)

                                        2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Decoder. (/opt/iobroker/node_modules/component-bind/index.js:21:15)

                                        2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Decoder.Emitter.emit (/opt/iobroker/node_modules/component-emitter/index.js:134:20)

                                        2018-09-16 16:43:39.277 - error: Caught by controller[0]: at Decoder.add (/opt/iobroker/node_modules/socket.io-parser/index.js:246:12)

                                        2018-09-16 16:43:39.277 - error: host.wg6-wetter instance system.adapter.web.1 terminated with code 0 (OK)

                                        2018-09-16 16:43:39.277 - info: host.wg6-wetter Restart adapter system.adapter.web.1 because enabled `
                                        Das hätte aber schon mit 1.5.1 gefixt sein solle. Wurde da wirklich alles beendet und neu gestartet?

                                        Du hast 1.5.3 nicht erwähnt in deinem Post?

                                        Gesendet vom Handy …

                                        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 Reply Last reply
                                        0
                                        • apollon77A Offline
                                          apollon77A Offline
                                          apollon77
                                          wrote on last edited by
                                          #39

                                          @sigi234:

                                          Ich sehe ja das auf Github die 2.0.0. vorbereitet wird, also gehe ich davon aus das wir jetzt testen und dann 2.0.0 kommt.

                                          Sehe ich das Richtig so? `
                                          NEIN!!!!

                                          Die 1.5.x war schon länger fertig und viele hatten sie ohne Probleme und die ist jetzt erstmal dran.

                                          Die 2.0.0 hat gerade erst In der Entwicklung gestartet. Das ist noch weit weg.

                                          Gesendet vom Handy …

                                          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 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          154

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe