Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. XBox-Adapter Fehler

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    22
    1
    1.2k

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    14
    1
    2.5k

XBox-Adapter Fehler

Geplant Angeheftet Gesperrt Verschoben Gelöst Error/Bug
xbox
98 Beiträge 8 Kommentatoren 9.0k Aufrufe 5 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Thomas Braun

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

    H Offline
    H Offline
    hajuerue
    schrieb am zuletzt editiert von
    #56

    @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
    XBoxAdapter-Konfig_065_hajuerue_090820.png

    H 1 Antwort Letzte Antwort
    0
    • H hajuerue

      @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
      XBoxAdapter-Konfig_065_hajuerue_090820.png

      H Offline
      H Offline
      hajuerue
      schrieb am zuletzt editiert von
      #57

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

      Diejenigen von euch die auch "Ubuntu 20.04 live Server" frisch installiert haben,
      könnten hier die gleichen Probleme bekommen.

      Gruss
      HaJueRue
      XBoxAdapterProb_065_hajuerue_solved-110820.png

      1 Antwort Letzte Antwort
      0
      • S Offline
        S Offline
        Schnutexxl
        schrieb am zuletzt editiert von
        #58

        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 latest

        Kann mir hier jemand helfen den Adapter zum laufen zu bekommen, ich habe nun schon vergebliche Stunden investiert.

        Danke und schöne Grüße

        foxriver76F 1 Antwort Letzte Antwort
        0
        • S Schnutexxl

          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 latest

          Kann mir hier jemand helfen den Adapter zum laufen zu bekommen, ich habe nun schon vergebliche Stunden investiert.

          Danke und schöne Grüße

          foxriver76F Nicht stören
          foxriver76F Nicht stören
          foxriver76
          Developer
          schrieb am zuletzt editiert von
          #59

          @Schnutexxl welche Python Version hast du denn drauf?

          Videotutorials & mehr

          Hier könnt ihr mich unterstützen.

          S 1 Antwort Letzte Antwort
          0
          • T Offline
            T Offline
            TWART016
            schrieb am zuletzt editiert von
            #60

            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
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • T TWART016

              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
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #61

              @TWART016 Das Log ist abgeschnitten, da fehlt das Ende.
              Und welche Distribution ist das? Python 3.8 scheint mir irgendwie nachinstalliert zu sein.

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              T 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @TWART016 Das Log ist abgeschnitten, da fehlt das Ende.
                Und welche Distribution ist das? Python 3.8 scheint mir irgendwie nachinstalliert zu sein.

                T Offline
                T Offline
                TWART016
                schrieb am zuletzt editiert von
                #62

                @Thomas-Braun
                So stand das im Log im ioBroker. Ich hab habe das nun heruntergeladen und gefiltert:

                2020-12-24 14:40:39.038  - info: xbox.0 (79678) [END] REST server stopped 
                2020-12-24 14:40:39.049  - info: xbox.0 (79678) [END] cleaned everything up...
                2020-12-24 14:40:39.096  - info: xbox.0 (79678) terminating
                2020-12-24 14:40:39.096  - info: xbox.0 (79678) Terminated (NO_ERROR): Without reason
                2020-12-24 14:40:39.649  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:40:39.649  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:41:09.662  - info: host.iobroker instance system.adapter.xbox.0 started with pid 79728
                2020-12-24 14:41:11.792  - info: 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  - info: xbox.0 (79728) [START] Starting REST server
                2020-12-24 14:41:16.882  - 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().
                2020-12-24 14:41:16.882  - error: xbox.0 (79728) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:41:16.883  - error: 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  - info: xbox.0 (79728) [END] REST server stopped 
                2020-12-24 14:41:17.041  - info: xbox.0 (79728) [END] cleaned everything up...
                2020-12-24 14:41:17.084  - info: xbox.0 (79728) terminating
                2020-12-24 14:41:17.085  - info: xbox.0 (79728) Terminated (NO_ERROR): Without reason
                2020-12-24 14:41:17.322  - error: 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  - error: xbox.0 (79728) [START] Restarting adapter in 30 seconds
                2020-12-24 14:41:17.623  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:41:17.623  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:41:47.635  - info: host.iobroker instance system.adapter.xbox.0 started with pid 79775
                2020-12-24 14:41:49.940  - info: 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  - info: xbox.0 (79775) [START] Starting REST server
                2020-12-24 14:41:55.033  - 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().
                2020-12-24 14:41:55.033  - error: xbox.0 (79775) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:41:55.034  - error: 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  - info: xbox.0 (79775) [END] REST server stopped 
                2020-12-24 14:41:55.235  - info: xbox.0 (79775) [END] cleaned everything up...
                2020-12-24 14:41:55.240  - info: xbox.0 (79775) terminating
                2020-12-24 14:41:55.244  - info: xbox.0 (79775) Terminated (NO_ERROR): Without reason
                2020-12-24 14:41:55.520  - error: 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  - error: xbox.0 (79775) [START] Restarting adapter in 30 seconds
                2020-12-24 14:41:55.779  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:41:55.780  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:42:25.790  - info: host.iobroker instance system.adapter.xbox.0 started with pid 79824
                2020-12-24 14:42:28.160  - info: 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  - info: xbox.0 (79824) [START] Starting REST server
                2020-12-24 14:42:33.294  - 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().
                2020-12-24 14:42:33.299  - error: xbox.0 (79824) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:42:33.300  - error: 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  - info: xbox.0 (79824) [END] REST server stopped 
                2020-12-24 14:42:33.717  - info: xbox.0 (79824) [END] cleaned everything up...
                2020-12-24 14:42:33.768  - info: xbox.0 (79824) terminating
                2020-12-24 14:42:33.769  - info: xbox.0 (79824) Terminated (NO_ERROR): Without reason
                2020-12-24 14:42:34.334  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:42:34.334  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:43:04.348  - info: host.iobroker instance system.adapter.xbox.0 started with pid 79873
                2020-12-24 14:43:06.789  - info: 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  - info: xbox.0 (79873) [START] Starting REST server
                2020-12-24 14:43:11.865  - 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().
                2020-12-24 14:43:11.866  - error: xbox.0 (79873) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:43:11.867  - error: 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  - info: xbox.0 (79873) [END] REST server stopped 
                2020-12-24 14:43:12.049  - info: xbox.0 (79873) [END] cleaned everything up...
                2020-12-24 14:43:12.052  - info: xbox.0 (79873) terminating
                2020-12-24 14:43:12.053  - info: xbox.0 (79873) Terminated (NO_ERROR): Without reason
                2020-12-24 14:43:12.375  - error: 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  - error: xbox.0 (79873) [START] Restarting adapter in 30 seconds
                2020-12-24 14:43:12.586  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:43:12.587  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:43:42.601  - info: host.iobroker instance system.adapter.xbox.0 started with pid 79920
                2020-12-24 14:43:44.983  - info: 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  - info: xbox.0 (79920) [START] Starting REST server
                2020-12-24 14:43:50.058  - 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().
                2020-12-24 14:43:50.058  - error: xbox.0 (79920) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:43:50.059  - error: 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  - info: xbox.0 (79920) [END] REST server stopped 
                2020-12-24 14:43:50.222  - info: xbox.0 (79920) [END] cleaned everything up...
                2020-12-24 14:43:50.225  - info: xbox.0 (79920) terminating
                2020-12-24 14:43:50.226  - info: xbox.0 (79920) Terminated (NO_ERROR): Without reason
                2020-12-24 14:43:50.525  - error: 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  - error: xbox.0 (79920) [START] Restarting adapter in 30 seconds
                2020-12-24 14:43:50.766  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:43:50.767  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:44:20.781  - info: host.iobroker instance system.adapter.xbox.0 started with pid 79969
                2020-12-24 14:44:22.909  - info: 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  - info: xbox.0 (79969) [START] Starting REST server
                2020-12-24 14:44:27.998  - 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().
                2020-12-24 14:44:27.999  - error: xbox.0 (79969) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:44:28.000  - error: 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  - info: xbox.0 (79969) [END] REST server stopped 
                2020-12-24 14:44:28.171  - info: xbox.0 (79969) [END] cleaned everything up...
                2020-12-24 14:44:28.216  - info: xbox.0 (79969) terminating
                2020-12-24 14:44:28.217  - info: xbox.0 (79969) Terminated (NO_ERROR): Without reason
                2020-12-24 14:44:28.477  - error: 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  - error: xbox.0 (79969) [START] Restarting adapter in 30 seconds
                2020-12-24 14:44:28.750  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:44:28.750  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:44:58.767  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80018
                2020-12-24 14:45:01.327  - info: 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  - info: xbox.0 (80018) [START] Starting REST server
                2020-12-24 14:45:06.485  - 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().
                2020-12-24 14:45:06.493  - error: xbox.0 (80018) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:45:06.493  - error: 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  - info: xbox.0 (80018) [END] REST server stopped 
                2020-12-24 14:45:06.998  - info: xbox.0 (80018) [END] cleaned everything up...
                2020-12-24 14:45:07.001  - info: xbox.0 (80018) terminating
                2020-12-24 14:45:07.002  - info: xbox.0 (80018) Terminated (NO_ERROR): Without reason
                2020-12-24 14:45:07.568  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:45:07.568  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:45:37.581  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80096
                2020-12-24 14:45:39.612  - info: 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  - info: xbox.0 (80096) [START] Starting REST server
                2020-12-24 14:45:44.699  - 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().
                2020-12-24 14:45:44.700  - error: xbox.0 (80096) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:45:44.701  - error: 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  - info: xbox.0 (80096) [END] REST server stopped 
                2020-12-24 14:45:44.859  - info: xbox.0 (80096) [END] cleaned everything up...
                2020-12-24 14:45:44.863  - info: xbox.0 (80096) terminating
                2020-12-24 14:45:44.864  - info: xbox.0 (80096) Terminated (NO_ERROR): Without reason
                2020-12-24 14:45:45.123  - error: 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  - error: xbox.0 (80096) [START] Restarting adapter in 30 seconds
                2020-12-24 14:45:45.396  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:45:45.396  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:46:15.406  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80146
                2020-12-24 14:46:17.595  - info: 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  - info: xbox.0 (80146) [START] Starting REST server
                2020-12-24 14:46:22.743  - 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().
                2020-12-24 14:46:22.743  - error: xbox.0 (80146) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:46:22.744  - error: 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  - info: xbox.0 (80146) [END] REST server stopped 
                2020-12-24 14:46:22.905  - info: xbox.0 (80146) [END] cleaned everything up...
                2020-12-24 14:46:22.948  - info: xbox.0 (80146) terminating
                2020-12-24 14:46:22.949  - info: xbox.0 (80146) Terminated (NO_ERROR): Without reason
                2020-12-24 14:46:23.265  - error: 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  - error: xbox.0 (80146) [START] Restarting adapter in 30 seconds
                2020-12-24 14:46:23.484  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:46:23.484  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:46:53.499  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80195
                2020-12-24 14:46:55.618  - info: 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  - info: xbox.0 (80195) [START] Starting REST server
                2020-12-24 14:47:00.694  - 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().
                2020-12-24 14:47:00.694  - error: xbox.0 (80195) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:47:00.695  - error: 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  - info: xbox.0 (80195) [END] REST server stopped 
                2020-12-24 14:47:00.856  - info: xbox.0 (80195) [END] cleaned everything up...
                2020-12-24 14:47:00.859  - info: xbox.0 (80195) terminating
                2020-12-24 14:47:00.860  - info: xbox.0 (80195) Terminated (NO_ERROR): Without reason
                2020-12-24 14:47:01.194  - error: 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  - error: xbox.0 (80195) [START] Restarting adapter in 30 seconds
                2020-12-24 14:47:01.395  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:47:01.395  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:47:31.407  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80241
                2020-12-24 14:47:34.982  - info: 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  - info: xbox.0 (80241) [START] Starting REST server
                2020-12-24 14:47:40.131  - 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().
                2020-12-24 14:47:40.131  - error: xbox.0 (80241) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:47:40.132  - error: 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  - info: xbox.0 (80241) [END] REST server stopped 
                2020-12-24 14:47:40.300  - info: xbox.0 (80241) [END] cleaned everything up...
                2020-12-24 14:47:40.303  - info: xbox.0 (80241) terminating
                2020-12-24 14:47:40.303  - info: xbox.0 (80241) Terminated (NO_ERROR): Without reason
                2020-12-24 14:47:40.555  - error: 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  - error: xbox.0 (80241) [START] Restarting adapter in 30 seconds
                2020-12-24 14:47:40.838  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:47:40.838  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:48:10.856  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80290
                2020-12-24 14:48:12.991  - info: 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  - info: xbox.0 (80290) [START] Starting REST server
                2020-12-24 14:48:18.082  - 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().
                2020-12-24 14:48:18.083  - error: xbox.0 (80290) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:48:18.084  - error: 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  - info: xbox.0 (80290) [END] REST server stopped 
                2020-12-24 14:48:18.232  - info: xbox.0 (80290) [END] cleaned everything up...
                2020-12-24 14:48:18.235  - info: xbox.0 (80290) terminating
                2020-12-24 14:48:18.236  - info: xbox.0 (80290) Terminated (NO_ERROR): Without reason
                2020-12-24 14:48:18.523  - error: 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  - error: xbox.0 (80290) [START] Restarting adapter in 30 seconds
                2020-12-24 14:48:18.767  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:48:18.768  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:48:48.781  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80339
                2020-12-24 14:48:51.045  - info: 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  - info: xbox.0 (80339) [START] Starting REST server
                2020-12-24 14:48:56.138  - 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().
                2020-12-24 14:48:56.139  - error: xbox.0 (80339) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:48:56.139  - error: 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  - info: xbox.0 (80339) [END] REST server stopped 
                2020-12-24 14:48:56.296  - info: xbox.0 (80339) [END] cleaned everything up...
                2020-12-24 14:48:56.340  - info: xbox.0 (80339) terminating
                2020-12-24 14:48:56.341  - info: xbox.0 (80339) Terminated (NO_ERROR): Without reason
                2020-12-24 14:48:56.567  - error: 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  - error: xbox.0 (80339) [START] Restarting adapter in 30 seconds
                2020-12-24 14:48:56.874  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:48:56.875  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:49:26.890  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80386
                2020-12-24 14:49:29.148  - info: 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  - info: xbox.0 (80386) [START] Starting REST server
                2020-12-24 14:49:34.306  - 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().
                2020-12-24 14:49:34.311  - error: xbox.0 (80386) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:49:34.312  - error: 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  - info: xbox.0 (80386) [END] REST server stopped 
                2020-12-24 14:49:34.745  - info: xbox.0 (80386) [END] cleaned everything up...
                2020-12-24 14:49:34.753  - info: xbox.0 (80386) terminating
                2020-12-24 14:49:34.755  - info: xbox.0 (80386) Terminated (NO_ERROR): Without reason
                2020-12-24 14:49:35.305  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:49:35.306  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:50:05.320  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80574
                2020-12-24 14:50:08.243  - info: 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  - info: xbox.0 (80574) [START] Starting REST server
                2020-12-24 14:50:13.321  - 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().
                2020-12-24 14:50:13.321  - error: xbox.0 (80574) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:50:13.322  - error: 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  - info: xbox.0 (80574) [END] REST server stopped 
                2020-12-24 14:50:13.500  - info: xbox.0 (80574) [END] cleaned everything up...
                2020-12-24 14:50:13.564  - info: xbox.0 (80574) terminating
                2020-12-24 14:50:13.565  - info: xbox.0 (80574) Terminated (NO_ERROR): Without reason
                2020-12-24 14:50:13.777  - error: 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  - error: xbox.0 (80574) [START] Restarting adapter in 30 seconds
                2020-12-24 14:50:14.100  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:50:14.100  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:50:44.112  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80634
                2020-12-24 14:50:46.194  - info: 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  - info: xbox.0 (80634) [START] Starting REST server
                2020-12-24 14:50:51.312  - 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().
                2020-12-24 14:50:51.312  - error: xbox.0 (80634) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:50:51.313  - error: 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  - info: xbox.0 (80634) [END] REST server stopped 
                2020-12-24 14:50:51.474  - info: xbox.0 (80634) [END] cleaned everything up...
                2020-12-24 14:50:51.477  - info: xbox.0 (80634) terminating
                2020-12-24 14:50:51.478  - info: xbox.0 (80634) Terminated (NO_ERROR): Without reason
                2020-12-24 14:50:51.714  - error: 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  - error: xbox.0 (80634) [START] Restarting adapter in 30 seconds
                2020-12-24 14:50:52.010  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:50:52.011  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:51:22.025  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80683
                2020-12-24 14:51:24.216  - info: 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  - info: xbox.0 (80683) [START] Starting REST server
                2020-12-24 14:51:29.333  - 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().
                2020-12-24 14:51:29.333  - error: xbox.0 (80683) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:51:29.334  - error: 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  - info: xbox.0 (80683) [END] REST server stopped 
                2020-12-24 14:51:30.116  - info: xbox.0 (80683) [END] cleaned everything up...
                2020-12-24 14:51:30.211  - info: xbox.0 (80683) terminating
                2020-12-24 14:51:30.212  - info: xbox.0 (80683) Terminated (NO_ERROR): Without reason
                2020-12-24 14:51:30.352  - error: 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  - error: xbox.0 (80683) [START] Restarting adapter in 30 seconds
                2020-12-24 14:51:31.037  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:51:31.037  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:52:01.054  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80733
                2020-12-24 14:52:03.549  - info: 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  - info: xbox.0 (80733) [START] Starting REST server
                2020-12-24 14:52:08.641  - 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().
                2020-12-24 14:52:08.642  - error: xbox.0 (80733) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:52:08.643  - error: 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  - info: xbox.0 (80733) [END] REST server stopped 
                2020-12-24 14:52:08.821  - info: xbox.0 (80733) [END] cleaned everything up...
                2020-12-24 14:52:08.867  - info: xbox.0 (80733) terminating
                2020-12-24 14:52:08.872  - info: xbox.0 (80733) Terminated (NO_ERROR): Without reason
                2020-12-24 14:52:09.127  - error: 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  - error: xbox.0 (80733) [START] Restarting adapter in 30 seconds
                2020-12-24 14:52:09.426  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:52:09.427  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:52:21.032  - info: host.iobroker "system.adapter.xbox.0" disabled
                2020-12-24 14:52:24.694  - info: host.iobroker "system.adapter.xbox.0" enabled
                2020-12-24 14:52:24.706  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80779
                2020-12-24 14:52:27.897  - info: 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  - info: xbox.0 (80779) [START] Starting REST server
                2020-12-24 14:52:33.018  - 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().
                2020-12-24 14:52:33.019  - error: xbox.0 (80779) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:52:33.020  - error: 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  - info: xbox.0 (80779) [END] REST server stopped 
                2020-12-24 14:52:33.302  - info: xbox.0 (80779) [END] cleaned everything up...
                2020-12-24 14:52:33.307  - info: xbox.0 (80779) terminating
                2020-12-24 14:52:33.308  - info: xbox.0 (80779) Terminated (NO_ERROR): Without reason
                2020-12-24 14:52:33.797  - error: 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  - error: xbox.0 (80779) [START] Restarting adapter in 30 seconds
                2020-12-24 14:52:33.873  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:52:33.874  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:53:03.892  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80828
                2020-12-24 14:53:06.465  - info: 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  - info: xbox.0 (80828) [START] Starting REST server
                2020-12-24 14:53:11.584  - 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().
                2020-12-24 14:53:11.585  - error: xbox.0 (80828) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:53:11.586  - error: 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  - info: xbox.0 (80828) [END] REST server stopped 
                2020-12-24 14:53:11.758  - info: xbox.0 (80828) [END] cleaned everything up...
                2020-12-24 14:53:11.803  - info: xbox.0 (80828) terminating
                2020-12-24 14:53:11.804  - info: xbox.0 (80828) Terminated (NO_ERROR): Without reason
                2020-12-24 14:53:12.055  - error: 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  - error: xbox.0 (80828) [START] Restarting adapter in 30 seconds
                2020-12-24 14:53:12.337  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:53:12.338  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:53:42.350  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80884
                2020-12-24 14:53:44.732  - info: 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  - info: xbox.0 (80884) [START] Starting REST server
                2020-12-24 14:53:49.852  - 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().
                2020-12-24 14:53:49.853  - error: xbox.0 (80884) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:53:49.854  - error: 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  - info: xbox.0 (80884) [END] REST server stopped 
                2020-12-24 14:53:50.015  - info: xbox.0 (80884) [END] cleaned everything up...
                2020-12-24 14:53:50.059  - info: xbox.0 (80884) terminating
                2020-12-24 14:53:50.060  - info: xbox.0 (80884) Terminated (NO_ERROR): Without reason
                2020-12-24 14:53:50.362  - error: 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  - error: xbox.0 (80884) [START] Restarting adapter in 30 seconds
                2020-12-24 14:53:50.593  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:53:50.593  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:54:20.650  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80933
                2020-12-24 14:54:22.900  - info: 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  - info: xbox.0 (80933) [START] Starting REST server
                2020-12-24 14:54:28.037  - 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().
                2020-12-24 14:54:28.038  - error: xbox.0 (80933) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:54:28.039  - error: 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  - info: xbox.0 (80933) [END] REST server stopped 
                2020-12-24 14:54:28.251  - info: xbox.0 (80933) [END] cleaned everything up...
                2020-12-24 14:54:28.295  - info: xbox.0 (80933) terminating
                2020-12-24 14:54:28.295  - info: xbox.0 (80933) Terminated (NO_ERROR): Without reason
                2020-12-24 14:54:28.576  - error: 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  - error: xbox.0 (80933) [START] Restarting adapter in 30 seconds
                2020-12-24 14:54:28.832  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:54:28.833  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:54:58.843  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80982
                2020-12-24 14:55:02.321  - info: 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  - info: xbox.0 (80982) [START] Starting REST server
                2020-12-24 14:55:07.480  - 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().
                2020-12-24 14:55:07.481  - error: xbox.0 (80982) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:55:07.482  - error: 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  - info: xbox.0 (80982) [END] REST server stopped 
                2020-12-24 14:55:07.654  - info: xbox.0 (80982) [END] cleaned everything up...
                2020-12-24 14:55:07.699  - info: xbox.0 (80982) terminating
                2020-12-24 14:55:07.700  - info: xbox.0 (80982) Terminated (NO_ERROR): Without reason
                2020-12-24 14:55:07.975  - error: 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  - error: xbox.0 (80982) [START] Restarting adapter in 30 seconds
                2020-12-24 14:55:08.235  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:55:08.236  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:55:38.245  - info: host.iobroker instance system.adapter.xbox.0 started with pid 81044
                2020-12-24 14:55:40.488  - info: 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  - info: xbox.0 (81044) [START] Starting REST server
                2020-12-24 14:55:45.602  - 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().
                2020-12-24 14:55:45.603  - error: xbox.0 (81044) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:55:45.603  - error: 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  - info: xbox.0 (81044) [END] REST server stopped 
                2020-12-24 14:55:45.764  - info: xbox.0 (81044) [END] cleaned everything up...
                2020-12-24 14:55:45.768  - info: xbox.0 (81044) terminating
                2020-12-24 14:55:45.769  - info: xbox.0 (81044) Terminated (NO_ERROR): Without reason
                2020-12-24 14:55:46.089  - error: 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  - error: xbox.0 (81044) [START] Restarting adapter in 30 seconds
                2020-12-24 14:55:46.304  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:55:46.304  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:56:16.322  - info: host.iobroker instance system.adapter.xbox.0 started with pid 81095
                2020-12-24 14:56:18.816  - info: 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  - info: xbox.0 (81095) [START] Starting REST server
                2020-12-24 14:56:23.959  - 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().
                2020-12-24 14:56:23.959  - error: xbox.0 (81095) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:56:23.960  - error: 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  - info: xbox.0 (81095) [END] REST server stopped 
                2020-12-24 14:56:24.139  - info: xbox.0 (81095) [END] cleaned everything up...
                2020-12-24 14:56:24.183  - info: xbox.0 (81095) terminating
                2020-12-24 14:56:24.185  - info: xbox.0 (81095) Terminated (NO_ERROR): Without reason
                2020-12-24 14:56:24.527  - error: 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  - error: xbox.0 (81095) [START] Restarting adapter in 30 seconds
                2020-12-24 14:56:24.718  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:56:24.719  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:56:54.732  - info: host.iobroker instance system.adapter.xbox.0 started with pid 81144
                2020-12-24 14:56:56.878  - info: 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  - info: xbox.0 (81144) [START] Starting REST server
                2020-12-24 14:57:01.955  - 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().
                2020-12-24 14:57:01.955  - error: xbox.0 (81144) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:57:01.956  - error: 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  - info: xbox.0 (81144) [END] REST server stopped 
                2020-12-24 14:57:02.121  - info: xbox.0 (81144) [END] cleaned everything up...
                2020-12-24 14:57:02.167  - info: xbox.0 (81144) terminating
                2020-12-24 14:57:02.168  - info: xbox.0 (81144) Terminated (NO_ERROR): Without reason
                2020-12-24 14:57:02.484  - error: 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  - error: xbox.0 (81144) [START] Restarting adapter in 30 seconds
                2020-12-24 14:57:02.707  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:57:02.707  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                2020-12-24 14:57:32.728  - info: host.iobroker instance system.adapter.xbox.0 started with pid 81192
                2020-12-24 14:57:36.420  - info: 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  - info: xbox.0 (81192) [START] Starting REST server
                2020-12-24 14:57:41.540  - 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().
                2020-12-24 14:57:41.541  - error: xbox.0 (81192) unhandled promise rejection: Cannot read property 'includes' of undefined
                2020-12-24 14:57:41.541  - error: 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  - info: xbox.0 (81192) [END] REST server stopped 
                2020-12-24 14:57:41.715  - info: xbox.0 (81192) [END] cleaned everything up...
                2020-12-24 14:57:41.719  - info: xbox.0 (81192) terminating
                2020-12-24 14:57:41.720  - info: xbox.0 (81192) Terminated (NO_ERROR): Without reason
                2020-12-24 14:57:42.039  - error: 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  - error: xbox.0 (81192) [START] Restarting adapter in 30 seconds
                2020-12-24 14:57:42.259  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                2020-12-24 14:57:42.259  - info: 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?

                Thomas BraunT foxriver76F 2 Antworten Letzte Antwort
                0
                • T TWART016

                  @Thomas-Braun
                  So stand das im Log im ioBroker. Ich hab habe das nun heruntergeladen und gefiltert:

                  2020-12-24 14:40:39.038  - info: xbox.0 (79678) [END] REST server stopped 
                  2020-12-24 14:40:39.049  - info: xbox.0 (79678) [END] cleaned everything up...
                  2020-12-24 14:40:39.096  - info: xbox.0 (79678) terminating
                  2020-12-24 14:40:39.096  - info: xbox.0 (79678) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:40:39.649  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:40:39.649  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:41:09.662  - info: host.iobroker instance system.adapter.xbox.0 started with pid 79728
                  2020-12-24 14:41:11.792  - info: 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  - info: xbox.0 (79728) [START] Starting REST server
                  2020-12-24 14:41:16.882  - 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().
                  2020-12-24 14:41:16.882  - error: xbox.0 (79728) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:41:16.883  - error: 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  - info: xbox.0 (79728) [END] REST server stopped 
                  2020-12-24 14:41:17.041  - info: xbox.0 (79728) [END] cleaned everything up...
                  2020-12-24 14:41:17.084  - info: xbox.0 (79728) terminating
                  2020-12-24 14:41:17.085  - info: xbox.0 (79728) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:41:17.322  - error: 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  - error: xbox.0 (79728) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:41:17.623  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:41:17.623  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:41:47.635  - info: host.iobroker instance system.adapter.xbox.0 started with pid 79775
                  2020-12-24 14:41:49.940  - info: 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  - info: xbox.0 (79775) [START] Starting REST server
                  2020-12-24 14:41:55.033  - 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().
                  2020-12-24 14:41:55.033  - error: xbox.0 (79775) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:41:55.034  - error: 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  - info: xbox.0 (79775) [END] REST server stopped 
                  2020-12-24 14:41:55.235  - info: xbox.0 (79775) [END] cleaned everything up...
                  2020-12-24 14:41:55.240  - info: xbox.0 (79775) terminating
                  2020-12-24 14:41:55.244  - info: xbox.0 (79775) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:41:55.520  - error: 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  - error: xbox.0 (79775) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:41:55.779  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:41:55.780  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:42:25.790  - info: host.iobroker instance system.adapter.xbox.0 started with pid 79824
                  2020-12-24 14:42:28.160  - info: 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  - info: xbox.0 (79824) [START] Starting REST server
                  2020-12-24 14:42:33.294  - 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().
                  2020-12-24 14:42:33.299  - error: xbox.0 (79824) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:42:33.300  - error: 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  - info: xbox.0 (79824) [END] REST server stopped 
                  2020-12-24 14:42:33.717  - info: xbox.0 (79824) [END] cleaned everything up...
                  2020-12-24 14:42:33.768  - info: xbox.0 (79824) terminating
                  2020-12-24 14:42:33.769  - info: xbox.0 (79824) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:42:34.334  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:42:34.334  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:43:04.348  - info: host.iobroker instance system.adapter.xbox.0 started with pid 79873
                  2020-12-24 14:43:06.789  - info: 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  - info: xbox.0 (79873) [START] Starting REST server
                  2020-12-24 14:43:11.865  - 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().
                  2020-12-24 14:43:11.866  - error: xbox.0 (79873) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:43:11.867  - error: 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  - info: xbox.0 (79873) [END] REST server stopped 
                  2020-12-24 14:43:12.049  - info: xbox.0 (79873) [END] cleaned everything up...
                  2020-12-24 14:43:12.052  - info: xbox.0 (79873) terminating
                  2020-12-24 14:43:12.053  - info: xbox.0 (79873) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:43:12.375  - error: 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  - error: xbox.0 (79873) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:43:12.586  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:43:12.587  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:43:42.601  - info: host.iobroker instance system.adapter.xbox.0 started with pid 79920
                  2020-12-24 14:43:44.983  - info: 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  - info: xbox.0 (79920) [START] Starting REST server
                  2020-12-24 14:43:50.058  - 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().
                  2020-12-24 14:43:50.058  - error: xbox.0 (79920) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:43:50.059  - error: 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  - info: xbox.0 (79920) [END] REST server stopped 
                  2020-12-24 14:43:50.222  - info: xbox.0 (79920) [END] cleaned everything up...
                  2020-12-24 14:43:50.225  - info: xbox.0 (79920) terminating
                  2020-12-24 14:43:50.226  - info: xbox.0 (79920) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:43:50.525  - error: 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  - error: xbox.0 (79920) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:43:50.766  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:43:50.767  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:44:20.781  - info: host.iobroker instance system.adapter.xbox.0 started with pid 79969
                  2020-12-24 14:44:22.909  - info: 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  - info: xbox.0 (79969) [START] Starting REST server
                  2020-12-24 14:44:27.998  - 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().
                  2020-12-24 14:44:27.999  - error: xbox.0 (79969) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:44:28.000  - error: 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  - info: xbox.0 (79969) [END] REST server stopped 
                  2020-12-24 14:44:28.171  - info: xbox.0 (79969) [END] cleaned everything up...
                  2020-12-24 14:44:28.216  - info: xbox.0 (79969) terminating
                  2020-12-24 14:44:28.217  - info: xbox.0 (79969) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:44:28.477  - error: 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  - error: xbox.0 (79969) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:44:28.750  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:44:28.750  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:44:58.767  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80018
                  2020-12-24 14:45:01.327  - info: 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  - info: xbox.0 (80018) [START] Starting REST server
                  2020-12-24 14:45:06.485  - 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().
                  2020-12-24 14:45:06.493  - error: xbox.0 (80018) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:45:06.493  - error: 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  - info: xbox.0 (80018) [END] REST server stopped 
                  2020-12-24 14:45:06.998  - info: xbox.0 (80018) [END] cleaned everything up...
                  2020-12-24 14:45:07.001  - info: xbox.0 (80018) terminating
                  2020-12-24 14:45:07.002  - info: xbox.0 (80018) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:45:07.568  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:45:07.568  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:45:37.581  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80096
                  2020-12-24 14:45:39.612  - info: 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  - info: xbox.0 (80096) [START] Starting REST server
                  2020-12-24 14:45:44.699  - 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().
                  2020-12-24 14:45:44.700  - error: xbox.0 (80096) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:45:44.701  - error: 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  - info: xbox.0 (80096) [END] REST server stopped 
                  2020-12-24 14:45:44.859  - info: xbox.0 (80096) [END] cleaned everything up...
                  2020-12-24 14:45:44.863  - info: xbox.0 (80096) terminating
                  2020-12-24 14:45:44.864  - info: xbox.0 (80096) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:45:45.123  - error: 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  - error: xbox.0 (80096) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:45:45.396  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:45:45.396  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:46:15.406  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80146
                  2020-12-24 14:46:17.595  - info: 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  - info: xbox.0 (80146) [START] Starting REST server
                  2020-12-24 14:46:22.743  - 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().
                  2020-12-24 14:46:22.743  - error: xbox.0 (80146) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:46:22.744  - error: 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  - info: xbox.0 (80146) [END] REST server stopped 
                  2020-12-24 14:46:22.905  - info: xbox.0 (80146) [END] cleaned everything up...
                  2020-12-24 14:46:22.948  - info: xbox.0 (80146) terminating
                  2020-12-24 14:46:22.949  - info: xbox.0 (80146) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:46:23.265  - error: 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  - error: xbox.0 (80146) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:46:23.484  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:46:23.484  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:46:53.499  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80195
                  2020-12-24 14:46:55.618  - info: 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  - info: xbox.0 (80195) [START] Starting REST server
                  2020-12-24 14:47:00.694  - 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().
                  2020-12-24 14:47:00.694  - error: xbox.0 (80195) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:47:00.695  - error: 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  - info: xbox.0 (80195) [END] REST server stopped 
                  2020-12-24 14:47:00.856  - info: xbox.0 (80195) [END] cleaned everything up...
                  2020-12-24 14:47:00.859  - info: xbox.0 (80195) terminating
                  2020-12-24 14:47:00.860  - info: xbox.0 (80195) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:47:01.194  - error: 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  - error: xbox.0 (80195) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:47:01.395  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:47:01.395  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:47:31.407  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80241
                  2020-12-24 14:47:34.982  - info: 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  - info: xbox.0 (80241) [START] Starting REST server
                  2020-12-24 14:47:40.131  - 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().
                  2020-12-24 14:47:40.131  - error: xbox.0 (80241) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:47:40.132  - error: 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  - info: xbox.0 (80241) [END] REST server stopped 
                  2020-12-24 14:47:40.300  - info: xbox.0 (80241) [END] cleaned everything up...
                  2020-12-24 14:47:40.303  - info: xbox.0 (80241) terminating
                  2020-12-24 14:47:40.303  - info: xbox.0 (80241) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:47:40.555  - error: 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  - error: xbox.0 (80241) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:47:40.838  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:47:40.838  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:48:10.856  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80290
                  2020-12-24 14:48:12.991  - info: 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  - info: xbox.0 (80290) [START] Starting REST server
                  2020-12-24 14:48:18.082  - 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().
                  2020-12-24 14:48:18.083  - error: xbox.0 (80290) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:48:18.084  - error: 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  - info: xbox.0 (80290) [END] REST server stopped 
                  2020-12-24 14:48:18.232  - info: xbox.0 (80290) [END] cleaned everything up...
                  2020-12-24 14:48:18.235  - info: xbox.0 (80290) terminating
                  2020-12-24 14:48:18.236  - info: xbox.0 (80290) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:48:18.523  - error: 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  - error: xbox.0 (80290) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:48:18.767  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:48:18.768  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:48:48.781  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80339
                  2020-12-24 14:48:51.045  - info: 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  - info: xbox.0 (80339) [START] Starting REST server
                  2020-12-24 14:48:56.138  - 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().
                  2020-12-24 14:48:56.139  - error: xbox.0 (80339) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:48:56.139  - error: 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  - info: xbox.0 (80339) [END] REST server stopped 
                  2020-12-24 14:48:56.296  - info: xbox.0 (80339) [END] cleaned everything up...
                  2020-12-24 14:48:56.340  - info: xbox.0 (80339) terminating
                  2020-12-24 14:48:56.341  - info: xbox.0 (80339) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:48:56.567  - error: 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  - error: xbox.0 (80339) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:48:56.874  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:48:56.875  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:49:26.890  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80386
                  2020-12-24 14:49:29.148  - info: 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  - info: xbox.0 (80386) [START] Starting REST server
                  2020-12-24 14:49:34.306  - 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().
                  2020-12-24 14:49:34.311  - error: xbox.0 (80386) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:49:34.312  - error: 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  - info: xbox.0 (80386) [END] REST server stopped 
                  2020-12-24 14:49:34.745  - info: xbox.0 (80386) [END] cleaned everything up...
                  2020-12-24 14:49:34.753  - info: xbox.0 (80386) terminating
                  2020-12-24 14:49:34.755  - info: xbox.0 (80386) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:49:35.305  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:49:35.306  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:50:05.320  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80574
                  2020-12-24 14:50:08.243  - info: 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  - info: xbox.0 (80574) [START] Starting REST server
                  2020-12-24 14:50:13.321  - 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().
                  2020-12-24 14:50:13.321  - error: xbox.0 (80574) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:50:13.322  - error: 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  - info: xbox.0 (80574) [END] REST server stopped 
                  2020-12-24 14:50:13.500  - info: xbox.0 (80574) [END] cleaned everything up...
                  2020-12-24 14:50:13.564  - info: xbox.0 (80574) terminating
                  2020-12-24 14:50:13.565  - info: xbox.0 (80574) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:50:13.777  - error: 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  - error: xbox.0 (80574) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:50:14.100  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:50:14.100  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:50:44.112  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80634
                  2020-12-24 14:50:46.194  - info: 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  - info: xbox.0 (80634) [START] Starting REST server
                  2020-12-24 14:50:51.312  - 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().
                  2020-12-24 14:50:51.312  - error: xbox.0 (80634) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:50:51.313  - error: 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  - info: xbox.0 (80634) [END] REST server stopped 
                  2020-12-24 14:50:51.474  - info: xbox.0 (80634) [END] cleaned everything up...
                  2020-12-24 14:50:51.477  - info: xbox.0 (80634) terminating
                  2020-12-24 14:50:51.478  - info: xbox.0 (80634) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:50:51.714  - error: 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  - error: xbox.0 (80634) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:50:52.010  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:50:52.011  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:51:22.025  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80683
                  2020-12-24 14:51:24.216  - info: 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  - info: xbox.0 (80683) [START] Starting REST server
                  2020-12-24 14:51:29.333  - 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().
                  2020-12-24 14:51:29.333  - error: xbox.0 (80683) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:51:29.334  - error: 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  - info: xbox.0 (80683) [END] REST server stopped 
                  2020-12-24 14:51:30.116  - info: xbox.0 (80683) [END] cleaned everything up...
                  2020-12-24 14:51:30.211  - info: xbox.0 (80683) terminating
                  2020-12-24 14:51:30.212  - info: xbox.0 (80683) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:51:30.352  - error: 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  - error: xbox.0 (80683) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:51:31.037  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:51:31.037  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:52:01.054  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80733
                  2020-12-24 14:52:03.549  - info: 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  - info: xbox.0 (80733) [START] Starting REST server
                  2020-12-24 14:52:08.641  - 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().
                  2020-12-24 14:52:08.642  - error: xbox.0 (80733) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:52:08.643  - error: 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  - info: xbox.0 (80733) [END] REST server stopped 
                  2020-12-24 14:52:08.821  - info: xbox.0 (80733) [END] cleaned everything up...
                  2020-12-24 14:52:08.867  - info: xbox.0 (80733) terminating
                  2020-12-24 14:52:08.872  - info: xbox.0 (80733) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:52:09.127  - error: 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  - error: xbox.0 (80733) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:52:09.426  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:52:09.427  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:52:21.032  - info: host.iobroker "system.adapter.xbox.0" disabled
                  2020-12-24 14:52:24.694  - info: host.iobroker "system.adapter.xbox.0" enabled
                  2020-12-24 14:52:24.706  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80779
                  2020-12-24 14:52:27.897  - info: 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  - info: xbox.0 (80779) [START] Starting REST server
                  2020-12-24 14:52:33.018  - 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().
                  2020-12-24 14:52:33.019  - error: xbox.0 (80779) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:52:33.020  - error: 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  - info: xbox.0 (80779) [END] REST server stopped 
                  2020-12-24 14:52:33.302  - info: xbox.0 (80779) [END] cleaned everything up...
                  2020-12-24 14:52:33.307  - info: xbox.0 (80779) terminating
                  2020-12-24 14:52:33.308  - info: xbox.0 (80779) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:52:33.797  - error: 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  - error: xbox.0 (80779) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:52:33.873  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:52:33.874  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:53:03.892  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80828
                  2020-12-24 14:53:06.465  - info: 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  - info: xbox.0 (80828) [START] Starting REST server
                  2020-12-24 14:53:11.584  - 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().
                  2020-12-24 14:53:11.585  - error: xbox.0 (80828) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:53:11.586  - error: 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  - info: xbox.0 (80828) [END] REST server stopped 
                  2020-12-24 14:53:11.758  - info: xbox.0 (80828) [END] cleaned everything up...
                  2020-12-24 14:53:11.803  - info: xbox.0 (80828) terminating
                  2020-12-24 14:53:11.804  - info: xbox.0 (80828) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:53:12.055  - error: 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  - error: xbox.0 (80828) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:53:12.337  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:53:12.338  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:53:42.350  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80884
                  2020-12-24 14:53:44.732  - info: 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  - info: xbox.0 (80884) [START] Starting REST server
                  2020-12-24 14:53:49.852  - 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().
                  2020-12-24 14:53:49.853  - error: xbox.0 (80884) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:53:49.854  - error: 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  - info: xbox.0 (80884) [END] REST server stopped 
                  2020-12-24 14:53:50.015  - info: xbox.0 (80884) [END] cleaned everything up...
                  2020-12-24 14:53:50.059  - info: xbox.0 (80884) terminating
                  2020-12-24 14:53:50.060  - info: xbox.0 (80884) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:53:50.362  - error: 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  - error: xbox.0 (80884) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:53:50.593  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:53:50.593  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:54:20.650  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80933
                  2020-12-24 14:54:22.900  - info: 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  - info: xbox.0 (80933) [START] Starting REST server
                  2020-12-24 14:54:28.037  - 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().
                  2020-12-24 14:54:28.038  - error: xbox.0 (80933) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:54:28.039  - error: 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  - info: xbox.0 (80933) [END] REST server stopped 
                  2020-12-24 14:54:28.251  - info: xbox.0 (80933) [END] cleaned everything up...
                  2020-12-24 14:54:28.295  - info: xbox.0 (80933) terminating
                  2020-12-24 14:54:28.295  - info: xbox.0 (80933) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:54:28.576  - error: 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  - error: xbox.0 (80933) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:54:28.832  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:54:28.833  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:54:58.843  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80982
                  2020-12-24 14:55:02.321  - info: 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  - info: xbox.0 (80982) [START] Starting REST server
                  2020-12-24 14:55:07.480  - 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().
                  2020-12-24 14:55:07.481  - error: xbox.0 (80982) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:55:07.482  - error: 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  - info: xbox.0 (80982) [END] REST server stopped 
                  2020-12-24 14:55:07.654  - info: xbox.0 (80982) [END] cleaned everything up...
                  2020-12-24 14:55:07.699  - info: xbox.0 (80982) terminating
                  2020-12-24 14:55:07.700  - info: xbox.0 (80982) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:55:07.975  - error: 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  - error: xbox.0 (80982) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:55:08.235  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:55:08.236  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:55:38.245  - info: host.iobroker instance system.adapter.xbox.0 started with pid 81044
                  2020-12-24 14:55:40.488  - info: 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  - info: xbox.0 (81044) [START] Starting REST server
                  2020-12-24 14:55:45.602  - 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().
                  2020-12-24 14:55:45.603  - error: xbox.0 (81044) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:55:45.603  - error: 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  - info: xbox.0 (81044) [END] REST server stopped 
                  2020-12-24 14:55:45.764  - info: xbox.0 (81044) [END] cleaned everything up...
                  2020-12-24 14:55:45.768  - info: xbox.0 (81044) terminating
                  2020-12-24 14:55:45.769  - info: xbox.0 (81044) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:55:46.089  - error: 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  - error: xbox.0 (81044) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:55:46.304  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:55:46.304  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:56:16.322  - info: host.iobroker instance system.adapter.xbox.0 started with pid 81095
                  2020-12-24 14:56:18.816  - info: 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  - info: xbox.0 (81095) [START] Starting REST server
                  2020-12-24 14:56:23.959  - 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().
                  2020-12-24 14:56:23.959  - error: xbox.0 (81095) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:56:23.960  - error: 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  - info: xbox.0 (81095) [END] REST server stopped 
                  2020-12-24 14:56:24.139  - info: xbox.0 (81095) [END] cleaned everything up...
                  2020-12-24 14:56:24.183  - info: xbox.0 (81095) terminating
                  2020-12-24 14:56:24.185  - info: xbox.0 (81095) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:56:24.527  - error: 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  - error: xbox.0 (81095) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:56:24.718  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:56:24.719  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:56:54.732  - info: host.iobroker instance system.adapter.xbox.0 started with pid 81144
                  2020-12-24 14:56:56.878  - info: 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  - info: xbox.0 (81144) [START] Starting REST server
                  2020-12-24 14:57:01.955  - 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().
                  2020-12-24 14:57:01.955  - error: xbox.0 (81144) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:57:01.956  - error: 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  - info: xbox.0 (81144) [END] REST server stopped 
                  2020-12-24 14:57:02.121  - info: xbox.0 (81144) [END] cleaned everything up...
                  2020-12-24 14:57:02.167  - info: xbox.0 (81144) terminating
                  2020-12-24 14:57:02.168  - info: xbox.0 (81144) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:57:02.484  - error: 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  - error: xbox.0 (81144) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:57:02.707  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:57:02.707  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                  2020-12-24 14:57:32.728  - info: host.iobroker instance system.adapter.xbox.0 started with pid 81192
                  2020-12-24 14:57:36.420  - info: 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  - info: xbox.0 (81192) [START] Starting REST server
                  2020-12-24 14:57:41.540  - 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().
                  2020-12-24 14:57:41.541  - error: xbox.0 (81192) unhandled promise rejection: Cannot read property 'includes' of undefined
                  2020-12-24 14:57:41.541  - error: 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  - info: xbox.0 (81192) [END] REST server stopped 
                  2020-12-24 14:57:41.715  - info: xbox.0 (81192) [END] cleaned everything up...
                  2020-12-24 14:57:41.719  - info: xbox.0 (81192) terminating
                  2020-12-24 14:57:41.720  - info: xbox.0 (81192) Terminated (NO_ERROR): Without reason
                  2020-12-24 14:57:42.039  - error: 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  - error: xbox.0 (81192) [START] Restarting adapter in 30 seconds
                  2020-12-24 14:57:42.259  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                  2020-12-24 14:57:42.259  - info: 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?

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

                  @TWART016

                  apt policy python3
                  

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  T 1 Antwort Letzte Antwort
                  0
                  • foxriver76F foxriver76

                    @Schnutexxl welche Python Version hast du denn drauf?

                    S Offline
                    S Offline
                    Schnutexxl
                    schrieb am zuletzt editiert von
                    #64

                    @foxriver76 sorry für das große delay. Frohe Weihnacht:

                    # python -V                                                                                                                                                                                                                                                 
                    Python 3.7.3  
                    
                    1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @TWART016

                      apt policy python3
                      
                      T Offline
                      T Offline
                      TWART016
                      schrieb am zuletzt editiert von
                      #65

                      @Thomas-Braun

                       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
                      
                      1 Antwort Letzte Antwort
                      0
                      • T TWART016

                        @Thomas-Braun
                        So stand das im Log im ioBroker. Ich hab habe das nun heruntergeladen und gefiltert:

                        2020-12-24 14:40:39.038  - info: xbox.0 (79678) [END] REST server stopped 
                        2020-12-24 14:40:39.049  - info: xbox.0 (79678) [END] cleaned everything up...
                        2020-12-24 14:40:39.096  - info: xbox.0 (79678) terminating
                        2020-12-24 14:40:39.096  - info: xbox.0 (79678) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:40:39.649  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:40:39.649  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:41:09.662  - info: host.iobroker instance system.adapter.xbox.0 started with pid 79728
                        2020-12-24 14:41:11.792  - info: 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  - info: xbox.0 (79728) [START] Starting REST server
                        2020-12-24 14:41:16.882  - 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().
                        2020-12-24 14:41:16.882  - error: xbox.0 (79728) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:41:16.883  - error: 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  - info: xbox.0 (79728) [END] REST server stopped 
                        2020-12-24 14:41:17.041  - info: xbox.0 (79728) [END] cleaned everything up...
                        2020-12-24 14:41:17.084  - info: xbox.0 (79728) terminating
                        2020-12-24 14:41:17.085  - info: xbox.0 (79728) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:41:17.322  - error: 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  - error: xbox.0 (79728) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:41:17.623  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:41:17.623  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:41:47.635  - info: host.iobroker instance system.adapter.xbox.0 started with pid 79775
                        2020-12-24 14:41:49.940  - info: 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  - info: xbox.0 (79775) [START] Starting REST server
                        2020-12-24 14:41:55.033  - 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().
                        2020-12-24 14:41:55.033  - error: xbox.0 (79775) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:41:55.034  - error: 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  - info: xbox.0 (79775) [END] REST server stopped 
                        2020-12-24 14:41:55.235  - info: xbox.0 (79775) [END] cleaned everything up...
                        2020-12-24 14:41:55.240  - info: xbox.0 (79775) terminating
                        2020-12-24 14:41:55.244  - info: xbox.0 (79775) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:41:55.520  - error: 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  - error: xbox.0 (79775) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:41:55.779  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:41:55.780  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:42:25.790  - info: host.iobroker instance system.adapter.xbox.0 started with pid 79824
                        2020-12-24 14:42:28.160  - info: 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  - info: xbox.0 (79824) [START] Starting REST server
                        2020-12-24 14:42:33.294  - 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().
                        2020-12-24 14:42:33.299  - error: xbox.0 (79824) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:42:33.300  - error: 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  - info: xbox.0 (79824) [END] REST server stopped 
                        2020-12-24 14:42:33.717  - info: xbox.0 (79824) [END] cleaned everything up...
                        2020-12-24 14:42:33.768  - info: xbox.0 (79824) terminating
                        2020-12-24 14:42:33.769  - info: xbox.0 (79824) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:42:34.334  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:42:34.334  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:43:04.348  - info: host.iobroker instance system.adapter.xbox.0 started with pid 79873
                        2020-12-24 14:43:06.789  - info: 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  - info: xbox.0 (79873) [START] Starting REST server
                        2020-12-24 14:43:11.865  - 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().
                        2020-12-24 14:43:11.866  - error: xbox.0 (79873) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:43:11.867  - error: 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  - info: xbox.0 (79873) [END] REST server stopped 
                        2020-12-24 14:43:12.049  - info: xbox.0 (79873) [END] cleaned everything up...
                        2020-12-24 14:43:12.052  - info: xbox.0 (79873) terminating
                        2020-12-24 14:43:12.053  - info: xbox.0 (79873) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:43:12.375  - error: 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  - error: xbox.0 (79873) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:43:12.586  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:43:12.587  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:43:42.601  - info: host.iobroker instance system.adapter.xbox.0 started with pid 79920
                        2020-12-24 14:43:44.983  - info: 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  - info: xbox.0 (79920) [START] Starting REST server
                        2020-12-24 14:43:50.058  - 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().
                        2020-12-24 14:43:50.058  - error: xbox.0 (79920) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:43:50.059  - error: 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  - info: xbox.0 (79920) [END] REST server stopped 
                        2020-12-24 14:43:50.222  - info: xbox.0 (79920) [END] cleaned everything up...
                        2020-12-24 14:43:50.225  - info: xbox.0 (79920) terminating
                        2020-12-24 14:43:50.226  - info: xbox.0 (79920) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:43:50.525  - error: 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  - error: xbox.0 (79920) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:43:50.766  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:43:50.767  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:44:20.781  - info: host.iobroker instance system.adapter.xbox.0 started with pid 79969
                        2020-12-24 14:44:22.909  - info: 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  - info: xbox.0 (79969) [START] Starting REST server
                        2020-12-24 14:44:27.998  - 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().
                        2020-12-24 14:44:27.999  - error: xbox.0 (79969) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:44:28.000  - error: 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  - info: xbox.0 (79969) [END] REST server stopped 
                        2020-12-24 14:44:28.171  - info: xbox.0 (79969) [END] cleaned everything up...
                        2020-12-24 14:44:28.216  - info: xbox.0 (79969) terminating
                        2020-12-24 14:44:28.217  - info: xbox.0 (79969) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:44:28.477  - error: 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  - error: xbox.0 (79969) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:44:28.750  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:44:28.750  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:44:58.767  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80018
                        2020-12-24 14:45:01.327  - info: 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  - info: xbox.0 (80018) [START] Starting REST server
                        2020-12-24 14:45:06.485  - 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().
                        2020-12-24 14:45:06.493  - error: xbox.0 (80018) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:45:06.493  - error: 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  - info: xbox.0 (80018) [END] REST server stopped 
                        2020-12-24 14:45:06.998  - info: xbox.0 (80018) [END] cleaned everything up...
                        2020-12-24 14:45:07.001  - info: xbox.0 (80018) terminating
                        2020-12-24 14:45:07.002  - info: xbox.0 (80018) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:45:07.568  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:45:07.568  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:45:37.581  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80096
                        2020-12-24 14:45:39.612  - info: 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  - info: xbox.0 (80096) [START] Starting REST server
                        2020-12-24 14:45:44.699  - 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().
                        2020-12-24 14:45:44.700  - error: xbox.0 (80096) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:45:44.701  - error: 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  - info: xbox.0 (80096) [END] REST server stopped 
                        2020-12-24 14:45:44.859  - info: xbox.0 (80096) [END] cleaned everything up...
                        2020-12-24 14:45:44.863  - info: xbox.0 (80096) terminating
                        2020-12-24 14:45:44.864  - info: xbox.0 (80096) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:45:45.123  - error: 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  - error: xbox.0 (80096) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:45:45.396  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:45:45.396  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:46:15.406  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80146
                        2020-12-24 14:46:17.595  - info: 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  - info: xbox.0 (80146) [START] Starting REST server
                        2020-12-24 14:46:22.743  - 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().
                        2020-12-24 14:46:22.743  - error: xbox.0 (80146) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:46:22.744  - error: 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  - info: xbox.0 (80146) [END] REST server stopped 
                        2020-12-24 14:46:22.905  - info: xbox.0 (80146) [END] cleaned everything up...
                        2020-12-24 14:46:22.948  - info: xbox.0 (80146) terminating
                        2020-12-24 14:46:22.949  - info: xbox.0 (80146) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:46:23.265  - error: 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  - error: xbox.0 (80146) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:46:23.484  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:46:23.484  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:46:53.499  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80195
                        2020-12-24 14:46:55.618  - info: 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  - info: xbox.0 (80195) [START] Starting REST server
                        2020-12-24 14:47:00.694  - 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().
                        2020-12-24 14:47:00.694  - error: xbox.0 (80195) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:47:00.695  - error: 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  - info: xbox.0 (80195) [END] REST server stopped 
                        2020-12-24 14:47:00.856  - info: xbox.0 (80195) [END] cleaned everything up...
                        2020-12-24 14:47:00.859  - info: xbox.0 (80195) terminating
                        2020-12-24 14:47:00.860  - info: xbox.0 (80195) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:47:01.194  - error: 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  - error: xbox.0 (80195) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:47:01.395  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:47:01.395  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:47:31.407  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80241
                        2020-12-24 14:47:34.982  - info: 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  - info: xbox.0 (80241) [START] Starting REST server
                        2020-12-24 14:47:40.131  - 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().
                        2020-12-24 14:47:40.131  - error: xbox.0 (80241) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:47:40.132  - error: 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  - info: xbox.0 (80241) [END] REST server stopped 
                        2020-12-24 14:47:40.300  - info: xbox.0 (80241) [END] cleaned everything up...
                        2020-12-24 14:47:40.303  - info: xbox.0 (80241) terminating
                        2020-12-24 14:47:40.303  - info: xbox.0 (80241) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:47:40.555  - error: 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  - error: xbox.0 (80241) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:47:40.838  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:47:40.838  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:48:10.856  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80290
                        2020-12-24 14:48:12.991  - info: 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  - info: xbox.0 (80290) [START] Starting REST server
                        2020-12-24 14:48:18.082  - 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().
                        2020-12-24 14:48:18.083  - error: xbox.0 (80290) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:48:18.084  - error: 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  - info: xbox.0 (80290) [END] REST server stopped 
                        2020-12-24 14:48:18.232  - info: xbox.0 (80290) [END] cleaned everything up...
                        2020-12-24 14:48:18.235  - info: xbox.0 (80290) terminating
                        2020-12-24 14:48:18.236  - info: xbox.0 (80290) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:48:18.523  - error: 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  - error: xbox.0 (80290) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:48:18.767  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:48:18.768  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:48:48.781  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80339
                        2020-12-24 14:48:51.045  - info: 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  - info: xbox.0 (80339) [START] Starting REST server
                        2020-12-24 14:48:56.138  - 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().
                        2020-12-24 14:48:56.139  - error: xbox.0 (80339) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:48:56.139  - error: 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  - info: xbox.0 (80339) [END] REST server stopped 
                        2020-12-24 14:48:56.296  - info: xbox.0 (80339) [END] cleaned everything up...
                        2020-12-24 14:48:56.340  - info: xbox.0 (80339) terminating
                        2020-12-24 14:48:56.341  - info: xbox.0 (80339) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:48:56.567  - error: 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  - error: xbox.0 (80339) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:48:56.874  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:48:56.875  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:49:26.890  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80386
                        2020-12-24 14:49:29.148  - info: 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  - info: xbox.0 (80386) [START] Starting REST server
                        2020-12-24 14:49:34.306  - 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().
                        2020-12-24 14:49:34.311  - error: xbox.0 (80386) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:49:34.312  - error: 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  - info: xbox.0 (80386) [END] REST server stopped 
                        2020-12-24 14:49:34.745  - info: xbox.0 (80386) [END] cleaned everything up...
                        2020-12-24 14:49:34.753  - info: xbox.0 (80386) terminating
                        2020-12-24 14:49:34.755  - info: xbox.0 (80386) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:49:35.305  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:49:35.306  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:50:05.320  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80574
                        2020-12-24 14:50:08.243  - info: 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  - info: xbox.0 (80574) [START] Starting REST server
                        2020-12-24 14:50:13.321  - 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().
                        2020-12-24 14:50:13.321  - error: xbox.0 (80574) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:50:13.322  - error: 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  - info: xbox.0 (80574) [END] REST server stopped 
                        2020-12-24 14:50:13.500  - info: xbox.0 (80574) [END] cleaned everything up...
                        2020-12-24 14:50:13.564  - info: xbox.0 (80574) terminating
                        2020-12-24 14:50:13.565  - info: xbox.0 (80574) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:50:13.777  - error: 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  - error: xbox.0 (80574) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:50:14.100  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:50:14.100  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:50:44.112  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80634
                        2020-12-24 14:50:46.194  - info: 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  - info: xbox.0 (80634) [START] Starting REST server
                        2020-12-24 14:50:51.312  - 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().
                        2020-12-24 14:50:51.312  - error: xbox.0 (80634) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:50:51.313  - error: 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  - info: xbox.0 (80634) [END] REST server stopped 
                        2020-12-24 14:50:51.474  - info: xbox.0 (80634) [END] cleaned everything up...
                        2020-12-24 14:50:51.477  - info: xbox.0 (80634) terminating
                        2020-12-24 14:50:51.478  - info: xbox.0 (80634) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:50:51.714  - error: 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  - error: xbox.0 (80634) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:50:52.010  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:50:52.011  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:51:22.025  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80683
                        2020-12-24 14:51:24.216  - info: 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  - info: xbox.0 (80683) [START] Starting REST server
                        2020-12-24 14:51:29.333  - 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().
                        2020-12-24 14:51:29.333  - error: xbox.0 (80683) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:51:29.334  - error: 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  - info: xbox.0 (80683) [END] REST server stopped 
                        2020-12-24 14:51:30.116  - info: xbox.0 (80683) [END] cleaned everything up...
                        2020-12-24 14:51:30.211  - info: xbox.0 (80683) terminating
                        2020-12-24 14:51:30.212  - info: xbox.0 (80683) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:51:30.352  - error: 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  - error: xbox.0 (80683) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:51:31.037  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:51:31.037  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:52:01.054  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80733
                        2020-12-24 14:52:03.549  - info: 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  - info: xbox.0 (80733) [START] Starting REST server
                        2020-12-24 14:52:08.641  - 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().
                        2020-12-24 14:52:08.642  - error: xbox.0 (80733) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:52:08.643  - error: 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  - info: xbox.0 (80733) [END] REST server stopped 
                        2020-12-24 14:52:08.821  - info: xbox.0 (80733) [END] cleaned everything up...
                        2020-12-24 14:52:08.867  - info: xbox.0 (80733) terminating
                        2020-12-24 14:52:08.872  - info: xbox.0 (80733) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:52:09.127  - error: 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  - error: xbox.0 (80733) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:52:09.426  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:52:09.427  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:52:21.032  - info: host.iobroker "system.adapter.xbox.0" disabled
                        2020-12-24 14:52:24.694  - info: host.iobroker "system.adapter.xbox.0" enabled
                        2020-12-24 14:52:24.706  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80779
                        2020-12-24 14:52:27.897  - info: 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  - info: xbox.0 (80779) [START] Starting REST server
                        2020-12-24 14:52:33.018  - 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().
                        2020-12-24 14:52:33.019  - error: xbox.0 (80779) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:52:33.020  - error: 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  - info: xbox.0 (80779) [END] REST server stopped 
                        2020-12-24 14:52:33.302  - info: xbox.0 (80779) [END] cleaned everything up...
                        2020-12-24 14:52:33.307  - info: xbox.0 (80779) terminating
                        2020-12-24 14:52:33.308  - info: xbox.0 (80779) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:52:33.797  - error: 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  - error: xbox.0 (80779) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:52:33.873  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:52:33.874  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:53:03.892  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80828
                        2020-12-24 14:53:06.465  - info: 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  - info: xbox.0 (80828) [START] Starting REST server
                        2020-12-24 14:53:11.584  - 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().
                        2020-12-24 14:53:11.585  - error: xbox.0 (80828) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:53:11.586  - error: 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  - info: xbox.0 (80828) [END] REST server stopped 
                        2020-12-24 14:53:11.758  - info: xbox.0 (80828) [END] cleaned everything up...
                        2020-12-24 14:53:11.803  - info: xbox.0 (80828) terminating
                        2020-12-24 14:53:11.804  - info: xbox.0 (80828) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:53:12.055  - error: 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  - error: xbox.0 (80828) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:53:12.337  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:53:12.338  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:53:42.350  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80884
                        2020-12-24 14:53:44.732  - info: 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  - info: xbox.0 (80884) [START] Starting REST server
                        2020-12-24 14:53:49.852  - 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().
                        2020-12-24 14:53:49.853  - error: xbox.0 (80884) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:53:49.854  - error: 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  - info: xbox.0 (80884) [END] REST server stopped 
                        2020-12-24 14:53:50.015  - info: xbox.0 (80884) [END] cleaned everything up...
                        2020-12-24 14:53:50.059  - info: xbox.0 (80884) terminating
                        2020-12-24 14:53:50.060  - info: xbox.0 (80884) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:53:50.362  - error: 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  - error: xbox.0 (80884) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:53:50.593  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:53:50.593  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:54:20.650  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80933
                        2020-12-24 14:54:22.900  - info: 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  - info: xbox.0 (80933) [START] Starting REST server
                        2020-12-24 14:54:28.037  - 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().
                        2020-12-24 14:54:28.038  - error: xbox.0 (80933) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:54:28.039  - error: 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  - info: xbox.0 (80933) [END] REST server stopped 
                        2020-12-24 14:54:28.251  - info: xbox.0 (80933) [END] cleaned everything up...
                        2020-12-24 14:54:28.295  - info: xbox.0 (80933) terminating
                        2020-12-24 14:54:28.295  - info: xbox.0 (80933) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:54:28.576  - error: 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  - error: xbox.0 (80933) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:54:28.832  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:54:28.833  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:54:58.843  - info: host.iobroker instance system.adapter.xbox.0 started with pid 80982
                        2020-12-24 14:55:02.321  - info: 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  - info: xbox.0 (80982) [START] Starting REST server
                        2020-12-24 14:55:07.480  - 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().
                        2020-12-24 14:55:07.481  - error: xbox.0 (80982) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:55:07.482  - error: 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  - info: xbox.0 (80982) [END] REST server stopped 
                        2020-12-24 14:55:07.654  - info: xbox.0 (80982) [END] cleaned everything up...
                        2020-12-24 14:55:07.699  - info: xbox.0 (80982) terminating
                        2020-12-24 14:55:07.700  - info: xbox.0 (80982) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:55:07.975  - error: 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  - error: xbox.0 (80982) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:55:08.235  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:55:08.236  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:55:38.245  - info: host.iobroker instance system.adapter.xbox.0 started with pid 81044
                        2020-12-24 14:55:40.488  - info: 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  - info: xbox.0 (81044) [START] Starting REST server
                        2020-12-24 14:55:45.602  - 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().
                        2020-12-24 14:55:45.603  - error: xbox.0 (81044) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:55:45.603  - error: 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  - info: xbox.0 (81044) [END] REST server stopped 
                        2020-12-24 14:55:45.764  - info: xbox.0 (81044) [END] cleaned everything up...
                        2020-12-24 14:55:45.768  - info: xbox.0 (81044) terminating
                        2020-12-24 14:55:45.769  - info: xbox.0 (81044) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:55:46.089  - error: 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  - error: xbox.0 (81044) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:55:46.304  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:55:46.304  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:56:16.322  - info: host.iobroker instance system.adapter.xbox.0 started with pid 81095
                        2020-12-24 14:56:18.816  - info: 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  - info: xbox.0 (81095) [START] Starting REST server
                        2020-12-24 14:56:23.959  - 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().
                        2020-12-24 14:56:23.959  - error: xbox.0 (81095) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:56:23.960  - error: 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  - info: xbox.0 (81095) [END] REST server stopped 
                        2020-12-24 14:56:24.139  - info: xbox.0 (81095) [END] cleaned everything up...
                        2020-12-24 14:56:24.183  - info: xbox.0 (81095) terminating
                        2020-12-24 14:56:24.185  - info: xbox.0 (81095) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:56:24.527  - error: 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  - error: xbox.0 (81095) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:56:24.718  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:56:24.719  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:56:54.732  - info: host.iobroker instance system.adapter.xbox.0 started with pid 81144
                        2020-12-24 14:56:56.878  - info: 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  - info: xbox.0 (81144) [START] Starting REST server
                        2020-12-24 14:57:01.955  - 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().
                        2020-12-24 14:57:01.955  - error: xbox.0 (81144) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:57:01.956  - error: 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  - info: xbox.0 (81144) [END] REST server stopped 
                        2020-12-24 14:57:02.121  - info: xbox.0 (81144) [END] cleaned everything up...
                        2020-12-24 14:57:02.167  - info: xbox.0 (81144) terminating
                        2020-12-24 14:57:02.168  - info: xbox.0 (81144) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:57:02.484  - error: 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  - error: xbox.0 (81144) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:57:02.707  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:57:02.707  - info: host.iobroker Restart adapter system.adapter.xbox.0 because enabled
                        2020-12-24 14:57:32.728  - info: host.iobroker instance system.adapter.xbox.0 started with pid 81192
                        2020-12-24 14:57:36.420  - info: 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  - info: xbox.0 (81192) [START] Starting REST server
                        2020-12-24 14:57:41.540  - 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().
                        2020-12-24 14:57:41.541  - error: xbox.0 (81192) unhandled promise rejection: Cannot read property 'includes' of undefined
                        2020-12-24 14:57:41.541  - error: 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  - info: xbox.0 (81192) [END] REST server stopped 
                        2020-12-24 14:57:41.715  - info: xbox.0 (81192) [END] cleaned everything up...
                        2020-12-24 14:57:41.719  - info: xbox.0 (81192) terminating
                        2020-12-24 14:57:41.720  - info: xbox.0 (81192) Terminated (NO_ERROR): Without reason
                        2020-12-24 14:57:42.039  - error: 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  - error: xbox.0 (81192) [START] Restarting adapter in 30 seconds
                        2020-12-24 14:57:42.259  - info: host.iobroker instance system.adapter.xbox.0 terminated with code 0 (NO_ERROR)
                        2020-12-24 14:57:42.259  - info: 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?

                        foxriver76F Nicht stören
                        foxriver76F Nicht stören
                        foxriver76
                        Developer
                        schrieb am zuletzt editiert von
                        #66

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

                        Videotutorials & mehr

                        Hier könnt ihr mich unterstützen.

                        S T 2 Antworten Letzte Antwort
                        0
                        • foxriver76F foxriver76

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

                          S Offline
                          S Offline
                          Schnutexxl
                          schrieb am zuletzt editiert von
                          #67

                          @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

                          Thomas BraunT foxriver76F 2 Antworten Letzte Antwort
                          0
                          • S Schnutexxl

                            @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

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

                            @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
                            

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            1 Antwort Letzte Antwort
                            0
                            • S Schnutexxl

                              @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

                              foxriver76F Nicht stören
                              foxriver76F Nicht stören
                              foxriver76
                              Developer
                              schrieb am zuletzt editiert von foxriver76
                              #69

                              @Schnutexxl vermutlich haben die dependency Entwickler eine Abhängigkeit vergessen:

                              python3.7 -m pip install requests
                              

                              Oder je nachdem wie dein Interpreter heißt.

                              Videotutorials & mehr

                              Hier könnt ihr mich unterstützen.

                              S R 2 Antworten Letzte Antwort
                              0
                              • foxriver76F foxriver76

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

                                T Offline
                                T Offline
                                TWART016
                                schrieb am zuletzt editiert von
                                #70

                                @foxriver76 ich konnte das Update ohne Probleme installieren.
                                Jetzt ist alles verbunden. Besten Dank.

                                1 Antwort Letzte Antwort
                                0
                                • foxriver76F foxriver76

                                  @Schnutexxl vermutlich haben die dependency Entwickler eine Abhängigkeit vergessen:

                                  python3.7 -m pip install requests
                                  

                                  Oder je nachdem wie dein Interpreter heißt.

                                  S Offline
                                  S Offline
                                  Schnutexxl
                                  schrieb am zuletzt editiert von
                                  #71

                                  @foxriver76 sagte in XBox-Adapter Fehler:

                                  python3.7 -m pip install requests

                                  SUPER!!!! :grinning: Läuft nun endlich. Besten Dank für den schnellen support.

                                  Ich stand schon immer mit python3 auf dem Kriegsfuß.

                                  Besten Dank :+1:

                                  1 Antwort Letzte Antwort
                                  0
                                  • foxriver76F foxriver76

                                    @Schnutexxl vermutlich haben die dependency Entwickler eine Abhängigkeit vergessen:

                                    python3.7 -m pip install requests
                                    

                                    Oder je nachdem wie dein Interpreter heißt.

                                    R Offline
                                    R Offline
                                    RkcCorian
                                    schrieb am zuletzt editiert von Negalein
                                    #72

                                    @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:

                                    1. Wenn ich die Authentifizierung einschalte (Haken setzen) kommt das Feld für Benutzername und Passwort nicht
                                    2. 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

                                    foxriver76F 1 Antwort Letzte Antwort
                                    0
                                    • R RkcCorian

                                      @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:

                                      1. Wenn ich die Authentifizierung einschalte (Haken setzen) kommt das Feld für Benutzername und Passwort nicht
                                      2. 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

                                      foxriver76F Nicht stören
                                      foxriver76F Nicht stören
                                      foxriver76
                                      Developer
                                      schrieb am zuletzt editiert von
                                      #73

                                      @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?

                                      Videotutorials & mehr

                                      Hier könnt ihr mich unterstützen.

                                      R 1 Antwort Letzte Antwort
                                      0
                                      • foxriver76F foxriver76

                                        @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?

                                        R Offline
                                        R Offline
                                        RkcCorian
                                        schrieb am zuletzt editiert von RkcCorian
                                        #74

                                        @foxriver76 "Sind die Pakete build-essential libssl-dev libffi-dev python3-dev installiert?" => Woran/Wie kann ich das sehen?

                                        foxriver76F 1 Antwort Letzte Antwort
                                        0
                                        • R RkcCorian

                                          @foxriver76 "Sind die Pakete build-essential libssl-dev libffi-dev python3-dev installiert?" => Woran/Wie kann ich das sehen?

                                          foxriver76F Nicht stören
                                          foxriver76F Nicht stören
                                          foxriver76
                                          Developer
                                          schrieb am zuletzt editiert von
                                          #75

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

                                          Videotutorials & mehr

                                          Hier könnt ihr mich unterstützen.

                                          R 2 Antworten Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          862

                                          Online

                                          32.5k

                                          Benutzer

                                          81.7k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe