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

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

NEWS

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

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

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.2k

XBox-Adapter Fehler

Geplant Angeheftet Gesperrt Verschoben Gelöst Error/Bug
xbox
98 Beiträge 8 Kommentatoren 8.7k 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.
  • foxriver76F foxriver76

    @Negalein 0.6.0 benötigt mindestens Python 3.6, da die Xbox Kollegen den Support für 3.5 raus genommen haben. Musst allerdings nicht upgraden, war eher so für die Zukunftssicherheit, da sie das Modul umgezogen haben. Ansonsten müsstest du mal schauen, wie Python installiert ist bei dir. Evtl via apt.

    NegaleinN Offline
    NegaleinN Offline
    Negalein
    Global Moderator
    schrieb am zuletzt editiert von
    #43

    @foxriver76 sagte in XBox-Adapter Fehler:

    Ansonsten müsstest du mal schauen, wie Python installiert ist bei dir. Evtl via apt

    wie finde ich das raus?
    Hab ioBroker auf einer Synology.
    Oder reicht es, direkt auf der Syno Python zu installieren?

    ° Node.js: 20.17.0 NPM: 10.8.2
    ° Proxmox, Ubuntu 22.04.3 LTS
    ° Fixer ---> iob fix

    foxriver76F 1 Antwort Letzte Antwort
    0
    • NegaleinN Negalein

      @foxriver76 sagte in XBox-Adapter Fehler:

      Ansonsten müsstest du mal schauen, wie Python installiert ist bei dir. Evtl via apt

      wie finde ich das raus?
      Hab ioBroker auf einer Synology.
      Oder reicht es, direkt auf der Syno Python zu installieren?

      foxriver76F Offline
      foxriver76F Offline
      foxriver76
      Developer
      schrieb am zuletzt editiert von
      #44

      @Negalein was gibt sudo apt update | grep python denn bei dir aus?

      Videotutorials & mehr

      Hier könnt ihr mich unterstützen.

      NegaleinN 1 Antwort Letzte Antwort
      0
      • foxriver76F foxriver76

        @Negalein was gibt sudo apt update | grep python denn bei dir aus?

        NegaleinN Offline
        NegaleinN Offline
        Negalein
        Global Moderator
        schrieb am zuletzt editiert von
        #45

        @foxriver76 sagte in XBox-Adapter Fehler:

        was gibt sudo apt update | grep python denn bei dir aus?

        root@iobroker:/opt/iobroker# sudo apt update | grep python
        
        WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
        
        root@iobroker:/opt/iobroker#
        

        ° Node.js: 20.17.0 NPM: 10.8.2
        ° Proxmox, Ubuntu 22.04.3 LTS
        ° Fixer ---> iob fix

        foxriver76F 1 Antwort Letzte Antwort
        0
        • NegaleinN Negalein

          @foxriver76 sagte in XBox-Adapter Fehler:

          was gibt sudo apt update | grep python denn bei dir aus?

          root@iobroker:/opt/iobroker# sudo apt update | grep python
          
          WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
          
          root@iobroker:/opt/iobroker#
          
          foxriver76F Offline
          foxriver76F Offline
          foxriver76
          Developer
          schrieb am zuletzt editiert von
          #46

          @Negalein sudo apt upgrade python3.6 und danach ein neues Terminalfenster öffnen und mal python --version && python3 -version

          Videotutorials & mehr

          Hier könnt ihr mich unterstützen.

          NegaleinN 1 Antwort Letzte Antwort
          0
          • foxriver76F foxriver76

            @Negalein sudo apt upgrade python3.6 und danach ein neues Terminalfenster öffnen und mal python --version && python3 -version

            NegaleinN Offline
            NegaleinN Offline
            Negalein
            Global Moderator
            schrieb am zuletzt editiert von
            #47

            @foxriver76 sagte in XBox-Adapter Fehler:

            sudo apt upgrade python3.6

            root@iobroker:/opt/iobroker# sudo apt upgrade python3.6
            Paketlisten werden gelesen... Fertig
            Abhängigkeitsbaum wird aufgebaut.
            Statusinformationen werden eingelesen.... Fertig
            E: Paket python3.6 kann nicht gefunden werden.
            E: Mittels des Musters »python3.6« konnte kein Paket gefunden werden.
            E: Mittels regulärem Ausdruck »python3.6« konnte kein Paket gefunden werden.
            root@iobroker:/opt/iobroker#
            

            ° Node.js: 20.17.0 NPM: 10.8.2
            ° Proxmox, Ubuntu 22.04.3 LTS
            ° Fixer ---> iob fix

            foxriver76F 1 Antwort Letzte Antwort
            0
            • NegaleinN Negalein

              @foxriver76 sagte in XBox-Adapter Fehler:

              sudo apt upgrade python3.6

              root@iobroker:/opt/iobroker# sudo apt upgrade python3.6
              Paketlisten werden gelesen... Fertig
              Abhängigkeitsbaum wird aufgebaut.
              Statusinformationen werden eingelesen.... Fertig
              E: Paket python3.6 kann nicht gefunden werden.
              E: Mittels des Musters »python3.6« konnte kein Paket gefunden werden.
              E: Mittels regulärem Ausdruck »python3.6« konnte kein Paket gefunden werden.
              root@iobroker:/opt/iobroker#
              
              foxriver76F Offline
              foxriver76F Offline
              foxriver76
              Developer
              schrieb am zuletzt editiert von foxriver76
              #48

              @Negalein Ups, sorry meinte sudo apt install python3.6

              Videotutorials & mehr

              Hier könnt ihr mich unterstützen.

              NegaleinN 1 Antwort Letzte Antwort
              0
              • foxriver76F foxriver76

                @Negalein Ups, sorry meinte sudo apt install python3.6

                NegaleinN Offline
                NegaleinN Offline
                Negalein
                Global Moderator
                schrieb am zuletzt editiert von
                #49

                @foxriver76 sagte in XBox-Adapter Fehler:

                Ups, sorry meinte sudo apt install python3.6

                findet das Paket nicht

                root@iobroker:/opt/iobroker# sudo apt install python3.6
                Paketlisten werden gelesen... Fertig
                Abhängigkeitsbaum wird aufgebaut.
                Statusinformationen werden eingelesen.... Fertig
                E: Paket python3.6 kann nicht gefunden werden.
                E: Mittels des Musters »python3.6« konnte kein Paket gefunden werden.
                E: Mittels regulärem Ausdruck »python3.6« konnte kein Paket gefunden werden.
                root@iobroker:/opt/iobroker#
                

                Aber egal, lassen wir es derweil bei der bestehenden Version.
                Sonst hat sich eh nichts geändert.

                ° Node.js: 20.17.0 NPM: 10.8.2
                ° Proxmox, Ubuntu 22.04.3 LTS
                ° Fixer ---> iob fix

                foxriver76F 1 Antwort Letzte Antwort
                0
                • NegaleinN Negalein

                  @foxriver76 sagte in XBox-Adapter Fehler:

                  Ups, sorry meinte sudo apt install python3.6

                  findet das Paket nicht

                  root@iobroker:/opt/iobroker# sudo apt install python3.6
                  Paketlisten werden gelesen... Fertig
                  Abhängigkeitsbaum wird aufgebaut.
                  Statusinformationen werden eingelesen.... Fertig
                  E: Paket python3.6 kann nicht gefunden werden.
                  E: Mittels des Musters »python3.6« konnte kein Paket gefunden werden.
                  E: Mittels regulärem Ausdruck »python3.6« konnte kein Paket gefunden werden.
                  root@iobroker:/opt/iobroker#
                  

                  Aber egal, lassen wir es derweil bei der bestehenden Version.
                  Sonst hat sich eh nichts geändert.

                  foxriver76F Offline
                  foxriver76F Offline
                  foxriver76
                  Developer
                  schrieb am zuletzt editiert von
                  #50

                  @Negalein ist vernünftig. KP was für ein OS genau auf der Synology läuft.

                  Videotutorials & mehr

                  Hier könnt ihr mich unterstützen.

                  1 Antwort Letzte Antwort
                  0
                  • SpegeliS Offline
                    SpegeliS Offline
                    Spegeli
                    schrieb am zuletzt editiert von Spegeli
                    #51

                    Also ich erhalte ebenfalls die Meldung:

                    spegeli@ioBrokerVM:~$ sudo apt install python3.6
                    Paketlisten werden gelesen... Fertig
                    Abhängigkeitsbaum wird aufgebaut.       
                    Statusinformationen werden eingelesen.... Fertig
                    E: Paket python3.6 kann nicht gefunden werden.
                    E: Mittels des Musters »python3.6« konnte kein Paket gefunden werden.
                    E: Mittels regulärem Ausdruck »python3.6« konnte kein Paket gefunden werden.
                    

                    und Version 6.0 des Adapters lässt sich nicht Installieren.

                    Aktuell ist Phyton 3.5.3 bei mir Installiert und er sagt mir auch das das wohl die aktuellste Version ist? Nutze Debian.

                    1 Antwort Letzte Antwort
                    0
                    • foxriver76F Offline
                      foxriver76F Offline
                      foxriver76
                      Developer
                      schrieb am zuletzt editiert von
                      #52

                      Dann muss das entsprechende Repo hinzugefügt werden und am Ende muss noch python3 auf 3.6 gelinkt werden. Auf was läuft denn deine Installation?

                      Videotutorials & mehr

                      Hier könnt ihr mich unterstützen.

                      SpegeliS 1 Antwort Letzte Antwort
                      0
                      • foxriver76F foxriver76

                        Dann muss das entsprechende Repo hinzugefügt werden und am Ende muss noch python3 auf 3.6 gelinkt werden. Auf was läuft denn deine Installation?

                        SpegeliS Offline
                        SpegeliS Offline
                        Spegeli
                        schrieb am zuletzt editiert von Spegeli
                        #53

                        @foxriver76 sagte in XBox-Adapter Fehler:

                        Dann muss das entsprechende Repo hinzugefügt werden und am Ende muss noch python3 auf 3.6 gelinkt werden. Auf was läuft denn deine Installation?

                        Läuft auf Debian 9.

                        ~~Versuche es jetzt mal über die direkte Source Installation: https://www.rosehosting.com/blog/how-to-install-python-3-6-4-on-debian-9/~~

                        Die Installation von Python 3.6 direkt über die Source oder das Test System hat nicht Funktioniert, hat mir jedes mal was zerschossen.

                        Hab jetzt einfach nen komplett Upgrade von Debian 9 auf 10 gemacht und wie ich anschließend gesehen hab, hat dieses Upgrade Automatisch Python 3.7 mit gebracht. Somit hat sich das Problem für mich erledigt ;-)

                        1 Antwort Letzte Antwort
                        0
                        • H Offline
                          H Offline
                          hajuerue
                          schrieb am zuletzt editiert von
                          #54

                          Hallo XBox-Adapter User,
                          habe seit dem Umstieg auf js.controller 3.1.6 Node 12 und einem Ubuntu drunter,
                          Probleme beim einrichten des Adapter. Er wirft immer Fehler beim aktivieren. (siehe Anhang)
                          Kann es sein das Python 3.8 zu neu ist für den Adapter?
                          Gruss HaJueRueXBoxAdapterProb_065_hajuerue_090820.png

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • H hajuerue

                            Hallo XBox-Adapter User,
                            habe seit dem Umstieg auf js.controller 3.1.6 Node 12 und einem Ubuntu drunter,
                            Probleme beim einrichten des Adapter. Er wirft immer Fehler beim aktivieren. (siehe Anhang)
                            Kann es sein das Python 3.8 zu neu ist für den Adapter?
                            Gruss HaJueRueXBoxAdapterProb_065_hajuerue_090820.png

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

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

                            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

                            H 1 Antwort Letzte Antwort
                            0
                            • 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 Offline
                                    foxriver76F Offline
                                    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
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          792

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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