He probado de todo:
Reiniciar equipo y router. Cambiar de ip. Volver a instalar el python, instalar el server en otro pc con windows 10, nada ha funcionado. Esto es lo que dice el log: A ver si alguien me proporciona algo de luz.
"ERROR 02/04/16-10:47:41 [websocket.py handleConnected ] Traceback (most recent call last):
File "C:\Users\Yari\Desktop\pelisalacarta\WebSocket.py", line 45, in handleConnected
self.controller = html(self)
File "C:\Users\Yari\Desktop\pelisalacarta\platformcode\controllers\html.py", line 33, in __init__
launcher.start()
File "C:\Users\Yari\Desktop\pelisalacarta\platformcode\launcher.py", line 27, in start
updater.checkforupdates()
File "C:\Users\Yari\Desktop\pelisalacarta\core\updater.py", line 171, in checkforupdates
import xbmcgui
ImportError: No module named xbmcgui
ERROR 02/04/16-10:47:42 [websocket.py handleConnected ] Traceback (most recent call last):
File "C:\Users\Yari\Desktop\pelisalacarta\WebSocket.py", line 45, in handleConnected
self.controller = html(self)
File "C:\Users\Yari\Desktop\pelisalacarta\platformcode\controllers\html.py", line 33, in __init__
launcher.start()
File "C:\Users\Yari\Desktop\pelisalacarta\platformcode\launcher.py", line 27, in start
updater.checkforupdates()
File "C:\Users\Yari\Desktop\pelisalacarta\core\updater.py", line 171, in checkforupdates
import xbmcgui
ImportError: No module named xbmcgui
ERROR 02/04/16-10:47:42 [websocket.py handleMessage ] Traceback (most recent call last):
File "C:\Users\Yari\Desktop\pelisalacarta\WebSocket.py", line 28, in handleMessage
t = Thread(target=self.controller.run, args=[json_message["request"].encode("utf8")], name=self.ID)
AttributeError: 'NoneType' object has no attribute 'run'