NEWS
SOLVED XBox-Adapter Fehler
-
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
-
apt policy python3 python3: Installiert: 3.8.2-0ubuntu2 Installationskandidat: 3.8.2-0ubuntu2 Versionstabelle: *** 3.8.2-0ubuntu2 500 500 http://de.archive.ubuntu.com/ubuntu focal/main amd64 Packages 100 /var/lib/dpkg/status
-
@TWART016 habe eben die 0.7.2 als stable deklariert, da wine Neuinstallation einer 0.6.x vermutlich massig Probleme aufgrund der kaputten Dep bringt, bitte diese probieren.
-
@foxriver76 habe nun 0.7.3 installiert, ging nur manuell und nicht über den iobroker admin, Rechtekonflikt.
Nach dem Starten der Instanz folgende Fehlermeldung:
xbox.0 2020-12-26 12:17:31.151 info (9520) Terminated (NO_ERROR): Without reason xbox.0 2020-12-26 12:17:31.149 info (9520) terminating xbox.0 2020-12-26 12:17:31.103 info (9520) [END] cleaned everything up... xbox.0 2020-12-26 12:17:31.069 info (9520) [END] Could not stop REST server: xbox.0 2020-12-26 12:17:31.018 warn (9520) Restart initiated xbox.0 2020-12-26 12:17:31.015 error (9520) [START] Restarting adapter xbox.0 2020-12-26 12:17:31.014 error (9520) [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-26 12:17:29.012 info (9520) [START] Starting REST server xbox.0 2020-12-26 12:17:28.984 info (9520) starting. Version 0.7.3 in /opt/iobroker/node_modules/iobroker.xbox, node: v12.20.0, js-controller: 3.1.6 xbox.0 2020-12-26 12:16:54.992 info (8650) Terminated (NO_ERROR): Without reason xbox.0 2020-12-26 12:16:54.990 info (8650) terminating xbox.0 2020-12-26 12:16:54.944 info (8650) [END] cleaned everything up... xbox.0 2020-12-26 12:16:54.919 info (8650) [END] Could not stop REST server: xbox.0 2020-12-26 12:16:54.875 warn (8650) Restart initiated xbox.0 2020-12-26 12:16:54.875 error (8650) [START] Restarting adapter xbox.0 2020-12-26 12:16:54.874 error ModuleNotFoundError: No module named 'requests' xbox.0 2020-12-26 12:16:54.874 error import requests xbox.0 2020-12-26 12:16:54.874 error File "/opt/iobroker/node_modules/iobroker.xbox/python_modules/lib/python3.7/site-packages/xbox/stump/manager.py", line 6, in <module> xbox.0 2020-12-26 12:16:54.874 error from xbox.stump.manager import StumpManager xbox.0 2020-12-26 12:16:54.874 error File "/opt/iobroker/node_modules/iobroker.xbox/python_modules/lib/python3.7/site-packages/xbox/sg/console.py", line 49, in <module> xbox.0 2020-12-26 12:16:54.874 error from xbox.sg.console import Console xbox.0 2020-12-26 12:16:54.874 error File "/opt/iobroker/node_modules/iobroker.xbox/python_modules/lib/python3.7/site-packages/xbox/rest/consolewrap.py", line 5, in <module> xbox.0 2020-12-26 12:16:54.874 error from .consolewrap import ConsoleWrap xbox.0 2020-12-26 12:16:54.874 error File "/opt/iobroker/node_modules/iobroker.xbox/python_modules/lib/python3.7/site-packages/xbox/rest/singletons.py", line 6, in <module> xbox.0 2020-12-26 12:16:54.874 error from . import singletons xbox.0 2020-12-26 12:16:54.874 error File "/opt/iobroker/node_modules/iobroker.xbox/python_modules/lib/python3.7/site-packages/xbox/rest/app.py", line 5, in <module> xbox.0 2020-12-26 12:16:54.874 error File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed xbox.0 2020-12-26 12:16:54.874 error File "<frozen importlib._bootstrap_external>", line 728, in exec_module xbox.0 2020-12-26 12:16:54.874 error File "<frozen importlib._bootstrap>", line 677, in _load_unlocked xbox.0 2020-12-26 12:16:54.874 error File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked xbox.0 2020-12-26 12:16:54.874 error File "<frozen importlib._bootstrap>", line 983, in _find_and_load xbox.0 2020-12-26 12:16:54.874 error File "<frozen importlib._bootstrap>", line 1006, in _gcd_import xbox.0 2020-12-26 12:16:54.874 error return _bootstrap._gcd_import(name[level:], package, level) xbox.0 2020-12-26 12:16:54.874 error File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module xbox.0 2020-12-26 12:16:54.874 error module = importlib.import_module(module_str) xbox.0 2020-12-26 12:16:54.874 error File "/opt/iobroker/node_modules/iobroker.xbox/python_modules/lib/python3.7/site-packages/uvicorn/importer.py", line 20, in import_from_string xbox.0 2020-12-26 12:16:54.874 error raise exc from None xbox.0 2020-12-26 12:16:54.874 error File "/opt/iobroker/node_modules/iobroker.xbox/python_modules/lib/python3.7/site-packages/uvicorn/importer.py", line 23, in import_from_string xbox.0 2020-12-26 12:16:54.874 error self.loaded_app = import_from_string(self.app) xbox.0 2020-12-26 12:16:54.874 error File "/opt/iobroker/node_modules/iobroker.xbox/python_modules/lib/python3.7/site-packages/uvicorn/config.py", line 328, in load xbox.0 2020-12-26 12:16:54.874 error config.load() xbox.0 2020-12-26 12:16:54.874 error File "/opt/iobroker/node_modules/iobroker.xbox/python_modules/lib/python3.7/site-packages/uvicorn/main.py", line 426, in serve xbox.0 2020-12-26 12:16:54.874 error return future.result() xbox.0 2020-12-26 12:16:54.874 error File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete xbox.0 2020-12-26 12:16:54.874 error loop.run_until_complete(self.serve(sockets=sockets)) xbox.0 2020-12-26 12:16:54.874 error File "/opt/iobroker/node_modules/iobroker.xbox/python_modules/lib/python3.7/site-packages/uvicorn/main.py", line 419, in run xbox.0 2020-12-26 12:16:54.874 error server.run() xbox.0 2020-12-26 12:16:54.874 error File "/opt/iobroker/node_modules/iobroker.xbox/python_modules/lib/python3.7/site-packages/uvicorn/main.py", line 391, in run xbox.0 2020-12-26 12:16:54.874 error uvicorn.run('xbox.rest.app:app', host=args.host, port=args.port, reload=args.reload) xbox.0 2020-12-26 12:16:54.874 error File "/opt/iobroker/node_modules/iobroker.xbox/python_modules/lib/python3.7/site-packages/xbox/scripts/rest_server.py", line 19, in main xbox.0 2020-12-26 12:16:54.874 error sys.exit(main()) xbox.0 2020-12-26 12:16:54.874 error File "/opt/iobroker/node_modules/iobroker.xbox/lib/../python_modules/bin/xbox-rest-server", line 8, in <module> xbox.0 2020-12-26 12:16:54.874 error (8650) [START] Failed starting REST server: Process exited with code 1: Traceback (most recent call last): xbox.0 2020-12-26 12:16:52.777 info (8650) [START] Starting REST server xbox.0 2020-12-26 12:16:52.747 info (8650) starting. Version 0.7.3 in /opt/iobroker/node_modules/iobroker.xbox, node: v12.20.0, js-controller: 3.1.6 xbox.0 2020-12-26 12:16:44.446 info (8374) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason xbox.0 2020-12-26 12:16:44.445 info (8374) terminating xbox.0 2020-12-26 12:16:44.444 info (8374) [END] cleaned everything up... xbox.0 2020-12-26 12:16:44.427 info (8374) [END] Could not stop REST server: xbox.0 2020-12-26 12:16:44.401 info (8374) Got terminate signal TERMINATE_YOURSELF xbox.0 2020-12-26 12:16:39.364 warn (8374) Please provide the ip address and the Live ID of your console xbox.0 2020-12-26 12:16:39.316 info (8374) starting. Version 0.7.3 in /opt/iobroker/node_modules/iobroker.xbox, node: v12.20.0, js-controller: 3.1.6
Wobei nun nur noch die kurzen Fehlermeldungen ausgegeben werden:
xbox.0 2020-12-26 12:18:08.220 info (10273) Terminated (NO_ERROR): Without reason xbox.0 2020-12-26 12:18:08.219 info (10273) terminating xbox.0 2020-12-26 12:18:08.173 info (10273) [END] cleaned everything up... xbox.0 2020-12-26 12:18:08.119 info (10273) [END] Could not stop REST server: xbox.0 2020-12-26 12:18:08.085 warn (10273) Restart initiated xbox.0 2020-12-26 12:18:08.084 error (10273) [START] Restarting adapter xbox.0 2020-12-26 12:18:08.083 error (10273) [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-26 12:18:05.381 info (10273) [START] Starting REST server xbox.0 2020-12-26 12:18:05.318 info (10273) starting. Version 0.7.3 in /opt/iobroker/node_modules/iobroker.xbox, node: v12.20.0, js-controller: 3.1.6
Grüße
-
@Schnutexxl @foxriver76
Muss das nicht request heißen?ModuleNotFoundError: No module named 'requests' xbox.0 2020-12-26 12:16:54.874 error import requests
-
@Schnutexxl vermutlich haben die dependency Entwickler eine Abhängigkeit vergessen:
python3.7 -m pip install requests
Oder je nachdem wie dein Interpreter heißt.
-
@foxriver76 ich konnte das Update ohne Probleme installieren.
Jetzt ist alles verbunden. Besten Dank. -
@foxriver76 sagte in XBox-Adapter Fehler:
python3.7 -m pip install requests
SUPER!!!! Läuft nun endlich. Besten Dank für den schnellen support.
Ich stand schon immer mit python3 auf dem Kriegsfuß.
Besten Dank
-
@foxriver76 Hallo foxdriver76! Ich hoffe hier richtig zu sein, ich bin relativ neu in der ioBroker-Welt. Ich versuche den Xbox Adapter zu nutzen, hab jedoch leider Probleme. Meine Konfig ist wie folgt:
- Synology Docker buanet/iobroker:v5.1.0
- phyton 3.7.3-1
- Xbox Adapter 0.7.3
- Xbox Adapter Konfig: Xbox Live ID und IP korrekt ausgefüllt, Authentifizierung auf Xbox Live ist ausgeschaltet
Folgende Probleme:
- Wenn ich die Authentifizierung einschalte (Haken setzen) kommt das Feld für Benutzername und Passwort nicht
- Viel schlimmer/wichtiger: Ich sehe im Log lauter Fehler. Auch mit einem komplett frischen und leeren Container sind die gleichen Fehler vorhanden, daher vermute ich keine Querbeziehungen zu anderen Adaptern. Die ersten 3 Fehler im Log lauten:
xbox.0 2021-02-24 22:13:47.665 error (2463) [START] Failed starting REST server: Process exited with code 1: Traceback (most recent call last): xbox.0 2021-02-24 22:13:47.665 error File "/opt/iobroker/node_modules/iobroker.xbox/lib/../python_modules/bin/xbox-rest-server", line 8, in <module> xbox.0 2021-02-24 22:13:47.665 error sys.exit(main())
Kannst Du /Sie mir helfen? Ich würde mich sehr freuen. Falls ich hier falsch bin bitte um Rückmeldung, wohin ich mich "richtigerweise" wenden kann. Genauso, wenn ich weitere Informationen schicken soll. Bin halt wie gesagt recht neu bei ioBroker.
Vielen Dank im Voraus!!!
Markus -
@markus-2 sagte in XBox-Adapter Fehler:
Wenn ich die Authentifizierung einschalte (Haken setzen) kommt das Feld für Benutzername und Passwort nicht
Auth mit Nutzername/Passwort ist leider aktuell nicht mehr möglich und muss manuell über Link im Log/Admin gemacht werden, taucht aber nur auf wenn der Adapter korrekt läuft. Ich schätze beim Install hat was nicht ganz geklappt. Sind die Pakete
build-essential libssl-dev libffi-dev python3-dev
installiert? -
@foxriver76 "Sind die Pakete build-essential libssl-dev libffi-dev python3-dev installiert?" => Woran/Wie kann ich das sehen?
-
@markus-2
apt policy build-essential libssl-dev libffi-dev python3-dev
dann sagt er dir ob es installiert ist, falls unsicher gerne Ausgabe hier posten. -
@foxriver76 sagte in XBox-Adapter Fehler:
apt policy build-essential libssl-dev libffi-dev python3-dev
Folgende steht in der Console (terminal adapter). Ich interpretiere mal, dass python nicht (richtig?) installiert ist?!
/opt/iobroker$ apt policy build-essential libssl-dev libffi-dev python3-dev WARNING: apt does not have a stable CLI interface. Use with caution in scripts. build-essential: Installiert: 12.6 Installationskandidat: 12.6 Versionstabelle: *** 12.6 100 100 /var/lib/dpkg/status libffi-dev: Installiert: 3.2.1-9 Installationskandidat: 3.2.1-9 Versionstabelle: *** 3.2.1-9 100 100 /var/lib/dpkg/status python3-dev: Installiert: (keine) Installationskandidat: (keine) Versionstabelle: /opt/iobroker$