-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
errors Stopping xbox-rest-server from running #34
Comments
You are not located within a python 3 virtualenv! (You can see that on the Here a suggestion how to deal with it:
PS: You can of course create an entirely new user to just serve the xbox rest server |
ok cool thanks for that will do that thnx :) |
Im now snagged on 4. |
Normally that should not happen...
|
got that sorted but now bun now pip wont install xbox-rest-server homeassistant@hassbian:/home/pi $ pip install xbox-rest-server |
Oops, its |
oh ok all good that's now put me right back at the start now with the same error within this env now :-/ homeassistant@hassbian:/home/pi $ xbox-rest-server |
You are either NOT YET in the python 3 virtual env - or not anymore, after installation. |
alright got that all sorted was loading from installs outside the env homeassistant@hassbian:/home/pi $ xbox-smartglass-rest |
this is my output running on my Stretch hassbain running HA vr0.89.1
Traceback (most recent call last):
File "/usr/local/bin/xbox-rest-server", line 7, in
from xbox.rest.scripts.rest_server import main
File "/usr/local/lib/python2.7/dist-packages/xbox/rest/scripts/rest_server.py", line 9, in
from xbox.rest.app import app
File "/home/pi/.local/lib/python2.7/site-packages/gevent/builtins.py", line 96, in import
result = _import(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/xbox/rest/app.py", line 2, in
from http import HTTPStatus
File "/home/pi/.local/lib/python2.7/site-packages/gevent/builtins.py", line 96, in import
result = _import(*args, **kwargs)
ImportError: No module named http
The text was updated successfully, but these errors were encountered: