Advertisement
Guest User

Untitled

a guest
Apr 1st, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. ERROR 02/04/16-00:47:19 [WebSocket.py handleConnected ] Traceback (most recent call last):
  2. File "/home/osmc/bin/pelisalacarta/WebSocket.py", line 45, in handleConnected
  3. self.controller = html(self)
  4. File "/home/osmc/bin/pelisalacarta/platformcode/controllers/html.py", line 33, in __init__
  5. launcher.start()
  6. File "/home/osmc/bin/pelisalacarta/platformcode/launcher.py", line 27, in start
  7. updater.checkforupdates()
  8. File "/home/osmc/bin/pelisalacarta/core/updater.py", line 171, in checkforupdates
  9. import xbmcgui
  10. ImportError: No module named xbmcgui
  11.  
  12. ERROR 02/04/16-00:47:19 [WebSocket.py handleMessage ] Traceback (most recent call last):
  13. File "/home/osmc/bin/pelisalacarta/WebSocket.py", line 28, in handleMessage
  14. t = Thread(target=self.controller.run, args=[json_message["request"].encode("utf8")], name=self.ID)
  15. AttributeError: 'NoneType' object has no attribute 'run'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement