styxit / HTPC-Manager

A fully responsive interface to manage all your favorite software on your Htpc.
http://htpc.io
MIT License
530 stars 183 forks source link

Cannot connect on XBMCBuntu Gotham #210

Open jwhite opened 10 years ago

jwhite commented 10 years ago

I installed xbmc clean off the xbmcbuntu installation.

I cant connect to it at 192.168.4.101 (it's IP address.)

The web server is definitely up and running as turned on with defaults on port 8080.

I get this error.

2014-05-06 18:41:55 :: modules.xbmc :: ERROR :: [Errno -2] Name or service not known Traceback (most recent call last): File "/home/xbmc/HTPC-Manager/modules/xbmc.py", line 106, in ping return xbmc.XBMC.GetInfoLabels(labels=["Network.MacAddress"]) File "/home/xbmc/HTPC-Manager/libs/jsonrpclib/jsonrpc.py", line 276, in call return self.send(self.name, kwargs) File "/home/xbmc/HTPC-Manager/libs/jsonrpclib/jsonrpc.py", line 224, in _request response = self._run_request(request) File "/home/xbmc/HTPC-Manager/libs/jsonrpclib/jsonrpc.py", line 242, in _run_request verbose=self.__verbose File "/usr/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/usr/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/home/xbmc/HTPC-Manager/libs/jsonrpclib/jsonrpc.py", line 122, in send_content connection.endheaders() File "/usr/lib/python2.7/httplib.py", line 969, in endheaders self._send_output(message_body) File "/usr/lib/python2.7/httplib.py", line 829, in _send_output self.send(msg) File "/usr/lib/python2.7/httplib.py", line 791, in send self.connect() File "/usr/lib/python2.7/httplib.py", line 772, in connect self.timeout, self.source_address) File "/usr/lib/python2.7/socket.py", line 553, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): gaierror: [Errno -2] Name or service not known 2014-05-06 18:41:55 :: modules.xbmc :: ERROR :: Unable to contact XBMC via :

I'm not using the macaddr, it is blank.

Here are my install steps if you want to update the documentation :

sudo apt-get install git sudo apt-get install python-pip sudo apt-get install libjpeg-dev sudo apt-get install libjpeg62 sudo apt-get install libpng-dev sudo apt-get install libfreetype6-dev

sudo apt-get install python-dev sudo pip install Pillow --upgrade sudo pip install psutil

./Htpc.py

styxit commented 10 years ago

Xbmc Gotham was in Beta until a few days ago. I haven't done any work on the Xbmc 13 support yet.

jwhite commented 10 years ago

It was working until rather recently. Not sure what happened.

I also can't seem to get it to auto-start and posted about xbmc forums with no real resolution. I'll work on that again after I can get it to connect :)

jwhite commented 10 years ago

Not actually specifying 8080 even though it is in the box for the default may be the root of this issue.

Still a bug, but much less severe.

Hellowlol commented 10 years ago

Gotham is working fine here only thing that didn't work was sub search. Have you tried reinstalling it? It was a bug in the first build Sunday morning.