Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. [Aufruf] Xbox Adapter testen

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [Aufruf] Xbox Adapter testen

    This topic has been deleted. Only users with topic management privileges can see it.
    • foxriver76
      foxriver76 Developer last edited by

      Dann ist Python nicht korrekt installiert oder nicht im Pfad. Bist du nach einer Anleitung vorgegangen? Das ist denke ich die einfachste Variante: https://wsvincent.com/install-python3-windows/

      1 Reply Last reply Reply Quote 0
      • Negalein
        Negalein Global Moderator last edited by

        @foxriver76:

        Dann ist Python nicht korrekt installiert oder nicht im Pfad. Bist du nach einer Anleitung vorgegangen? Das ist denke ich die einfachste Variante: https://wsvincent.com/install-python3-windows/ `

        Ich habs von https://www.python.org/downloads/ runtergeladen und ganz normal installiert.

        Werde mir deinen Link anschaun.

        1 Reply Last reply Reply Quote 0
        • Negalein
          Negalein Global Moderator last edited by

          @foxriver76:

          Dann ist Python nicht korrekt installiert oder nicht im Pfad. Bist du nach einer Anleitung vorgegangen? Das ist denke ich die einfachste Variante: https://wsvincent.com/install-python3-windows/ `

          Danke, Python läuft und ich komme mit Python auf in die Konsole!

          Aber die Installation vom Xbox-Adapter bringt noch immer Fehler!

          Microsoft Windows [Version 10.0.17134.345]
          (c) 2018 Microsoft Corporation. Alle Rechte vorbehalten.
          
          C:\WINDOWS\system32>cd..
          
          C:\Windows>cd..
          
          C:\>cd iobroker
          
          C:\ioBroker>npm i iobroker.xbox -production -unsafe-perm
          
          > iobroker.xbox@0.1.4 preinstall C:\ioBroker\node_modules\iobroker.xbox
          > apt install -y build-essential libssl-dev libffi-dev python3-dev || echo -e '[INFO] Cant install build-essential libssl-dev libffi-dev python3-dev Debian packages. If you are on a Linux system, try installing the package via: sudo npm i iobroker.xbox --unsafe-perm, otherwise you have to manage to install the packages by yourself. If you are not running on Linux, you can ignore this INFO.'
          
          Der Befehl "apt" ist entweder falsch geschrieben oder
          konnte nicht gefunden werden.
          -e '[INFO] Cant install build-essential libssl-dev libffi-dev python3-dev Debian packages. If you are on a Linux system, try installing the package via: sudo npm i iobroker.xbox --unsafe-perm, otherwise you have to manage to install the packages by yourself. If you are not running on Linux, you can ignore this INFO.'
          
          > unix-dgram@0.2.3 install C:\ioBroker\node_modules\unix-dgram
          > node-gyp rebuild
          
          C:\ioBroker\node_modules\unix-dgram>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
          gyp ERR! configure error
          gyp ERR! stack Error: Command failed: C:\Users\chris\AppData\Local\Programs\Python\Python37-32\python.EXE -c import sys; print "%s.%s.%s" % sys.version_info[:3];
          gyp ERR! stack   File "<string>", line 1
          gyp ERR! stack     import sys; print "%s.%s.%s" % sys.version_info[:3];
          gyp ERR! stack                                ^
          gyp ERR! stack SyntaxError: invalid syntax
          gyp ERR! stack
          gyp ERR! stack     at ChildProcess.exithandler (child_process.js:276:12)
          gyp ERR! stack     at emitTwo (events.js:126:13)
          gyp ERR! stack     at ChildProcess.emit (events.js:214:7)
          gyp ERR! stack     at maybeClose (internal/child_process.js:915:16)
          gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
          gyp ERR! System Windows_NT 10.0.17134
          gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
          gyp ERR! cwd C:\ioBroker\node_modules\unix-dgram
          gyp ERR! node -v v8.12.0
          gyp ERR! node-gyp -v v3.8.0
          gyp ERR! not ok
          
          > usb@1.5.0 install C:\ioBroker\node_modules\usb
          > node-pre-gyp install --fallback-to-build
          
          node-pre-gyp WARN Using request for node-pre-gyp https download
          [usb] Success: "C:\ioBroker\node_modules\usb\src\binding\usb_bindings.node" is installed via remote
          
          > bluetooth-hci-socket@0.5.1 install C:\ioBroker\node_modules\bluetooth-hci-socket
          > node-gyp rebuild
          
          C:\ioBroker\node_modules\bluetooth-hci-socket>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
          gyp ERR! configure error
          gyp ERR! stack Error: Command failed: C:\Users\chris\AppData\Local\Programs\Python\Python37-32\python.EXE -c import sys; print "%s.%s.%s" % sys.version_info[:3];
          gyp ERR! stack   File "<string>", line 1
          gyp ERR! stack     import sys; print "%s.%s.%s" % sys.version_info[:3];
          gyp ERR! stack                                ^
          gyp ERR! stack SyntaxError: invalid syntax
          gyp ERR! stack
          gyp ERR! stack     at ChildProcess.exithandler (child_process.js:276:12)
          gyp ERR! stack     at emitTwo (events.js:126:13)
          gyp ERR! stack     at ChildProcess.emit (events.js:214:7)
          gyp ERR! stack     at maybeClose (internal/child_process.js:915:16)
          gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
          gyp ERR! System Windows_NT 10.0.17134
          gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
          gyp ERR! cwd C:\ioBroker\node_modules\bluetooth-hci-socket
          gyp ERR! node -v v8.12.0
          gyp ERR! node-gyp -v v3.8.0
          gyp ERR! not ok
          
          > iobroker.xbox@0.1.4 install C:\ioBroker\node_modules\iobroker.xbox
          > npip install
          
          No python_modules directory; installing pip locally if needed.
          Successfully completed pip check.
          Collecting xbox-smartglass-rest>=0.9.7
            Downloading https://files.pythonhosted.org/packages/05/69/9bc572f4e0b015cf461110212f23301e820c1da4d83e292d81f1b2f23764/xbox_smartglass_rest-0.9.7-py2.py3-none-any.whl
          Collecting xbox-smartglass-stump>=0.9.4 (from xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/7e/ea/fae9ae03e3ef0afc3c27638e8872254bf96bd14f06dc1ba5bce08b7916c7/xbox_smartglass_stump-0.9.4-py2.py3-none-any.whl
          Collecting Flask (from xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB)
              100% |████████████████████████████████| 92kB 1.1MB/s
          Collecting xbox-smartglass-core>=1.0.11 (from xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/e2/f2/66046ed3c475722561b20f1787cf5c5d8d2e5ef81d89e9d3279db82f0df6/xbox_smartglass_core-1.0.11-py2.py3-none-any.whl (57kB)
              100% |████████████████████████████████| 61kB 2.0MB/s
          Collecting marshmallow-objects (from xbox-smartglass-stump>=0.9.4->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/9e/ae/c044161526096617ed2523749ae3187449910b83dae12610f30a42672fae/marshmallow_objects-1.0.17-py2.py3-none-any.whl
          Collecting Jinja2>=2.10 (from Flask->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB)
              100% |████████████████████████████████| 133kB 1.5MB/s
          Collecting click>=5.1 (from Flask->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl (81kB)
              100% |████████████████████████████████| 81kB 1.4MB/s
          Collecting itsdangerous>=0.24 (from Flask->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl
          Collecting Werkzeug>=0.14 (from Flask->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB)
              100% |████████████████████████████████| 327kB 1.9MB/s
          Collecting construct==2.9.41 (from xbox-smartglass-core>=1.0.11->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/e6/f5/064be5013506d54212b396e8fc3e9890e60ed6a27df6d52529f0b8361cd5/construct-2.9.41.tar.gz (54kB)
              100% |████████████████████████████████| 61kB 2.0MB/s
          Collecting dpkt==1.9.1 (from xbox-smartglass-core>=1.0.11->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/bf/a4/8e4622fac4841b5e4a347fa9da4c057a7974258df247031280008d6ac0d0/dpkt-1.9.1.tar.gz (115kB)
              100% |████████████████████████████████| 122kB 3.3MB/s
          Collecting gevent==1.2.2 (from xbox-smartglass-core>=1.0.11->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/1b/92/b111f76e54d2be11375b47b213b56687214f258fd9dae703546d30b837be/gevent-1.2.2.tar.gz (3.1MB)
              100% |████████████████████████████████| 3.1MB 2.6MB/s
          Collecting cryptography==2.3.1 (from xbox-smartglass-core>=1.0.11->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/da/f6/6b9f031611697cb61d25c884237a8762725df7373a0accd49b39fbbb23cd/cryptography-2.3.1-cp37-cp37m-win32.whl (1.1MB)
              100% |████████████████████████████████| 1.1MB 2.0MB/s
          Collecting urwid==2.0.1 (from xbox-smartglass-core>=1.0.11->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/c7/90/415728875c230fafd13d118512bde3184d810d7bf798a631abc05fac09d0/urwid-2.0.1.tar.gz (604kB)
              100% |████████████████████████████████| 614kB 2.3MB/s
          Collecting appdirs==1.4.3 (from xbox-smartglass-core>=1.0.11->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
          Collecting xbox-webapi>=1.1.2 (from xbox-smartglass-core>=1.0.11->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/2d/bf/aaf24cc78184393c5c2472e822c0e145b793e346a8085bee02e89a3428ba/xbox_webapi-1.1.7-py2.py3-none-any.whl (45kB)
              100% |████████████████████████████████| 51kB 1.2MB/s
          Collecting marshmallow (from marshmallow-objects->xbox-smartglass-stump>=0.9.4->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/6e/12/2a4239760bc78564434d1daecd9a504e7b6efb4f5722d5388b74407bb3b3/marshmallow-2.16.3-py2.py3-none-any.whl (49kB)
              100% |████████████████████████████████| 51kB 1.4MB/s
          Collecting MarkupSafe>=0.23 (from Jinja2>=2.10->Flask->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/e9/e9/4e6394de81f28fcd331298110714980ad4978d9d0d6649c54bd88bf1cd43/MarkupSafe-1.1.0-cp37-cp37m-win32.whl
          Collecting greenlet>=0.4.10 (from gevent==1.2.2->xbox-smartglass-core>=1.0.11->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/dc/b5/e5cef57068eb9916d3f3d3117ce4349409742f25323b4671531183c5a1c5/greenlet-0.4.15-cp37-cp37m-win32.whl
          Collecting six>=1.4.1 (from cryptography==2.3.1->xbox-smartglass-core>=1.0.11->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
          Collecting idna>=2.1 (from cryptography==2.3.1->xbox-smartglass-core>=1.0.11->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl (58kB)
              100% |████████████████████████████████| 61kB 3.2MB/s
          Collecting asn1crypto>=0.21.0 (from cryptography==2.3.1->xbox-smartglass-core>=1.0.11->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/ea/cd/35485615f45f30a510576f1a56d1e0a7ad7bd8ab5ed7cdc600ef7cd06222/asn1crypto-0.24.0-py2.py3-none-any.whl (101kB)
              100% |████████████████████████████████| 102kB 3.8MB/s
          Collecting cffi!=1.11.3,>=1.7 (from cryptography==2.3.1->xbox-smartglass-core>=1.0.11->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/2d/9e/9d84a78d4ea3d0fa94f6d0e4bcd88406709312949f48f3853f26f8f52ebe/cffi-1.11.5-cp37-cp37m-win32.whl (154kB)
              100% |████████████████████████████████| 163kB 2.3MB/s
          Collecting requests (from xbox-webapi>=1.1.2->xbox-smartglass-core>=1.0.11->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/ff/17/5cbb026005115301a8fb2f9b0e3e8d32313142fe8b617070e7baad20554f/requests-2.20.1-py2.py3-none-any.whl (57kB)
              100% |████████████████████████████████| 61kB 3.2MB/s
          Collecting demjson (from xbox-webapi>=1.1.2->xbox-smartglass-core>=1.0.11->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/96/67/6db789e2533158963d4af689f961b644ddd9200615b8ce92d6cad695c65a/demjson-2.2.4.tar.gz (131kB)
              100% |████████████████████████████████| 133kB 1.3MB/s
          Collecting pycparser (from cffi!=1.11.3,>=1.7->cryptography==2.3.1->xbox-smartglass-core>=1.0.11->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz (158kB)
              100% |████████████████████████████████| 163kB 685kB/s
          Collecting urllib3<1.25,>=1.21.1 (from requests->xbox-webapi>=1.1.2->xbox-smartglass-core>=1.0.11->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl (118kB)
              100% |████████████████████████████████| 122kB 1.9MB/s
          Collecting certifi>=2017.4.17 (from requests->xbox-webapi>=1.1.2->xbox-smartglass-core>=1.0.11->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/56/9d/1d02dd80bc4cd955f98980f28c5ee2200e1209292d5f9e9cc8d030d18655/certifi-2018.10.15-py2.py3-none-any.whl (146kB)
              100% |████████████████████████████████| 153kB 2.0MB/s
          Collecting chardet<3.1.0,>=3.0.2 (from requests->xbox-webapi>=1.1.2->xbox-smartglass-core>=1.0.11->xbox-smartglass-rest>=0.9.7)
            Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
              100% |████████████████████████████████| 143kB 3.4MB/s
          Building wheels for collected packages: construct, dpkt, gevent, urwid, demjson, pycparser
            Running setup.py bdist_wheel for construct ... done
            Stored in directory: C:\Users\chris\AppData\Local\pip\Cache\wheels\13\cd\02\acabe4bfa9899d53c3e3b13675610d2e2dcb9ae110359d4f61
            Running setup.py bdist_wheel for dpkt ... done
            Stored in directory: C:\Users\chris\AppData\Local\pip\Cache\wheels\0a\5f\3c\e0ffceb6554711f12a7101384f29ec13b85136dfcf1f692b8f
            Running setup.py bdist_wheel for gevent ... error
            Complete output from command C:\Users\chris\AppData\Local\Programs\Python\Python37-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\chris\\AppData\\Local\\Temp\\pip-install-ohq6rdrn\\gevent\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d C:\Users\chris\AppData\Local\Temp\pip-wheel-1umbtm1o --python-tag cp37:
            C:\Users\chris\AppData\Local\Programs\Python\Python37-32\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'cffi_modules'
              warnings.warn(msg)
            running bdist_wheel
            running build
            running build_py
            creating build
            creating build\lib.win32-3.7
            creating build\lib.win32-3.7\gevent
            copying src\gevent\backdoor.py -> build\lib.win32-3.7\gevent
            copying src\gevent\baseserver.py -> build\lib.win32-3.7\gevent
            copying src\gevent\builtins.py -> build\lib.win32-3.7\gevent
            copying src\gevent\core.py -> build\lib.win32-3.7\gevent
            copying src\gevent\event.py -> build\lib.win32-3.7\gevent
            copying src\gevent\fileobject.py -> build\lib.win32-3.7\gevent
            copying src\gevent\greenlet.py -> build\lib.win32-3.7\gevent
            copying src\gevent\hub.py -> build\lib.win32-3.7\gevent
            copying src\gevent\local.py -> build\lib.win32-3.7\gevent
            copying src\gevent\lock.py -> build\lib.win32-3.7\gevent
            copying src\gevent\monkey.py -> build\lib.win32-3.7\gevent
            copying src\gevent\os.py -> build\lib.win32-3.7\gevent
            copying src\gevent\pool.py -> build\lib.win32-3.7\gevent
            copying src\gevent\pywsgi.py -> build\lib.win32-3.7\gevent
            copying src\gevent\queue.py -> build\lib.win32-3.7\gevent
            copying src\gevent\resolver_ares.py -> build\lib.win32-3.7\gevent
            copying src\gevent\resolver_thread.py -> build\lib.win32-3.7\gevent
            copying src\gevent\select.py -> build\lib.win32-3.7\gevent
            copying src\gevent\server.py -> build\lib.win32-3.7\gevent
            copying src\gevent\signal.py -> build\lib.win32-3.7\gevent
            copying src\gevent\socket.py -> build\lib.win32-3.7\gevent
            copying src\gevent\ssl.py -> build\lib.win32-3.7\gevent
            copying src\gevent\subprocess.py -> build\lib.win32-3.7\gevent
            copying src\gevent\thread.py -> build\lib.win32-3.7\gevent
            copying src\gevent\threading.py -> build\lib.win32-3.7\gevent
            copying src\gevent\threadpool.py -> build\lib.win32-3.7\gevent
            copying src\gevent\timeout.py -> build\lib.win32-3.7\gevent
            copying src\gevent\util.py -> build\lib.win32-3.7\gevent
            copying src\gevent\win32util.py -> build\lib.win32-3.7\gevent
            copying src\gevent\wsgi.py -> build\lib.win32-3.7\gevent
            copying src\gevent\_compat.py -> build\lib.win32-3.7\gevent
            copying src\gevent\_fileobjectcommon.py -> build\lib.win32-3.7\gevent
            copying src\gevent\_fileobjectposix.py -> build\lib.win32-3.7\gevent
            copying src\gevent\_semaphore.py -> build\lib.win32-3.7\gevent
            copying src\gevent\_socket2.py -> build\lib.win32-3.7\gevent
            copying src\gevent\_socket3.py -> build\lib.win32-3.7\gevent
            copying src\gevent\_socketcommon.py -> build\lib.win32-3.7\gevent
            copying src\gevent\_ssl2.py -> build\lib.win32-3.7\gevent
            copying src\gevent\_ssl3.py -> build\lib.win32-3.7\gevent
            copying src\gevent\_sslgte279.py -> build\lib.win32-3.7\gevent
            copying src\gevent\_tblib.py -> build\lib.win32-3.7\gevent
            copying src\gevent\_threading.py -> build\lib.win32-3.7\gevent
            copying src\gevent\_util.py -> build\lib.win32-3.7\gevent
            copying src\gevent\_util_py2.py -> build\lib.win32-3.7\gevent
            copying src\gevent\__init__.py -> build\lib.win32-3.7\gevent
            creating build\lib.win32-3.7\gevent\libev
            copying src\gevent\libev\corecffi.py -> build\lib.win32-3.7\gevent\libev
            copying src\gevent\libev\_corecffi_build.py -> build\lib.win32-3.7\gevent\libev
            copying src\gevent\libev\__init__.py -> build\lib.win32-3.7\gevent\libev
            running egg_info
            writing src\gevent.egg-info\PKG-INFO
            writing dependency_links to src\gevent.egg-info\dependency_links.txt
            writing requirements to src\gevent.egg-info\requires.txt
            writing top-level names to src\gevent.egg-info\top_level.txt
            reading manifest file 'src\gevent.egg-info\SOURCES.txt'
            reading manifest template 'MANIFEST.in'
            warning: no files found matching 'changelog.rst'
            warning: no files found matching 'known_failures.py'
            warning: no files found matching '.pep8'
            no previously-included directories found matching '*\__pycache__'
            warning: no previously-included files matching '*.so' found anywhere in distribution
            warning: no previously-included files matching '*.o' found anywhere in distribution
            warning: no previously-included files matching '*.lo' found anywhere in distribution
            warning: no previously-included files matching '*.la' found anywhere in distribution
            warning: no previously-included files matching 'config.log' found anywhere in distribution
            warning: no previously-included files matching 'config.status' found anywhere in distribution
            no previously-included directories found matching 'doc\_build'
            warning: no previously-included files matching '*.pyc' found anywhere in distribution
            warning: no previously-included files matching '.coverage' found under directory 'src\greentest'
            no previously-included directories found matching 'src\greentest\htmlcov'
            warning: no previously-included files matching 'stamp-h?' found under directory 'deps\c-ares'
            warning: no previously-included files matching 'ares_build.h.orig' found under directory 'deps\c-ares'
            no previously-included directories found matching 'deps\libev\.deps'
            warning: no previously-included files matching 'Makefile' found under directory 'deps\libev'
            warning: no previously-included files matching 'libtool' found under directory 'deps\libev'
            warning: no previously-included files matching 'stamp-h?' found under directory 'deps\libev'
            warning: no previously-included files matching 'config.h' found under directory 'deps\libev'
            warning: no previously-included files matching '_corecffi.c' found under directory 'src\gevent'
            warning: no previously-included files found matching 'Makefile'
            warning: no previously-included files found matching 'configure-output'
            writing manifest file 'src\gevent.egg-info\SOURCES.txt'
            copying src\gevent\_semaphore.pxd -> build\lib.win32-3.7\gevent
            copying src\gevent\ares.pyx -> build\lib.win32-3.7\gevent
            copying src\gevent\cares.pxd -> build\lib.win32-3.7\gevent
            copying src\gevent\cares_ntop.h -> build\lib.win32-3.7\gevent
            copying src\gevent\cares_pton.h -> build\lib.win32-3.7\gevent
            copying src\gevent\dnshelper.c -> build\lib.win32-3.7\gevent
            copying src\gevent\gevent._semaphore.c -> build\lib.win32-3.7\gevent
            copying src\gevent\gevent.ares.c -> build\lib.win32-3.7\gevent
            copying src\gevent\gevent.ares.h -> build\lib.win32-3.7\gevent
            copying src\gevent\python.pxd -> build\lib.win32-3.7\gevent
            copying src\gevent\libev\_corecffi_cdef.c -> build\lib.win32-3.7\gevent\libev
            copying src\gevent\libev\_corecffi_source.c -> build\lib.win32-3.7\gevent\libev
            copying src\gevent\libev\callbacks.c -> build\lib.win32-3.7\gevent\libev
            copying src\gevent\libev\callbacks.h -> build\lib.win32-3.7\gevent\libev
            copying src\gevent\libev\corecext.ppyx -> build\lib.win32-3.7\gevent\libev
            copying src\gevent\libev\corecext.pyx -> build\lib.win32-3.7\gevent\libev
            copying src\gevent\libev\gevent.corecext.c -> build\lib.win32-3.7\gevent\libev
            copying src\gevent\libev\libev.h -> build\lib.win32-3.7\gevent\libev
            copying src\gevent\libev\libev.pxd -> build\lib.win32-3.7\gevent\libev
            copying src\gevent\libev\libev_vfd.h -> build\lib.win32-3.7\gevent\libev
            copying src\gevent\libev\stathelper.c -> build\lib.win32-3.7\gevent\libev
            running build_ext
            building 'gevent.libev.corecext' extension
            error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
          
            ----------------------------------------
            Failed building wheel for gevent
            Running setup.py clean for gevent
            Running setup.py bdist_wheel for urwid ... done
            Stored in directory: C:\Users\chris\AppData\Local\pip\Cache\wheels\34\06\50\24011714e101b5ad8518c69175d117a257413e3c15a92983f0
            Running setup.py bdist_wheel for demjson ... done
            Stored in directory: C:\Users\chris\AppData\Local\pip\Cache\wheels\c5\d2\ab\a54fb5ea53ac3badba098160e8452fa126a51febda80440ded
            Running setup.py bdist_wheel for pycparser ... done
            Stored in directory: C:\Users\chris\AppData\Local\pip\Cache\wheels\f2\9a\90\de94f8556265ddc9d9c8b271b0f63e57b26fb1d67a45564511
          Successfully built construct dpkt urwid demjson pycparser
          Failed to build gevent
          Installing collected packages: construct, dpkt, greenlet, gevent, six, idna, asn1crypto, pycparser, cffi, cryptography, urwid, appdirs, urllib3, certifi, chardet, requests, demjson, xbox-webapi, xbox-smartglass-core, marshmallow, marshmallow-objects, xbox-smartglass-stump, MarkupSafe, Jinja2, click, itsdangerous, Werkzeug, Flask, xbox-smartglass-rest
            Running setup.py install for gevent ... error
              Complete output from command C:\Users\chris\AppData\Local\Programs\Python\Python37-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\chris\\AppData\\Local\\Temp\\pip-install-ohq6rdrn\\gevent\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\chris\AppData\Local\Temp\pip-record-31g6cg50\install-record.txt --single-version-externally-managed --compile --user --prefix=:
              C:\Users\chris\AppData\Local\Programs\Python\Python37-32\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'cffi_modules'
                warnings.warn(msg)
              running install
              running build
              running build_py
              creating build
              creating build\lib.win32-3.7
              creating build\lib.win32-3.7\gevent
              copying src\gevent\backdoor.py -> build\lib.win32-3.7\gevent
              copying src\gevent\baseserver.py -> build\lib.win32-3.7\gevent
              copying src\gevent\builtins.py -> build\lib.win32-3.7\gevent
              copying src\gevent\core.py -> build\lib.win32-3.7\gevent
              copying src\gevent\event.py -> build\lib.win32-3.7\gevent
              copying src\gevent\fileobject.py -> build\lib.win32-3.7\gevent
              copying src\gevent\greenlet.py -> build\lib.win32-3.7\gevent
              copying src\gevent\hub.py -> build\lib.win32-3.7\gevent
              copying src\gevent\local.py -> build\lib.win32-3.7\gevent
              copying src\gevent\lock.py -> build\lib.win32-3.7\gevent
              copying src\gevent\monkey.py -> build\lib.win32-3.7\gevent
              copying src\gevent\os.py -> build\lib.win32-3.7\gevent
              copying src\gevent\pool.py -> build\lib.win32-3.7\gevent
              copying src\gevent\pywsgi.py -> build\lib.win32-3.7\gevent
              copying src\gevent\queue.py -> build\lib.win32-3.7\gevent
              copying src\gevent\resolver_ares.py -> build\lib.win32-3.7\gevent
              copying src\gevent\resolver_thread.py -> build\lib.win32-3.7\gevent
              copying src\gevent\select.py -> build\lib.win32-3.7\gevent
              copying src\gevent\server.py -> build\lib.win32-3.7\gevent
              copying src\gevent\signal.py -> build\lib.win32-3.7\gevent
              copying src\gevent\socket.py -> build\lib.win32-3.7\gevent
              copying src\gevent\ssl.py -> build\lib.win32-3.7\gevent
              copying src\gevent\subprocess.py -> build\lib.win32-3.7\gevent
              copying src\gevent\thread.py -> build\lib.win32-3.7\gevent
              copying src\gevent\threading.py -> build\lib.win32-3.7\gevent
              copying src\gevent\threadpool.py -> build\lib.win32-3.7\gevent
              copying src\gevent\timeout.py -> build\lib.win32-3.7\gevent
              copying src\gevent\util.py -> build\lib.win32-3.7\gevent
              copying src\gevent\win32util.py -> build\lib.win32-3.7\gevent
              copying src\gevent\wsgi.py -> build\lib.win32-3.7\gevent
              copying src\gevent\_compat.py -> build\lib.win32-3.7\gevent
              copying src\gevent\_fileobjectcommon.py -> build\lib.win32-3.7\gevent
              copying src\gevent\_fileobjectposix.py -> build\lib.win32-3.7\gevent
              copying src\gevent\_semaphore.py -> build\lib.win32-3.7\gevent
              copying src\gevent\_socket2.py -> build\lib.win32-3.7\gevent
              copying src\gevent\_socket3.py -> build\lib.win32-3.7\gevent
              copying src\gevent\_socketcommon.py -> build\lib.win32-3.7\gevent
              copying src\gevent\_ssl2.py -> build\lib.win32-3.7\gevent
              copying src\gevent\_ssl3.py -> build\lib.win32-3.7\gevent
              copying src\gevent\_sslgte279.py -> build\lib.win32-3.7\gevent
              copying src\gevent\_tblib.py -> build\lib.win32-3.7\gevent
              copying src\gevent\_threading.py -> build\lib.win32-3.7\gevent
              copying src\gevent\_util.py -> build\lib.win32-3.7\gevent
              copying src\gevent\_util_py2.py -> build\lib.win32-3.7\gevent
              copying src\gevent\__init__.py -> build\lib.win32-3.7\gevent
              creating build\lib.win32-3.7\gevent\libev
              copying src\gevent\libev\corecffi.py -> build\lib.win32-3.7\gevent\libev
              copying src\gevent\libev\_corecffi_build.py -> build\lib.win32-3.7\gevent\libev
              copying src\gevent\libev\__init__.py -> build\lib.win32-3.7\gevent\libev
              running egg_info
              writing src\gevent.egg-info\PKG-INFO
              writing dependency_links to src\gevent.egg-info\dependency_links.txt
              writing requirements to src\gevent.egg-info\requires.txt
              writing top-level names to src\gevent.egg-info\top_level.txt
              reading manifest file 'src\gevent.egg-info\SOURCES.txt'
              reading manifest template 'MANIFEST.in'
              warning: no files found matching 'changelog.rst'
              warning: no files found matching 'known_failures.py'
              warning: no files found matching '.pep8'
              no previously-included directories found matching '*\__pycache__'
              warning: no previously-included files matching '*.so' found anywhere in distribution
              warning: no previously-included files matching '*.o' found anywhere in distribution
              warning: no previously-included files matching '*.lo' found anywhere in distribution
              warning: no previously-included files matching '*.la' found anywhere in distribution
              warning: no previously-included files matching 'config.log' found anywhere in distribution
              warning: no previously-included files matching 'config.status' found anywhere in distribution
              no previously-included directories found matching 'doc\_build'
              warning: no previously-included files matching '*.pyc' found anywhere in distribution
              warning: no previously-included files matching '.coverage' found under directory 'src\greentest'
              no previously-included directories found matching 'src\greentest\htmlcov'
              warning: no previously-included files matching 'stamp-h?' found under directory 'deps\c-ares'
              warning: no previously-included files matching 'ares_build.h.orig' found under directory 'deps\c-ares'
              no previously-included directories found matching 'deps\libev\.deps'
              warning: no previously-included files matching 'Makefile' found under directory 'deps\libev'
              warning: no previously-included files matching 'libtool' found under directory 'deps\libev'
              warning: no previously-included files matching 'stamp-h?' found under directory 'deps\libev'
              warning: no previously-included files matching 'config.h' found under directory 'deps\libev'
              warning: no previously-included files matching '_corecffi.c' found under directory 'src\gevent'
              warning: no previously-included files found matching 'Makefile'
              warning: no previously-included files found matching 'configure-output'
              writing manifest file 'src\gevent.egg-info\SOURCES.txt'
              copying src\gevent\_semaphore.pxd -> build\lib.win32-3.7\gevent
              copying src\gevent\ares.pyx -> build\lib.win32-3.7\gevent
              copying src\gevent\cares.pxd -> build\lib.win32-3.7\gevent
              copying src\gevent\cares_ntop.h -> build\lib.win32-3.7\gevent
              copying src\gevent\cares_pton.h -> build\lib.win32-3.7\gevent
              copying src\gevent\dnshelper.c -> build\lib.win32-3.7\gevent
              copying src\gevent\gevent._semaphore.c -> build\lib.win32-3.7\gevent
              copying src\gevent\gevent.ares.c -> build\lib.win32-3.7\gevent
              copying src\gevent\gevent.ares.h -> build\lib.win32-3.7\gevent
              copying src\gevent\python.pxd -> build\lib.win32-3.7\gevent
              copying src\gevent\libev\_corecffi_cdef.c -> build\lib.win32-3.7\gevent\libev
              copying src\gevent\libev\_corecffi_source.c -> build\lib.win32-3.7\gevent\libev
              copying src\gevent\libev\callbacks.c -> build\lib.win32-3.7\gevent\libev
              copying src\gevent\libev\callbacks.h -> build\lib.win32-3.7\gevent\libev
              copying src\gevent\libev\corecext.ppyx -> build\lib.win32-3.7\gevent\libev
              copying src\gevent\libev\corecext.pyx -> build\lib.win32-3.7\gevent\libev
              copying src\gevent\libev\gevent.corecext.c -> build\lib.win32-3.7\gevent\libev
              copying src\gevent\libev\libev.h -> build\lib.win32-3.7\gevent\libev
              copying src\gevent\libev\libev.pxd -> build\lib.win32-3.7\gevent\libev
              copying src\gevent\libev\libev_vfd.h -> build\lib.win32-3.7\gevent\libev
              copying src\gevent\libev\stathelper.c -> build\lib.win32-3.7\gevent\libev
              running build_ext
              building 'gevent.libev.corecext' extension
              error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
          
              ----------------------------------------
          Command "C:\Users\chris\AppData\Local\Programs\Python\Python37-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\chris\\AppData\\Local\\Temp\\pip-install-ohq6rdrn\\gevent\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\chris\AppData\Local\Temp\pip-record-31g6cg50\install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in C:\Users\chris\AppData\Local\Temp\pip-install-ohq6rdrn\gevent\
          npm WARN rollback Rolling back nan@2.3.5 failed (this is probably harmless): EPERM: operation not permitted, lstat 'C:\ioBroker\node_modules\unix-dgram\node_modules'
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules\xpc-connection):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 (node_modules\unix-dgram):
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 install: `node-gyp rebuild`
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bluetooth-hci-socket@0.5.1 (node_modules\bluetooth-hci-socket):
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bluetooth-hci-socket@0.5.1 install: `node-gyp rebuild`
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
          
          npm ERR! code ELIFECYCLE
          npm ERR! errno 1
          npm ERR! iobroker.xbox@0.1.4 install: `npip install`
          npm ERR! Exit status 1
          npm ERR!
          npm ERR! Failed at the iobroker.xbox@0.1.4 install script.
          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     C:\Users\chris\AppData\Roaming\npm-cache\_logs\2018-11-11T16_17_15_951Z-debug.log
          
          C:\ioBroker></string></string>
          
          1 Reply Last reply Reply Quote 0
          • foxriver76
            foxriver76 Developer last edited by

            I’m Forum sieht man es schlecht, jedoch müssen vor den Argumenten wie unsafe-perm zwei Striche — sein und nicht einer -

            1 Reply Last reply Reply Quote 0
            • Negalein
              Negalein Global Moderator last edited by

              @foxriver76:

              I’m Forum sieht man es schlecht, jedoch müssen vor den Argumenten wie unsafe-perm zwei Striche — sein und nicht einer - `

              Also müsste es so aussehen?

              npm i iobroker.xbox ——production ——unsafe-perm

              1 Reply Last reply Reply Quote 0
              • foxriver76
                foxriver76 Developer last edited by

                Ja ich tippe vom Handy, evtl schaut es deshalb bei mir so komisch aus.

                1 Reply Last reply Reply Quote 0
                • Negalein
                  Negalein Global Moderator last edited by

                  @foxriver76:

                  Ja ich tippe vom Handy, evtl schaut es deshalb bei mir so komisch aus. `

                  Danke, ich gebs auf mit dem Adapter!

                  Funktioniert leider auch nicht mit der Installation

                  1 Reply Last reply Reply Quote 0
                  • foxriver76
                    foxriver76 Developer last edited by

                    Ich schaue mal wenn ich am Rechner bin den Log durch. Sollte auf jeden Fall gehen. Bluefox hatte es mal testweise unter win installiert, da ich leider kein Rechner mit Win habe.

                    1 Reply Last reply Reply Quote 0
                    • Negalein
                      Negalein Global Moderator last edited by

                      @foxriver76:

                      Ich schaue mal wenn ich am Rechner bin den Log durch. Sollte auf jeden Fall gehen. Bluefox hatte es mal testweise unter win installiert, da ich leider kein Rechner mit Win habe. `

                      Danke

                      1 Reply Last reply Reply Quote 0
                      • foxriver76
                        foxriver76 Developer last edited by

                        Also es scheint soweit alles durch zu laufen, erst am Ende beim Install Script schmeißt er einen Fehler, was meistens am (so jetzt vom Laptop) –unsafe-perm Flag liegt. Wird auf Linux jedenfalls häufig benötigt, wenn man das ganze mittels sudo ausführt. Da ich in Win leider kein Crack bin und da nur ein mal in meinem Leben was mit NPM gemacht habe --> Bitte ein mal ohne die Flag probieren, also einfach

                        npm i iobroker.xbox --production
                        
                        

                        und ansonsten nochmal mit unsafe jetzt mit (ganz normalen Dashs, Bindestrichen) 😄

                        npm i iobroker.xbox --production --unsafe-perm
                        
                        

                        jeweils im ioBroker Ordner ausführen. Normalerweise sollte der Hase da irgendwo begraben liegen.

                        1 Reply Last reply Reply Quote 0
                        • Negalein
                          Negalein Global Moderator last edited by

                          @foxriver76:

                          Also es scheint soweit alles durch zu laufen, erst am Ende beim Install Script schmeißt er einen Fehler, was meistens am (so jetzt vom Laptop) –unsafe-perm Flag liegt. Wird auf Linux jedenfalls häufig benötigt, wenn man das ganze mittels sudo ausführt. Da ich in Win leider kein Crack bin und da nur ein mal in meinem Leben was mit NPM gemacht habe --> Bitte ein mal ohne die Flag probieren, also einfach

                          npm i iobroker.xbox --production
                          
                          

                          und ansonsten nochmal mit unsafe jetzt mit (ganz normalen Dashs, Bindestrichen) 😄

                          npm i iobroker.xbox --production --unsafe-perm
                          
                          

                          jeweils im ioBroker Ordner ausführen. Normalerweise sollte der Hase da irgendwo begraben liegen. `

                          Danke für deine Bemühung.

                          Aber funktioniert leider auch nicht!

                          1 Reply Last reply Reply Quote 0
                          • foxriver76
                            foxriver76 Developer last edited by

                            Jeweils der Fehler am Ende?

                            npm ERR! code ELIFECYCLE
                            npm ERR! errno 1
                            npm ERR! iobroker.xbox@0.1.4 install: `npip install`
                            npm ERR! Exit status 1
                            npm ERR!
                            npm ERR! Failed at the iobroker.xbox@0.1.4 install script.
                            npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                            
                            
                            1 Reply Last reply Reply Quote 0
                            • foxriver76
                              foxriver76 Developer last edited by

                              Das findet sich noch im Log:

                              error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visu … uild-tools

                              Das mit dem unsafe-perm sollte wohl doch nicht das Problem sein in deinem Fall da er ja schon einige Python Packages installiert.

                              1 Reply Last reply Reply Quote 0
                              • Negalein
                                Negalein Global Moderator last edited by

                                @foxriver76:

                                Jeweils der Fehler am Ende?

                                npm ERR! code ELIFECYCLE
                                npm ERR! errno 1
                                npm ERR! iobroker.xbox@0.1.4 install: `npip install`
                                npm ERR! Exit status 1
                                npm ERR!
                                npm ERR! Failed at the iobroker.xbox@0.1.4 install script.
                                npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                                
                                ```` `  
                                

                                Ja, wieder der Fehler!

                                    ----------------------------------------
                                Command "C:\Users\chris\AppData\Local\Programs\Python\Python37-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\chris\\AppData\\Local\\Temp\\pip-install-njnmg3ox\\gevent\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\chris\AppData\Local\Temp\pip-record-6k1okknx\install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in C:\Users\chris\AppData\Local\Temp\pip-install-njnmg3ox\gevent\
                                npm WARN enoent ENOENT: no such file or directory, open 'C:\ioBroker\node_modules\iobroker.radar\package.json'
                                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 (node_modules\unix-dgram):
                                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 install: `node-gyp rebuild`
                                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
                                
                                npm ERR! code ELIFECYCLE
                                npm ERR! errno 1
                                npm ERR! iobroker.xbox@0.1.4 install: `npip install`
                                npm ERR! Exit status 1
                                npm ERR!
                                npm ERR! Failed at the iobroker.xbox@0.1.4 install script.
                                npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                                
                                npm ERR! A complete log of this run can be found in:
                                npm ERR!     C:\Users\chris\AppData\Roaming\npm-cache\_logs\2018-11-11T19_13_20_249Z-debug.log
                                
                                C:\ioBroker>
                                
                                1 Reply Last reply Reply Quote 0
                                • Negalein
                                  Negalein Global Moderator last edited by

                                  @foxriver76:

                                  Das findet sich noch im Log:

                                  error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visu … uild-tools

                                  Das mit dem unsafe-perm sollte wohl doch nicht das Problem sein in deinem Fall da er ja schon einige Python Packages installiert. `

                                  Ich installiere gerade Visual C++ 14

                                  Werde dann berichten! 🙂

                                  1 Reply Last reply Reply Quote 0
                                  • Negalein
                                    Negalein Global Moderator last edited by

                                    @foxriver76:

                                    Jeweils der Fehler am Ende?

                                    npm ERR! code ELIFECYCLE
                                    npm ERR! errno 1
                                    npm ERR! iobroker.xbox@0.1.4 install: `npip install`
                                    npm ERR! Exit status 1
                                    npm ERR!
                                    npm ERR! Failed at the iobroker.xbox@0.1.4 install script.
                                    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                                    
                                    ```` `  
                                    

                                    Visual C++ 14 installiert.

                                    Fehler bleibt gleich.

                                    1 Reply Last reply Reply Quote 0
                                    • foxriver76
                                      foxriver76 Developer last edited by

                                      Hm okay, glaube nähere mich langsam dem Problem. Was gibt dennpython3 --versionin der cmd aus und was````
                                      python --version

                                      1 Reply Last reply Reply Quote 0
                                      • Negalein
                                        Negalein Global Moderator last edited by

                                        @foxriver76:

                                        Hm okay, glaube nähere mich langsam dem Problem. Was gibt dennpython3 --versionin der cmd aus und waspython --version? Und in dem Installer vorhin hast du ja 'Add Python to Path' angehakt oder? `

                                        C:\ioBroker>python3 –version

                                        Der Befehl "python3" ist entweder falsch geschrieben oder

                                        konnte nicht gefunden werden.

                                        C:\ioBroker>python --version

                                        Python 3.7.1

                                        C:\ioBroker>

                                        Ja, 'Add Python to Path' hab ich angehakt.

                                        1 Reply Last reply Reply Quote 0
                                        • foxriver76
                                          foxriver76 Developer last edited by

                                          Wie steht es umnode -v,nodejs -vund````
                                          npm -v

                                          1 Reply Last reply Reply Quote 0
                                          • D
                                            DKM last edited by

                                            System: BeeLink Gemini X / Windows 10 Home 64-bit / 8 GB RAM

                                            iobroker-Admin 3.5.10

                                            npm 4.6.1

                                            node 8.12.0

                                            Python 3.7.1

                                            Ich habe es direkt über die Konsole als Admin probiert.

                                            Der erste Versuch mit npm i iobroker.xbox –unsafe-perm ist fehlgeschlagen:

                                            ! ````
                                            C:\ioBroker>npm i iobroker.xbox --unsafe-perm
                                            npm WARN addRemoteGit Error: not found: git
                                            npm WARN addRemoteGit at getNotFoundError (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:13:12)
                                            npm WARN addRemoteGit at F (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:68:19)
                                            npm WARN addRemoteGit at E (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:80:29)
                                            npm WARN addRemoteGit at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:89:16
                                            npm WARN addRemoteGit at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:42:5
                                            npm WARN addRemoteGit at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:36:5
                                            npm WARN addRemoteGit at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29
                                            npm WARN addRemoteGit at FSReqWrap.oncomplete (fs.js:152:21)
                                            npm WARN addRemoteGit git://github.com/noopkat/browser-serialport.git#api-updates resetting remote C:\Users\krist\AppData\Roaming\npm-cache_git-remotes\git-github-com-noopkat-browser-serialport-git-api-updates-0f82caf3 because of error: { Error: not found: git
                                            npm WARN addRemoteGit at getNotFoundError (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:13:12)
                                            npm WARN addRemoteGit at F (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:68:19)
                                            npm WARN addRemoteGit at E (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:80:29)
                                            npm WARN addRemoteGit at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:89:16
                                            npm WARN addRemoteGit at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:42:5
                                            npm WARN addRemoteGit at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:36:5
                                            npm WARN addRemoteGit at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29
                                            npm WARN addRemoteGit at FSReqWrap.oncomplete (fs.js:152:21) code: 'ENOGIT' }
                                            npm WARN addRemoteGit Error: not found: git
                                            npm WARN addRemoteGit at getNotFoundError (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:13:12)
                                            npm WARN addRemoteGit at F (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:68:19)
                                            npm WARN addRemoteGit at E (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:80:29)
                                            npm WARN addRemoteGit at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:89:16
                                            npm WARN addRemoteGit at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:42:5
                                            npm WARN addRemoteGit at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:36:5
                                            npm WARN addRemoteGit at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29
                                            npm WARN addRemoteGit at FSReqWrap.oncomplete (fs.js:152:21)
                                            npm WARN addRemoteGit git://github.com/noopkat/js-stk500v1.git#avrgirl resetting remote C:\Users\krist\AppData\Roaming\npm-cache_git-remotes\git-github-com-noopkat-js-stk500v1-git-avrgirl-31bc3a47 because of error: { Error: not found: git
                                            npm WARN addRemoteGit at getNotFoundError (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:13:12)
                                            npm WARN addRemoteGit at F (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:68:19)
                                            npm WARN addRemoteGit at E (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:80:29)
                                            npm WARN addRemoteGit at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:89:16
                                            npm WARN addRemoteGit at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:42:5
                                            npm WARN addRemoteGit at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:36:5
                                            npm WARN addRemoteGit at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29
                                            npm WARN addRemoteGit at FSReqWrap.oncomplete (fs.js:152:21) code: 'ENOGIT' }
                                            npm ERR! git clone --template=C:\Users\krist\AppData\Roaming\npm-cache_git-remotes_templates --mirror git://github.com/noopkat/browser-serialport.git C:\Users\krist\AppData\Roaming\npm-cache_git-remotes\git-github-com-noopkat-browser-serialport-git-api-updates-0f82caf3: undefined
                                            npm ERR! git clone --template=C:\Users\krist\AppData\Roaming\npm-cache_git-remotes_templates --mirror git://github.com/noopkat/browser-serialport.git C:\Users\krist\AppData\Roaming\npm-cache_git-remotes\git-github-com-noopkat-browser-serialport-git-api-updates-0f82caf3: undefined
                                            npm ERR! git clone --template=C:\Users\krist\AppData\Roaming\npm-cache_git-remotes_templates --mirror git://github.com/noopkat/js-stk500v1.git C:\Users\krist\AppData\Roaming\npm-cache_git-remotes\git-github-com-noopkat-js-stk500v1-git-avrgirl-31bc3a47: undefined
                                            npm ERR! git clone --template=C:\Users\krist\AppData\Roaming\npm-cache_git-remotes_templates --mirror git://github.com/noopkat/js-stk500v1.git C:\Users\krist\AppData\Roaming\npm-cache_git-remotes\git-github-com-noopkat-js-stk500v1-git-avrgirl-31bc3a47: undefined
                                            ! > iobroker.xbox@0.1.4 preinstall C:\ioBroker\node_modules.staging\iobroker.xbox-831ff231
                                            apt install -y build-essential libssl-dev libffi-dev python3-dev || echo -e '[INFO] Cant install build-essential libssl-dev libffi-dev python3-dev Debian packages. If you are on a Linux system, try installing the package via: sudo npm i iobroker.xbox --unsafe-perm, otherwise you have to manage to install the packages by yourself. If you are not running on Linux, you can ignore this INFO.'
                                            ! Der Befehl "apt" ist entweder falsch geschrieben oder
                                            konnte nicht gefunden werden.
                                            -e '[INFO] Cant install build-essential libssl-dev libffi-dev python3-dev Debian packages. If you are on a Linux system, try installing the package via: sudo npm i iobroker.xbox --unsafe-perm, otherwise you have to manage to install the packages by yourself. If you are not running on Linux, you can ignore this INFO.'
                                            ! > iobroker.xbox@0.1.4 install C:\ioBroker\node_modules\iobroker.xbox
                                            npip install
                                            ! No python_modules directory; installing pip locally if needed.
                                            Error: No python executable.
                                            at getPythonInfo (C:\ioBroker\node_modules\nopy\src\api.js:52:11)
                                            at Promise.then.catch.error (C:\ioBroker\node_modules\nopy\src\api.js:115:14)
                                            at <anonymous>
                                            at process._tickCallback (internal/process/next_tick.js:189:7)

                                            • buffer-equal@0.0.1 node_modules\buffer-equal
                                            • intel-hex@0.1.1 node_modules\intel-hex
                                            • chip.avr.avr109@1.1.1 node_modules\chip.avr.avr109
                                            • isval@0.0.2 node_modules\isval
                                            • awty@0.1.0 node_modules\awty
                                            • async@0.9.2 node_modules\stk500-v2\node_modules\async
                                            • stk500-v2@1.0.3 node_modules\stk500-v2
                                              iobroker.inst@1.1.2 C:\ioBroker
                                              -- iobroker@1.1.2 -- yargs@7.1.0
                                              +-- camelcase@3.0.0
                                              +-- cliui@3.2.0
                                              +-- os-locale@1.4.0
                                              +-- read-pkg-up@1.0.1
                                              | +-- find-up@1.1.2
                                              | | +-- path-exists@2.1.0
                                              | | | -- pinkie-promise@2.0.1 deduped | | -- pinkie-promise@2.0.1
                                              | | -- pinkie@2.0.4 | -- read-pkg@1.1.0
                                              | +-- load-json-file@1.1.0
                                              | | +-- parse-json@2.2.0
                                              | | | -- error-ex@1.3.2 | | | -- is-arrayish@0.2.1
                                              | | +-- pify@2.3.0
                                              | | +-- pinkie-promise@2.0.1 deduped
                                              | | -- strip-bom@2.0.0 | +-- normalize-package-data@2.4.0 | | +-- hosted-git-info@2.7.1 | | +-- is-builtin-module@1.0.0 | | | -- builtin-modules@1.1.1
                                              | | -- validate-npm-package-license@3.0.4 | | +-- spdx-correct@3.0.2 | | | +-- spdx-expression-parse@3.0.0 deduped | | | -- spdx-license-ids@3.0.2
                                              | | -- spdx-expression-parse@3.0.0 | | +-- spdx-exceptions@2.2.0 | | -- spdx-license-ids@3.0.2 deduped
                                              | -- path-type@1.1.0 | +-- pify@2.3.0 deduped | -- pinkie-promise@2.0.1 deduped
                                              +-- which-module@1.0.0
                                              -- yargs-parser@5.0.0 -- camelcase@3.0.0 deduped

                                            ! npm WARN optional SKIPPING OPTIONAL DEPENDENCY: browser-serialport@git://github.com/noopkat/browser-serialport.git#api-updates (node_modules\iobroker.rflink\node_modules\avrgirl-arduino\node_modules\browser-serialport):
                                            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: not found: git
                                            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: stk500@git://github.com/noopkat/js-stk500v1.git#avrgirl (node_modules\iobroker.rflink\node_modules\avrgirl-arduino\node_modules\stk500):
                                            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: not found: git
                                            npm WARN enoent ENOENT: no such file or directory, open 'C:\ioBroker\node_modules\avrgirl-arduino\package.json'
                                            npm ERR! code ELIFECYCLE
                                            npm ERR! errno 1
                                            npm ERR! iobroker.xbox@0.1.4 install: npip install
                                            npm ERR! Exit status 1
                                            npm ERR!
                                            npm ERR! Failed at the iobroker.xbox@0.1.4 install script.
                                            npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                                            ! npm ERR! A complete log of this run can be found in:
                                            npm ERR! C:\Users\krist\AppData\Roaming\npm-cache_logs\2018-11-12T07_00_41_732Z-debug.log</anonymous>

                                            
                                            Der zweite Versuch mit npm i iobroker.xbox –production --unsafe-perm ist auch fehlgeschlagen:
                                            
                                            >! ````
                                            C:\ioBroker>npm i iobroker.xbox --production --unsafe-perm
                                            npm WARN addRemoteGit Error: not found: git
                                            npm WARN addRemoteGit     at getNotFoundError (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:13:12)
                                            npm WARN addRemoteGit     at F (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:68:19)
                                            npm WARN addRemoteGit     at E (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:80:29)
                                            npm WARN addRemoteGit     at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:89:16
                                            npm WARN addRemoteGit     at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:42:5
                                            npm WARN addRemoteGit     at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:36:5
                                            npm WARN addRemoteGit     at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29
                                            npm WARN addRemoteGit     at FSReqWrap.oncomplete (fs.js:152:21)
                                            npm WARN addRemoteGit  git://github.com/noopkat/browser-serialport.git#api-updates resetting remote C:\Users\krist\AppData\Roaming\npm-cache\_git-remotes\git-github-com-noopkat-browser-serialport-git-api-updates-0f82caf3 because of error: { Error: not found: git
                                            npm WARN addRemoteGit     at getNotFoundError (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:13:12)
                                            npm WARN addRemoteGit     at F (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:68:19)
                                            npm WARN addRemoteGit     at E (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:80:29)
                                            npm WARN addRemoteGit     at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:89:16
                                            npm WARN addRemoteGit     at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:42:5
                                            npm WARN addRemoteGit     at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:36:5
                                            npm WARN addRemoteGit     at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29
                                            npm WARN addRemoteGit     at FSReqWrap.oncomplete (fs.js:152:21) code: 'ENOGIT' }
                                            npm WARN addRemoteGit Error: not found: git
                                            npm WARN addRemoteGit     at getNotFoundError (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:13:12)
                                            npm WARN addRemoteGit     at F (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:68:19)
                                            npm WARN addRemoteGit     at E (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:80:29)
                                            npm WARN addRemoteGit     at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:89:16
                                            npm WARN addRemoteGit     at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:42:5
                                            npm WARN addRemoteGit     at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:36:5
                                            npm WARN addRemoteGit     at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29
                                            npm WARN addRemoteGit     at FSReqWrap.oncomplete (fs.js:152:21)
                                            npm WARN addRemoteGit  git://github.com/noopkat/js-stk500v1.git#avrgirl resetting remote C:\Users\krist\AppData\Roaming\npm-cache\_git-remotes\git-github-com-noopkat-js-stk500v1-git-avrgirl-31bc3a47 because of error: { Error: not found: git
                                            npm WARN addRemoteGit     at getNotFoundError (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:13:12)
                                            npm WARN addRemoteGit     at F (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:68:19)
                                            npm WARN addRemoteGit     at E (C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:80:29)
                                            npm WARN addRemoteGit     at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:89:16
                                            npm WARN addRemoteGit     at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:42:5
                                            npm WARN addRemoteGit     at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:36:5
                                            npm WARN addRemoteGit     at C:\Users\krist\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29
                                            npm WARN addRemoteGit     at FSReqWrap.oncomplete (fs.js:152:21) code: 'ENOGIT' }
                                            npm ERR! git clone --template=C:\Users\krist\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/noopkat/browser-serialport.git C:\Users\krist\AppData\Roaming\npm-cache\_git-remotes\git-github-com-noopkat-browser-serialport-git-api-updates-0f82caf3: undefined
                                            npm ERR! git clone --template=C:\Users\krist\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/noopkat/browser-serialport.git C:\Users\krist\AppData\Roaming\npm-cache\_git-remotes\git-github-com-noopkat-browser-serialport-git-api-updates-0f82caf3: undefined
                                            npm ERR! git clone --template=C:\Users\krist\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/noopkat/js-stk500v1.git C:\Users\krist\AppData\Roaming\npm-cache\_git-remotes\git-github-com-noopkat-js-stk500v1-git-avrgirl-31bc3a47: undefined
                                            npm ERR! git clone --template=C:\Users\krist\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/noopkat/js-stk500v1.git C:\Users\krist\AppData\Roaming\npm-cache\_git-remotes\git-github-com-noopkat-js-stk500v1-git-avrgirl-31bc3a47: undefined
                                            >! > iobroker.xbox@0.1.4 preinstall C:\ioBroker\node_modules\.staging\iobroker.xbox-831ff231
                                            > apt install -y build-essential libssl-dev libffi-dev python3-dev || echo -e '[INFO] Cant install build-essential libssl-dev libffi-dev python3-dev Debian packages. If you are on a Linux system, try installing the package via: sudo npm i iobroker.xbox --unsafe-perm, otherwise you have to manage to install the packages by yourself. If you are not running on Linux, you can ignore this INFO.'
                                            >! Der Befehl "apt" ist entweder falsch geschrieben oder
                                            konnte nicht gefunden werden.
                                            -e '[INFO] Cant install build-essential libssl-dev libffi-dev python3-dev Debian packages. If you are on a Linux system, try installing the package via: sudo npm i iobroker.xbox --unsafe-perm, otherwise you have to manage to install the packages by yourself. If you are not running on Linux, you can ignore this INFO.'
                                            >! > iobroker.xbox@0.1.4 install C:\ioBroker\node_modules\iobroker.xbox
                                            > npip install
                                            >! No python_modules directory; installing pip locally if needed.
                                            Error: No python executable.
                                                at getPythonInfo (C:\ioBroker\node_modules\nopy\src\api.js:52:11)
                                                at Promise.then.catch.error (C:\ioBroker\node_modules\nopy\src\api.js:115:14)
                                                at <anonymous>
                                                at process._tickCallback (internal/process/next_tick.js:189:7)
                                            iobroker.inst@1.1.2 C:\ioBroker
                                            +-- chip.avr.avr109@1.1.1  extraneous
                                            `-- stk500-v2@1.0.3  extraneous
                                            >! npm WARN optional SKIPPING OPTIONAL DEPENDENCY: browser-serialport@git://github.com/noopkat/browser-serialport.git#api-updates (node_modules\iobroker.rflink\node_modules\avrgirl-arduino\node_modules\browser-serialport):
                                            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: not found: git
                                            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: stk500@git://github.com/noopkat/js-stk500v1.git#avrgirl (node_modules\iobroker.rflink\node_modules\avrgirl-arduino\node_modules\stk500):
                                            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: not found: git
                                            npm WARN enoent ENOENT: no such file or directory, open 'C:\ioBroker\node_modules\avrgirl-arduino\package.json'
                                            npm ERR! code ELIFECYCLE
                                            npm ERR! errno 1
                                            npm ERR! iobroker.xbox@0.1.4 install: `npip install`
                                            npm ERR! Exit status 1
                                            npm ERR!
                                            npm ERR! Failed at the iobroker.xbox@0.1.4 install script.
                                            npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                                            >! npm ERR! A complete log of this run can be found in:
                                            npm ERR!     C:\Users\krist\AppData\Roaming\npm-cache\_logs\2018-11-12T07_02_10_592Z-debug.log</anonymous>
                                            

                                            Als letztes habe ich es über den Admin-Adapter versucht. Hier der Auszug aus dem Log

                                            ! ````
                                            iobroker
                                            2018-11-12 08:13:34.312
                                            info
                                            exit 0
                                            iobroker
                                            2018-11-12 08:13:34.296
                                            error
                                            Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'C:\ioBroker\node_modules\iobroker\null\io-package.json'
                                            iobroker
                                            2018-11-12 08:13:34.265
                                            info
                                            ! iobroker
                                            2018-11-12 08:13:34.265
                                            info
                                            npm ERR! A complete log of this run can be found in:npm ERR! C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\npm-cache_logs\2018-11-12T07_13_34_265Z-debug.log
                                            iobroker
                                            2018-11-12 08:13:34.265
                                            info
                                            ! iobroker
                                            2018-11-12 08:13:34.265
                                            info
                                            ERR! 404 Not Found: https://github.com/foxriver76/ioBroker.xbox --production --save --prefix C:/ioBroker
                                            iobroker
                                            2018-11-12 08:13:34.265
                                            info
                                            npm
                                            iobroker
                                            2018-11-12 08:13:34.249
                                            info
                                            ERR! code E404
                                            iobroker
                                            2018-11-12 08:13:34.249
                                            info
                                            npm
                                            iobroker
                                            2018-11-12 08:13:31.313
                                            info
                                            npm install "https://github.com/foxriver76/ioBroker.xbox --production --save --prefix "C:/ioBroker" (System call)
                                            iobroker
                                            2018-11-12 08:13:30.141
                                            info
                                            install "https://github.com/foxriver76/ioBroker.xbox
                                            iobroker
                                            2018-11-12 08:13:29.610
                                            info
                                            url "https://github.com/foxriver76/ioBroker.xbox "

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            555
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            adapter xbox
                                            13
                                            205
                                            28251
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo