NEWS
SOLVED XBox-Adapter Fehler
-
@foxriver76 sagte in XBox-Adapter Fehler:
was gibt sudo apt update | grep python denn bei dir aus?
root@iobroker:/opt/iobroker# sudo apt update | grep python WARNING: apt does not have a stable CLI interface. Use with caution in scripts. root@iobroker:/opt/iobroker#
-
@Negalein
sudo apt upgrade python3.6
und danach ein neues Terminalfenster öffnen und malpython --version && python3 -version
-
@foxriver76 sagte in XBox-Adapter Fehler:
sudo apt upgrade python3.6
root@iobroker:/opt/iobroker# sudo apt upgrade python3.6 Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig E: Paket python3.6 kann nicht gefunden werden. E: Mittels des Musters »python3.6« konnte kein Paket gefunden werden. E: Mittels regulärem Ausdruck »python3.6« konnte kein Paket gefunden werden. root@iobroker:/opt/iobroker#
-
@Negalein Ups, sorry meinte
sudo apt install python3.6
-
@foxriver76 sagte in XBox-Adapter Fehler:
Ups, sorry meinte sudo apt install python3.6
findet das Paket nicht
root@iobroker:/opt/iobroker# sudo apt install python3.6 Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig E: Paket python3.6 kann nicht gefunden werden. E: Mittels des Musters »python3.6« konnte kein Paket gefunden werden. E: Mittels regulärem Ausdruck »python3.6« konnte kein Paket gefunden werden. root@iobroker:/opt/iobroker#
Aber egal, lassen wir es derweil bei der bestehenden Version.
Sonst hat sich eh nichts geändert. -
@Negalein ist vernünftig. KP was für ein OS genau auf der Synology läuft.
-
Also ich erhalte ebenfalls die Meldung:
spegeli@ioBrokerVM:~$ sudo apt install python3.6 Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig E: Paket python3.6 kann nicht gefunden werden. E: Mittels des Musters »python3.6« konnte kein Paket gefunden werden. E: Mittels regulärem Ausdruck »python3.6« konnte kein Paket gefunden werden.
und Version 6.0 des Adapters lässt sich nicht Installieren.
Aktuell ist Phyton 3.5.3 bei mir Installiert und er sagt mir auch das das wohl die aktuellste Version ist? Nutze Debian.
-
Dann muss das entsprechende Repo hinzugefügt werden und am Ende muss noch
python3
auf 3.6 gelinkt werden. Auf was läuft denn deine Installation? -
@foxriver76 sagte in XBox-Adapter Fehler:
Dann muss das entsprechende Repo hinzugefügt werden und am Ende muss noch
python3
auf 3.6 gelinkt werden. Auf was läuft denn deine Installation?Läuft auf Debian 9.
Versuche es jetzt mal über die direkte Source Installation: https://www.rosehosting.com/blog/how-to-install-python-3-6-4-on-debian-9/Die Installation von Python 3.6 direkt über die Source oder das Test System hat nicht Funktioniert, hat mir jedes mal was zerschossen.
Hab jetzt einfach nen komplett Upgrade von Debian 9 auf 10 gemacht und wie ich anschließend gesehen hab, hat dieses Upgrade Automatisch Python 3.7 mit gebracht. Somit hat sich das Problem für mich erledigt
-
Hallo XBox-Adapter User,
habe seit dem Umstieg auf js.controller 3.1.6 Node 12 und einem Ubuntu drunter,
Probleme beim einrichten des Adapter. Er wirft immer Fehler beim aktivieren. (siehe Anhang)
Kann es sein das Python 3.8 zu neu ist für den Adapter?
Gruss HaJueRue -
@hajuerue
127.0.0.1 ist ja der iobroker-Server selber. Ich denke da sollte die IP von der Xbox rein.Und log files bitte nicht als screenshots sondern als Text in CodeTags.
-
@Thomas-Braun
Hallo Thomas, Danke für die Rückmeldung.
Die 127.0.0.1 kann ich als User nicht beeinflussen
Denn dass ist doch der "REST-Server" auf dem IoBroker, den der Adapter installiert, oder?
Anbei meine Konfig im Adapter selbst.
Wie sieht denn da eure Konfig aus?
Gruss
Hansi
-
Hallo an alle,
es waren 2 Punkte beteiligt.Zum einen wurde das Python 2.7 statt das 3.8 default benutzt.
Zum anderen hat Python ein anderes locale erwartet, als eingestellt war.
C.UTF-8 -> de_DE.utf8Diejenigen von euch die auch "Ubuntu 20.04 live Server" frisch installiert haben,
könnten hier die gleichen Probleme bekommen.Gruss
HaJueRue
-
Hallo Zusammen,
ich habe mich gefreut das es zu dieser Thematik bereits ein ausführlichen Fred gibt, da ich das "selbe" Problem habe.
Aber leider kann ich mein Problem mit den hier geschriebenen Möglichkeiten nicht fixen. Bei mir kommt weiterhin:host.iobroker-docker 2020-12-23 16:52:41.900 info instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) xbox.0 2020-12-23 16:52:41.331 info (18742) Terminated (NO_ERROR): Without reason xbox.0 2020-12-23 16:52:41.329 info (18742) terminating xbox.0 2020-12-23 16:52:41.285 info (18742) [END] cleaned everything up... xbox.0 2020-12-23 16:52:41.261 info (18742) [END] Could not stop REST server: xbox.0 2020-12-23 16:52:41.227 warn (18742) Restart initiated xbox.0 2020-12-23 16:52:41.226 error (18742) [START] Restarting adapter xbox.0 2020-12-23 16:52:41.225 error (18742) [START] Failed starting REST server: Process exited with code 1: Traceback (most recent call last): File "/opt/iobroker/node_modules/iobroker.xbox/lib/../python_modules/bin/xbox-rest-server" xbox.0 2020-12-23 16:52:39.584 info (18742) [START] Starting REST server xbox.0 2020-12-23 16:52:39.542 info (18742) starting. Version 0.7.2 in /opt/iobroker/node_modules/iobroker.xbox, node: v12.20.0, js-controller: 3.1.6 host.iobroker-docker 2020-12-23 16:52:36.404 info instance system.adapter.xbox.0 started with pid 18742
Meine Umgebung:
Node.js v12.20.0
NPM 6.14.8
xbox Adapter 0.7.2
buanet docker latestKann mir hier jemand helfen den Adapter zum laufen zu bekommen, ich habe nun schon vergebliche Stunden investiert.
Danke und schöne Grüße
-
@Schnutexxl welche Python Version hast du denn drauf?
-
Hallo,
ich wollte eben den Adapter einrichten, bekomme jedoch den Fehler:
xbox.0 2020-12-24 02:29:19.211 error (20277) [START] Restarting adapter in 30 seconds xbox.0 2020-12-24 02:29:19.210 error (20277) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [20309] INFO: Wai xbox.0 2020-12-24 02:29:18.968 info (20277) Terminated (NO_ERROR): Without reason xbox.0 2020-12-24 02:29:18.967 info (20277) terminating xbox.0 2020-12-24 02:29:18.922 info (20277) [END] cleaned everything up... xbox.0 2020-12-24 02:29:18.907 info (20277) [END] REST server stopped xbox.0 2020-12-24 02:29:18.743 error (20277) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/ xbox.0 2020-12-24 02:29:18.743 error (20277) unhandled promise rejection: Cannot read property 'includes' of undefined xbox.0 2020-12-24 02:29:18.742 error 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(). xbox.0 2020-12-24 02:29:13.630 info (20277) [START] Starting REST server xbox.0 2020-12-24 02:29:13.595 info (20277) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6
Das habe ich mit dem Alias in meinem Homeverzeichnis gesetzt:
python -V Python 3.8.5
locale -a C C.UTF-8 de_DE.utf8 POSIX
sudo cat /etc/default/locale LANG=de_DE.UTF-8
Fehlt in dem Ordner noch was?
ls -lah /opt/iobroker/node_modules/iobroker.xbox/node_modules total 12K drwxrwxr-x+ 3 iobroker iobroker 4,0K Dez 24 02:30 . drwxrwxr-x+ 7 iobroker iobroker 4,0K Dez 24 01:31 .. drwxrwxr-x+ 5 iobroker iobroker 4,0K Dez 24 01:31 ping
-
@TWART016 Das Log ist abgeschnitten, da fehlt das Ende.
Und welche Distribution ist das? Python 3.8 scheint mir irgendwie nachinstalliert zu sein. -
@Thomas-Braun
So stand das im Log im ioBroker. Ich hab habe das nun heruntergeladen und gefiltert:2020-12-24 14:40:39.038 - [32minfo[39m: xbox.0 (79678) [END] REST server stopped 2020-12-24 14:40:39.049 - [32minfo[39m: xbox.0 (79678) [END] cleaned everything up... 2020-12-24 14:40:39.096 - [32minfo[39m: xbox.0 (79678) terminating 2020-12-24 14:40:39.096 - [32minfo[39m: xbox.0 (79678) Terminated (NO_ERROR): Without reason 2020-12-24 14:40:39.649 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:40:39.649 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:41:09.662 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 79728 2020-12-24 14:41:11.792 - [32minfo[39m: xbox.0 (79728) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:41:11.814 - [32minfo[39m: xbox.0 (79728) [START] Starting REST server 2020-12-24 14:41:16.882 - [31merror[39m: 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(). 2020-12-24 14:41:16.882 - [31merror[39m: xbox.0 (79728) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:41:16.883 - [31merror[39m: xbox.0 (79728) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:41:17.030 - [32minfo[39m: xbox.0 (79728) [END] REST server stopped 2020-12-24 14:41:17.041 - [32minfo[39m: xbox.0 (79728) [END] cleaned everything up... 2020-12-24 14:41:17.084 - [32minfo[39m: xbox.0 (79728) terminating 2020-12-24 14:41:17.085 - [32minfo[39m: xbox.0 (79728) Terminated (NO_ERROR): Without reason 2020-12-24 14:41:17.322 - [31merror[39m: xbox.0 (79728) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [79757] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [79757] 2020-12-24 14:41:17.322 - [31merror[39m: xbox.0 (79728) [START] Restarting adapter in 30 seconds 2020-12-24 14:41:17.623 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:41:17.623 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:41:47.635 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 79775 2020-12-24 14:41:49.940 - [32minfo[39m: xbox.0 (79775) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:41:49.961 - [32minfo[39m: xbox.0 (79775) [START] Starting REST server 2020-12-24 14:41:55.033 - [31merror[39m: 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(). 2020-12-24 14:41:55.033 - [31merror[39m: xbox.0 (79775) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:41:55.034 - [31merror[39m: xbox.0 (79775) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:41:55.222 - [32minfo[39m: xbox.0 (79775) [END] REST server stopped 2020-12-24 14:41:55.235 - [32minfo[39m: xbox.0 (79775) [END] cleaned everything up... 2020-12-24 14:41:55.240 - [32minfo[39m: xbox.0 (79775) terminating 2020-12-24 14:41:55.244 - [32minfo[39m: xbox.0 (79775) Terminated (NO_ERROR): Without reason 2020-12-24 14:41:55.520 - [31merror[39m: xbox.0 (79775) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [79806] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [79806] 2020-12-24 14:41:55.521 - [31merror[39m: xbox.0 (79775) [START] Restarting adapter in 30 seconds 2020-12-24 14:41:55.779 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:41:55.780 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:42:25.790 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 79824 2020-12-24 14:42:28.160 - [32minfo[39m: xbox.0 (79824) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:42:28.194 - [32minfo[39m: xbox.0 (79824) [START] Starting REST server 2020-12-24 14:42:33.294 - [31merror[39m: 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(). 2020-12-24 14:42:33.299 - [31merror[39m: xbox.0 (79824) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:42:33.300 - [31merror[39m: xbox.0 (79824) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:42:33.705 - [32minfo[39m: xbox.0 (79824) [END] REST server stopped 2020-12-24 14:42:33.717 - [32minfo[39m: xbox.0 (79824) [END] cleaned everything up... 2020-12-24 14:42:33.768 - [32minfo[39m: xbox.0 (79824) terminating 2020-12-24 14:42:33.769 - [32minfo[39m: xbox.0 (79824) Terminated (NO_ERROR): Without reason 2020-12-24 14:42:34.334 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:42:34.334 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:43:04.348 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 79873 2020-12-24 14:43:06.789 - [32minfo[39m: xbox.0 (79873) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:43:06.811 - [32minfo[39m: xbox.0 (79873) [START] Starting REST server 2020-12-24 14:43:11.865 - [31merror[39m: 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(). 2020-12-24 14:43:11.866 - [31merror[39m: xbox.0 (79873) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:43:11.867 - [31merror[39m: xbox.0 (79873) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:43:12.038 - [32minfo[39m: xbox.0 (79873) [END] REST server stopped 2020-12-24 14:43:12.049 - [32minfo[39m: xbox.0 (79873) [END] cleaned everything up... 2020-12-24 14:43:12.052 - [32minfo[39m: xbox.0 (79873) terminating 2020-12-24 14:43:12.053 - [32minfo[39m: xbox.0 (79873) Terminated (NO_ERROR): Without reason 2020-12-24 14:43:12.375 - [31merror[39m: xbox.0 (79873) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [79902] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [79902] 2020-12-24 14:43:12.376 - [31merror[39m: xbox.0 (79873) [START] Restarting adapter in 30 seconds 2020-12-24 14:43:12.586 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:43:12.587 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:43:42.601 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 79920 2020-12-24 14:43:44.983 - [32minfo[39m: xbox.0 (79920) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:43:45.006 - [32minfo[39m: xbox.0 (79920) [START] Starting REST server 2020-12-24 14:43:50.058 - [31merror[39m: 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(). 2020-12-24 14:43:50.058 - [31merror[39m: xbox.0 (79920) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:43:50.059 - [31merror[39m: xbox.0 (79920) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:43:50.198 - [32minfo[39m: xbox.0 (79920) [END] REST server stopped 2020-12-24 14:43:50.222 - [32minfo[39m: xbox.0 (79920) [END] cleaned everything up... 2020-12-24 14:43:50.225 - [32minfo[39m: xbox.0 (79920) terminating 2020-12-24 14:43:50.226 - [32minfo[39m: xbox.0 (79920) Terminated (NO_ERROR): Without reason 2020-12-24 14:43:50.525 - [31merror[39m: xbox.0 (79920) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [79951] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [79951] 2020-12-24 14:43:50.525 - [31merror[39m: xbox.0 (79920) [START] Restarting adapter in 30 seconds 2020-12-24 14:43:50.766 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:43:50.767 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:44:20.781 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 79969 2020-12-24 14:44:22.909 - [32minfo[39m: xbox.0 (79969) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:44:22.928 - [32minfo[39m: xbox.0 (79969) [START] Starting REST server 2020-12-24 14:44:27.998 - [31merror[39m: 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(). 2020-12-24 14:44:27.999 - [31merror[39m: xbox.0 (79969) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:44:28.000 - [31merror[39m: xbox.0 (79969) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:44:28.160 - [32minfo[39m: xbox.0 (79969) [END] REST server stopped 2020-12-24 14:44:28.171 - [32minfo[39m: xbox.0 (79969) [END] cleaned everything up... 2020-12-24 14:44:28.216 - [32minfo[39m: xbox.0 (79969) terminating 2020-12-24 14:44:28.217 - [32minfo[39m: xbox.0 (79969) Terminated (NO_ERROR): Without reason 2020-12-24 14:44:28.477 - [31merror[39m: xbox.0 (79969) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [80000] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [80000] 2020-12-24 14:44:28.477 - [31merror[39m: xbox.0 (79969) [START] Restarting adapter in 30 seconds 2020-12-24 14:44:28.750 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:44:28.750 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:44:58.767 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 80018 2020-12-24 14:45:01.327 - [32minfo[39m: xbox.0 (80018) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:45:01.363 - [32minfo[39m: xbox.0 (80018) [START] Starting REST server 2020-12-24 14:45:06.485 - [31merror[39m: 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(). 2020-12-24 14:45:06.493 - [31merror[39m: xbox.0 (80018) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:45:06.493 - [31merror[39m: xbox.0 (80018) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:45:06.986 - [32minfo[39m: xbox.0 (80018) [END] REST server stopped 2020-12-24 14:45:06.998 - [32minfo[39m: xbox.0 (80018) [END] cleaned everything up... 2020-12-24 14:45:07.001 - [32minfo[39m: xbox.0 (80018) terminating 2020-12-24 14:45:07.002 - [32minfo[39m: xbox.0 (80018) Terminated (NO_ERROR): Without reason 2020-12-24 14:45:07.568 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:45:07.568 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:45:37.581 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 80096 2020-12-24 14:45:39.612 - [32minfo[39m: xbox.0 (80096) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:45:39.636 - [32minfo[39m: xbox.0 (80096) [START] Starting REST server 2020-12-24 14:45:44.699 - [31merror[39m: 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(). 2020-12-24 14:45:44.700 - [31merror[39m: xbox.0 (80096) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:45:44.701 - [31merror[39m: xbox.0 (80096) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:45:44.848 - [32minfo[39m: xbox.0 (80096) [END] REST server stopped 2020-12-24 14:45:44.859 - [32minfo[39m: xbox.0 (80096) [END] cleaned everything up... 2020-12-24 14:45:44.863 - [32minfo[39m: xbox.0 (80096) terminating 2020-12-24 14:45:44.864 - [32minfo[39m: xbox.0 (80096) Terminated (NO_ERROR): Without reason 2020-12-24 14:45:45.123 - [31merror[39m: xbox.0 (80096) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [80127] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [80127] 2020-12-24 14:45:45.123 - [31merror[39m: xbox.0 (80096) [START] Restarting adapter in 30 seconds 2020-12-24 14:45:45.396 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:45:45.396 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:46:15.406 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 80146 2020-12-24 14:46:17.595 - [32minfo[39m: xbox.0 (80146) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:46:17.616 - [32minfo[39m: xbox.0 (80146) [START] Starting REST server 2020-12-24 14:46:22.743 - [31merror[39m: 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(). 2020-12-24 14:46:22.743 - [31merror[39m: xbox.0 (80146) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:46:22.744 - [31merror[39m: xbox.0 (80146) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:46:22.894 - [32minfo[39m: xbox.0 (80146) [END] REST server stopped 2020-12-24 14:46:22.905 - [32minfo[39m: xbox.0 (80146) [END] cleaned everything up... 2020-12-24 14:46:22.948 - [32minfo[39m: xbox.0 (80146) terminating 2020-12-24 14:46:22.949 - [32minfo[39m: xbox.0 (80146) Terminated (NO_ERROR): Without reason 2020-12-24 14:46:23.265 - [31merror[39m: xbox.0 (80146) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [80175] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [80175] 2020-12-24 14:46:23.265 - [31merror[39m: xbox.0 (80146) [START] Restarting adapter in 30 seconds 2020-12-24 14:46:23.484 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:46:23.484 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:46:53.499 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 80195 2020-12-24 14:46:55.618 - [32minfo[39m: xbox.0 (80195) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:46:55.637 - [32minfo[39m: xbox.0 (80195) [START] Starting REST server 2020-12-24 14:47:00.694 - [31merror[39m: 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(). 2020-12-24 14:47:00.694 - [31merror[39m: xbox.0 (80195) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:47:00.695 - [31merror[39m: xbox.0 (80195) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:47:00.842 - [32minfo[39m: xbox.0 (80195) [END] REST server stopped 2020-12-24 14:47:00.856 - [32minfo[39m: xbox.0 (80195) [END] cleaned everything up... 2020-12-24 14:47:00.859 - [32minfo[39m: xbox.0 (80195) terminating 2020-12-24 14:47:00.860 - [32minfo[39m: xbox.0 (80195) Terminated (NO_ERROR): Without reason 2020-12-24 14:47:01.194 - [31merror[39m: xbox.0 (80195) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [80224] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [80224] 2020-12-24 14:47:01.195 - [31merror[39m: xbox.0 (80195) [START] Restarting adapter in 30 seconds 2020-12-24 14:47:01.395 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:47:01.395 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:47:31.407 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 80241 2020-12-24 14:47:34.982 - [32minfo[39m: xbox.0 (80241) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:47:35.052 - [32minfo[39m: xbox.0 (80241) [START] Starting REST server 2020-12-24 14:47:40.131 - [31merror[39m: 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(). 2020-12-24 14:47:40.131 - [31merror[39m: xbox.0 (80241) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:47:40.132 - [31merror[39m: xbox.0 (80241) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:47:40.288 - [32minfo[39m: xbox.0 (80241) [END] REST server stopped 2020-12-24 14:47:40.300 - [32minfo[39m: xbox.0 (80241) [END] cleaned everything up... 2020-12-24 14:47:40.303 - [32minfo[39m: xbox.0 (80241) terminating 2020-12-24 14:47:40.303 - [32minfo[39m: xbox.0 (80241) Terminated (NO_ERROR): Without reason 2020-12-24 14:47:40.555 - [31merror[39m: xbox.0 (80241) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [80272] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [80272] 2020-12-24 14:47:40.555 - [31merror[39m: xbox.0 (80241) [START] Restarting adapter in 30 seconds 2020-12-24 14:47:40.838 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:47:40.838 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:48:10.856 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 80290 2020-12-24 14:48:12.991 - [32minfo[39m: xbox.0 (80290) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:48:13.009 - [32minfo[39m: xbox.0 (80290) [START] Starting REST server 2020-12-24 14:48:18.082 - [31merror[39m: 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(). 2020-12-24 14:48:18.083 - [31merror[39m: xbox.0 (80290) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:48:18.084 - [31merror[39m: xbox.0 (80290) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:48:18.222 - [32minfo[39m: xbox.0 (80290) [END] REST server stopped 2020-12-24 14:48:18.232 - [32minfo[39m: xbox.0 (80290) [END] cleaned everything up... 2020-12-24 14:48:18.235 - [32minfo[39m: xbox.0 (80290) terminating 2020-12-24 14:48:18.236 - [32minfo[39m: xbox.0 (80290) Terminated (NO_ERROR): Without reason 2020-12-24 14:48:18.523 - [31merror[39m: xbox.0 (80290) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [80321] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [80321] 2020-12-24 14:48:18.523 - [31merror[39m: xbox.0 (80290) [START] Restarting adapter in 30 seconds 2020-12-24 14:48:18.767 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:48:18.768 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:48:48.781 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 80339 2020-12-24 14:48:51.045 - [32minfo[39m: xbox.0 (80339) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:48:51.088 - [32minfo[39m: xbox.0 (80339) [START] Starting REST server 2020-12-24 14:48:56.138 - [31merror[39m: 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(). 2020-12-24 14:48:56.139 - [31merror[39m: xbox.0 (80339) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:48:56.139 - [31merror[39m: xbox.0 (80339) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:48:56.285 - [32minfo[39m: xbox.0 (80339) [END] REST server stopped 2020-12-24 14:48:56.296 - [32minfo[39m: xbox.0 (80339) [END] cleaned everything up... 2020-12-24 14:48:56.340 - [32minfo[39m: xbox.0 (80339) terminating 2020-12-24 14:48:56.341 - [32minfo[39m: xbox.0 (80339) Terminated (NO_ERROR): Without reason 2020-12-24 14:48:56.567 - [31merror[39m: xbox.0 (80339) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [80368] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [80368] 2020-12-24 14:48:56.567 - [31merror[39m: xbox.0 (80339) [START] Restarting adapter in 30 seconds 2020-12-24 14:48:56.874 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:48:56.875 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:49:26.890 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 80386 2020-12-24 14:49:29.148 - [32minfo[39m: xbox.0 (80386) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:49:29.168 - [32minfo[39m: xbox.0 (80386) [START] Starting REST server 2020-12-24 14:49:34.306 - [31merror[39m: 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(). 2020-12-24 14:49:34.311 - [31merror[39m: xbox.0 (80386) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:49:34.312 - [31merror[39m: xbox.0 (80386) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:49:34.734 - [32minfo[39m: xbox.0 (80386) [END] REST server stopped 2020-12-24 14:49:34.745 - [32minfo[39m: xbox.0 (80386) [END] cleaned everything up... 2020-12-24 14:49:34.753 - [32minfo[39m: xbox.0 (80386) terminating 2020-12-24 14:49:34.755 - [32minfo[39m: xbox.0 (80386) Terminated (NO_ERROR): Without reason 2020-12-24 14:49:35.305 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:49:35.306 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:50:05.320 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 80574 2020-12-24 14:50:08.243 - [32minfo[39m: xbox.0 (80574) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:50:08.269 - [32minfo[39m: xbox.0 (80574) [START] Starting REST server 2020-12-24 14:50:13.321 - [31merror[39m: 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(). 2020-12-24 14:50:13.321 - [31merror[39m: xbox.0 (80574) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:50:13.322 - [31merror[39m: xbox.0 (80574) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:50:13.482 - [32minfo[39m: xbox.0 (80574) [END] REST server stopped 2020-12-24 14:50:13.500 - [32minfo[39m: xbox.0 (80574) [END] cleaned everything up... 2020-12-24 14:50:13.564 - [32minfo[39m: xbox.0 (80574) terminating 2020-12-24 14:50:13.565 - [32minfo[39m: xbox.0 (80574) Terminated (NO_ERROR): Without reason 2020-12-24 14:50:13.777 - [31merror[39m: xbox.0 (80574) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [80605] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [80605] 2020-12-24 14:50:13.777 - [31merror[39m: xbox.0 (80574) [START] Restarting adapter in 30 seconds 2020-12-24 14:50:14.100 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:50:14.100 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:50:44.112 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 80634 2020-12-24 14:50:46.194 - [32minfo[39m: xbox.0 (80634) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:50:46.245 - [32minfo[39m: xbox.0 (80634) [START] Starting REST server 2020-12-24 14:50:51.312 - [31merror[39m: 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(). 2020-12-24 14:50:51.312 - [31merror[39m: xbox.0 (80634) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:50:51.313 - [31merror[39m: xbox.0 (80634) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:50:51.462 - [32minfo[39m: xbox.0 (80634) [END] REST server stopped 2020-12-24 14:50:51.474 - [32minfo[39m: xbox.0 (80634) [END] cleaned everything up... 2020-12-24 14:50:51.477 - [32minfo[39m: xbox.0 (80634) terminating 2020-12-24 14:50:51.478 - [32minfo[39m: xbox.0 (80634) Terminated (NO_ERROR): Without reason 2020-12-24 14:50:51.714 - [31merror[39m: xbox.0 (80634) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [80663] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [80663] 2020-12-24 14:50:51.714 - [31merror[39m: xbox.0 (80634) [START] Restarting adapter in 30 seconds 2020-12-24 14:50:52.010 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:50:52.011 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:51:22.025 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 80683 2020-12-24 14:51:24.216 - [32minfo[39m: xbox.0 (80683) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:51:24.237 - [32minfo[39m: xbox.0 (80683) [START] Starting REST server 2020-12-24 14:51:29.333 - [31merror[39m: 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(). 2020-12-24 14:51:29.333 - [31merror[39m: xbox.0 (80683) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:51:29.334 - [31merror[39m: xbox.0 (80683) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:51:29.673 - [32minfo[39m: xbox.0 (80683) [END] REST server stopped 2020-12-24 14:51:30.116 - [32minfo[39m: xbox.0 (80683) [END] cleaned everything up... 2020-12-24 14:51:30.211 - [32minfo[39m: xbox.0 (80683) terminating 2020-12-24 14:51:30.212 - [32minfo[39m: xbox.0 (80683) Terminated (NO_ERROR): Without reason 2020-12-24 14:51:30.352 - [31merror[39m: xbox.0 (80683) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [80714] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [80714] 2020-12-24 14:51:30.352 - [31merror[39m: xbox.0 (80683) [START] Restarting adapter in 30 seconds 2020-12-24 14:51:31.037 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:51:31.037 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:52:01.054 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 80733 2020-12-24 14:52:03.549 - [32minfo[39m: xbox.0 (80733) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:52:03.585 - [32minfo[39m: xbox.0 (80733) [START] Starting REST server 2020-12-24 14:52:08.641 - [31merror[39m: 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(). 2020-12-24 14:52:08.642 - [31merror[39m: xbox.0 (80733) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:52:08.643 - [31merror[39m: xbox.0 (80733) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:52:08.807 - [32minfo[39m: xbox.0 (80733) [END] REST server stopped 2020-12-24 14:52:08.821 - [32minfo[39m: xbox.0 (80733) [END] cleaned everything up... 2020-12-24 14:52:08.867 - [32minfo[39m: xbox.0 (80733) terminating 2020-12-24 14:52:08.872 - [32minfo[39m: xbox.0 (80733) Terminated (NO_ERROR): Without reason 2020-12-24 14:52:09.127 - [31merror[39m: xbox.0 (80733) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [80764] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [80764] 2020-12-24 14:52:09.128 - [31merror[39m: xbox.0 (80733) [START] Restarting adapter in 30 seconds 2020-12-24 14:52:09.426 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:52:09.427 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:52:21.032 - [32minfo[39m: host.iobroker "system.adapter.xbox.0" disabled 2020-12-24 14:52:24.694 - [32minfo[39m: host.iobroker "system.adapter.xbox.0" enabled 2020-12-24 14:52:24.706 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 80779 2020-12-24 14:52:27.897 - [32minfo[39m: xbox.0 (80779) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:52:27.919 - [32minfo[39m: xbox.0 (80779) [START] Starting REST server 2020-12-24 14:52:33.018 - [31merror[39m: 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(). 2020-12-24 14:52:33.019 - [31merror[39m: xbox.0 (80779) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:52:33.020 - [31merror[39m: xbox.0 (80779) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:52:33.289 - [32minfo[39m: xbox.0 (80779) [END] REST server stopped 2020-12-24 14:52:33.302 - [32minfo[39m: xbox.0 (80779) [END] cleaned everything up... 2020-12-24 14:52:33.307 - [32minfo[39m: xbox.0 (80779) terminating 2020-12-24 14:52:33.308 - [32minfo[39m: xbox.0 (80779) Terminated (NO_ERROR): Without reason 2020-12-24 14:52:33.797 - [31merror[39m: xbox.0 (80779) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [80810] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [80810] 2020-12-24 14:52:33.797 - [31merror[39m: xbox.0 (80779) [START] Restarting adapter in 30 seconds 2020-12-24 14:52:33.873 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:52:33.874 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:53:03.892 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 80828 2020-12-24 14:53:06.465 - [32minfo[39m: xbox.0 (80828) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:53:06.484 - [32minfo[39m: xbox.0 (80828) [START] Starting REST server 2020-12-24 14:53:11.584 - [31merror[39m: 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(). 2020-12-24 14:53:11.585 - [31merror[39m: xbox.0 (80828) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:53:11.586 - [31merror[39m: xbox.0 (80828) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:53:11.745 - [32minfo[39m: xbox.0 (80828) [END] REST server stopped 2020-12-24 14:53:11.758 - [32minfo[39m: xbox.0 (80828) [END] cleaned everything up... 2020-12-24 14:53:11.803 - [32minfo[39m: xbox.0 (80828) terminating 2020-12-24 14:53:11.804 - [32minfo[39m: xbox.0 (80828) Terminated (NO_ERROR): Without reason 2020-12-24 14:53:12.055 - [31merror[39m: xbox.0 (80828) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [80857] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [80857] 2020-12-24 14:53:12.055 - [31merror[39m: xbox.0 (80828) [START] Restarting adapter in 30 seconds 2020-12-24 14:53:12.337 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:53:12.338 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:53:42.350 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 80884 2020-12-24 14:53:44.732 - [32minfo[39m: xbox.0 (80884) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:53:44.769 - [32minfo[39m: xbox.0 (80884) [START] Starting REST server 2020-12-24 14:53:49.852 - [31merror[39m: 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(). 2020-12-24 14:53:49.853 - [31merror[39m: xbox.0 (80884) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:53:49.854 - [31merror[39m: xbox.0 (80884) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:53:50.001 - [32minfo[39m: xbox.0 (80884) [END] REST server stopped 2020-12-24 14:53:50.015 - [32minfo[39m: xbox.0 (80884) [END] cleaned everything up... 2020-12-24 14:53:50.059 - [32minfo[39m: xbox.0 (80884) terminating 2020-12-24 14:53:50.060 - [32minfo[39m: xbox.0 (80884) Terminated (NO_ERROR): Without reason 2020-12-24 14:53:50.362 - [31merror[39m: xbox.0 (80884) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [80915] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [80915] 2020-12-24 14:53:50.362 - [31merror[39m: xbox.0 (80884) [START] Restarting adapter in 30 seconds 2020-12-24 14:53:50.593 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:53:50.593 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:54:20.650 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 80933 2020-12-24 14:54:22.900 - [32minfo[39m: xbox.0 (80933) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:54:22.968 - [32minfo[39m: xbox.0 (80933) [START] Starting REST server 2020-12-24 14:54:28.037 - [31merror[39m: 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(). 2020-12-24 14:54:28.038 - [31merror[39m: xbox.0 (80933) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:54:28.039 - [31merror[39m: xbox.0 (80933) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:54:28.232 - [32minfo[39m: xbox.0 (80933) [END] REST server stopped 2020-12-24 14:54:28.251 - [32minfo[39m: xbox.0 (80933) [END] cleaned everything up... 2020-12-24 14:54:28.295 - [32minfo[39m: xbox.0 (80933) terminating 2020-12-24 14:54:28.295 - [32minfo[39m: xbox.0 (80933) Terminated (NO_ERROR): Without reason 2020-12-24 14:54:28.576 - [31merror[39m: xbox.0 (80933) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [80964] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [80964] 2020-12-24 14:54:28.576 - [31merror[39m: xbox.0 (80933) [START] Restarting adapter in 30 seconds 2020-12-24 14:54:28.832 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:54:28.833 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:54:58.843 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 80982 2020-12-24 14:55:02.321 - [32minfo[39m: xbox.0 (80982) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:55:02.356 - [32minfo[39m: xbox.0 (80982) [START] Starting REST server 2020-12-24 14:55:07.480 - [31merror[39m: 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(). 2020-12-24 14:55:07.481 - [31merror[39m: xbox.0 (80982) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:55:07.482 - [31merror[39m: xbox.0 (80982) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:55:07.634 - [32minfo[39m: xbox.0 (80982) [END] REST server stopped 2020-12-24 14:55:07.654 - [32minfo[39m: xbox.0 (80982) [END] cleaned everything up... 2020-12-24 14:55:07.699 - [32minfo[39m: xbox.0 (80982) terminating 2020-12-24 14:55:07.700 - [32minfo[39m: xbox.0 (80982) Terminated (NO_ERROR): Without reason 2020-12-24 14:55:07.975 - [31merror[39m: xbox.0 (80982) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [81022] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [81022] 2020-12-24 14:55:07.975 - [31merror[39m: xbox.0 (80982) [START] Restarting adapter in 30 seconds 2020-12-24 14:55:08.235 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:55:08.236 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:55:38.245 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 81044 2020-12-24 14:55:40.488 - [32minfo[39m: xbox.0 (81044) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:55:40.551 - [32minfo[39m: xbox.0 (81044) [START] Starting REST server 2020-12-24 14:55:45.602 - [31merror[39m: 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(). 2020-12-24 14:55:45.603 - [31merror[39m: xbox.0 (81044) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:55:45.603 - [31merror[39m: xbox.0 (81044) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:55:45.751 - [32minfo[39m: xbox.0 (81044) [END] REST server stopped 2020-12-24 14:55:45.764 - [32minfo[39m: xbox.0 (81044) [END] cleaned everything up... 2020-12-24 14:55:45.768 - [32minfo[39m: xbox.0 (81044) terminating 2020-12-24 14:55:45.769 - [32minfo[39m: xbox.0 (81044) Terminated (NO_ERROR): Without reason 2020-12-24 14:55:46.089 - [31merror[39m: xbox.0 (81044) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [81075] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [81075] 2020-12-24 14:55:46.089 - [31merror[39m: xbox.0 (81044) [START] Restarting adapter in 30 seconds 2020-12-24 14:55:46.304 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:55:46.304 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:56:16.322 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 81095 2020-12-24 14:56:18.816 - [32minfo[39m: xbox.0 (81095) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:56:18.842 - [32minfo[39m: xbox.0 (81095) [START] Starting REST server 2020-12-24 14:56:23.959 - [31merror[39m: 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(). 2020-12-24 14:56:23.959 - [31merror[39m: xbox.0 (81095) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:56:23.960 - [31merror[39m: xbox.0 (81095) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:56:24.126 - [32minfo[39m: xbox.0 (81095) [END] REST server stopped 2020-12-24 14:56:24.139 - [32minfo[39m: xbox.0 (81095) [END] cleaned everything up... 2020-12-24 14:56:24.183 - [32minfo[39m: xbox.0 (81095) terminating 2020-12-24 14:56:24.185 - [32minfo[39m: xbox.0 (81095) Terminated (NO_ERROR): Without reason 2020-12-24 14:56:24.527 - [31merror[39m: xbox.0 (81095) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [81126] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [81126] 2020-12-24 14:56:24.527 - [31merror[39m: xbox.0 (81095) [START] Restarting adapter in 30 seconds 2020-12-24 14:56:24.718 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:56:24.719 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:56:54.732 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 81144 2020-12-24 14:56:56.878 - [32minfo[39m: xbox.0 (81144) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:56:56.900 - [32minfo[39m: xbox.0 (81144) [START] Starting REST server 2020-12-24 14:57:01.955 - [31merror[39m: 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(). 2020-12-24 14:57:01.955 - [31merror[39m: xbox.0 (81144) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:57:01.956 - [31merror[39m: xbox.0 (81144) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:57:02.105 - [32minfo[39m: xbox.0 (81144) [END] REST server stopped 2020-12-24 14:57:02.121 - [32minfo[39m: xbox.0 (81144) [END] cleaned everything up... 2020-12-24 14:57:02.167 - [32minfo[39m: xbox.0 (81144) terminating 2020-12-24 14:57:02.168 - [32minfo[39m: xbox.0 (81144) Terminated (NO_ERROR): Without reason 2020-12-24 14:57:02.484 - [31merror[39m: xbox.0 (81144) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [81173] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [81173] 2020-12-24 14:57:02.484 - [31merror[39m: xbox.0 (81144) [START] Restarting adapter in 30 seconds 2020-12-24 14:57:02.707 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:57:02.707 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled 2020-12-24 14:57:32.728 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 started with pid 81192 2020-12-24 14:57:36.420 - [32minfo[39m: xbox.0 (81192) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.xbox, node: v10.23.0, js-controller: 3.1.6 2020-12-24 14:57:36.465 - [32minfo[39m: xbox.0 (81192) [START] Starting REST server 2020-12-24 14:57:41.540 - [31merror[39m: 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(). 2020-12-24 14:57:41.541 - [31merror[39m: xbox.0 (81192) unhandled promise rejection: Cannot read property 'includes' of undefined 2020-12-24 14:57:41.541 - [31merror[39m: xbox.0 (81192) TypeError: Cannot read property 'includes' of undefined at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.xbox/main.js:685:45) at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) 2020-12-24 14:57:41.702 - [32minfo[39m: xbox.0 (81192) [END] REST server stopped 2020-12-24 14:57:41.715 - [32minfo[39m: xbox.0 (81192) [END] cleaned everything up... 2020-12-24 14:57:41.719 - [32minfo[39m: xbox.0 (81192) terminating 2020-12-24 14:57:41.720 - [32minfo[39m: xbox.0 (81192) Terminated (NO_ERROR): Without reason 2020-12-24 14:57:42.039 - [31merror[39m: xbox.0 (81192) [START] Failed starting REST server: /bin/sh: 1: /opt/iobroker/node_modules/iobroker.xbox/lib/../node_modules/nopy/src/nopy.js: not found INFO: Started server process [81223] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:5557 (Press CTRL+C to quit) INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [81223] 2020-12-24 14:57:42.040 - [31merror[39m: xbox.0 (81192) [START] Restarting adapter in 30 seconds 2020-12-24 14:57:42.259 - [32minfo[39m: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR) 2020-12-24 14:57:42.259 - [32minfo[39m: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
Ubuntu 20.04.1 LTS
Davor war python 2.7 aktiv, das Modul braucht jedoch 3.7 oder höher. Was müsste ich hier ändern? -
apt policy python3
-
@foxriver76 sorry für das große delay. Frohe Weihnacht:
# python -V Python 3.7.3