2013-06-15, 11:56
Updating is working here. Make sure that the git-binary is in your path (i.e. you can call "git" from the command line) - this is also true for Windows.
(2013-06-14, 02:26)sumnerboy Wrote: [ -> ]This is awesome. I have got it installed and running on my Ubuntu 12.04 server. I have the very latest GIT PULL and most things work great. I.e. Sickbeard, SABNZBD, Couchpotato integration all looks great. However I have two XBMC clients (both running Raspbmc on RaspberryPis) and when I try and view the movie lists on either I get an 'Error connecting to XBMC' notification on the lower right corner of the HTPC Manager page. The TV shows are listing fine but nothing is coming back for the movie list.
Am I missing something? Raspbmc is currently using XBMC 12.2 I believe. Is this too 'new' for HTPC Manager?
Other than that, it is looking great - very handy piece of software - keep up the great work!
(2013-06-15, 13:31)TeKo Wrote: [ -> ]git for windows installed and in path, but its not working.https://github.com/styxit/HTPC-Manager/issues/2
(2013-06-15, 11:56)HenryFord Wrote: [ -> ]Updating is working here. Make sure that the git-binary is in your path (i.e. you can call "git" from the command line) - this is also true for Windows.
Quote:2013-06-17 18:33:40,615 :: cherrypy.error.41134400 :: ERROR :: [17/Jun/2013:18:3
3:40] HTTP Traceback (most recent call last):
File "C:\Program Files (x86)\HTPC-Manager-master\libs\cherrypy\_cprequest.py",
line 656, in respond
response.body = self.handler()
File "C:\Program Files (x86)\HTPC-Manager-master\libs\cherrypy\lib\encoding.py
", line 188, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "C:\Program Files (x86)\HTPC-Manager-master\libs\cherrypy\lib\jsontools.p
y", line 61, in json_handler
value = cherrypy.serving.request._json_inner_handler(*args, **kwargs)
File "C:\Program Files (x86)\HTPC-Manager-master\libs\cherrypy\_cpdispatch.py"
, line 34, in __call__
return self.callable(*self.args, **self.kwargs)
File "C:\Program Files (x86)\HTPC-Manager-master\modules\xbmc.py", line 111, i
n ping
self.logger.debug("Trying to contact xbmc via " + xbmc)
File "C:\Program Files (x86)\HTPC-Manager-master\libs\jsonrpclib\jsonrpc.py",
line 274, in __call__
return self.__send(self.__name, args)
File "C:\Program Files (x86)\HTPC-Manager-master\libs\jsonrpclib\jsonrpc.py",
line 225, in _request
check_for_errors(response)
File "C:\Program Files (x86)\HTPC-Manager-master\libs\jsonrpclib\jsonrpc.py",
line 529, in check_for_errors
raise ProtocolError((code, message))
ProtocolError: (-32601, u'Method not found.')
(2013-06-14, 02:22)phelanmt Wrote: [ -> ]I have 32 bit Windows 7, am I not going to be able to install PIL?
I am also curious as to where the HTPC Manager folder goes
(2013-06-14, 02:26)sumnerboy Wrote: [ -> ]Am I missing something? Raspbmc is currently using XBMC 12.2 I believe. Is this too 'new' for HTPC Manager?
(2013-06-14, 21:43)Headcase_Fargon Wrote: [ -> ]Question though: Is there an auto-update feature? Or a way to update from the web interface? Or is that manual at this point? I downloaded the zip and am running Htpc.py on Ubuntu, and when I "Check for updates" I get:This error is shown when the git-command can not be found on your system, or if you have made any changes to the Htpc Manager code yourself.
In app updating not supported. Git-command not found, or you are ahead of the master branch.
(2013-06-15, 13:31)TeKo Wrote: [ -> ]git for windows installed and in path, but its not working.
(2013-06-19, 17:25)rbrohman Wrote: [ -> ]Is the newznab search function working for anyone else?
It seems no matter what values I put in the newznab module setup, clicking Test gives me a green checkmark, though when I actually search, no results. Looking in command prompt window i see: "modules.search :: Error :: Unable to fetch information from..." with my nzb.su apikey.
(2013-06-14, 20:12)HenryFord Wrote: [ -> ](2013-06-14, 02:26)sumnerboy Wrote: [ -> ]Am I missing something? Raspbmc is currently using XBMC 12.2 I believe. Is this too 'new' for HTPC Manager?Works fine over here...
I'm currently in the process to add some logging to the program, troubleshooting would surely get a lot easier then
(2013-06-20, 05:35)sumnerboy Wrote: [ -> ](2013-06-14, 20:12)HenryFord Wrote: [ -> ](2013-06-14, 02:26)sumnerboy Wrote: [ -> ]Am I missing something? Raspbmc is currently using XBMC 12.2 I believe. Is this too 'new' for HTPC Manager?Works fine over here...
I'm currently in the process to add some logging to the program, troubleshooting would surely get a lot easier then
Hmm - so my full setup is a MySQL server running on an Ubuntu 12.04 server. I then have two Raspberry Pis running the latest (June update) Raspbmc. This is XBMC 12.2. The media library is stored in the MySQL server instance and accessed by both Pis no problem. I am accessing the media over NFS mounts from the Pi -> Ubuntu server.
As I said, TV is showing up perfectly, but I have yet to see a list of movies. I am updating to the latest HTPC Manager version every day in the hope it will be fixed one day soon!
Is there any logging I can check to help with diagnosing this? It seems at least one other person is having the same problem as me...
(2013-06-20, 12:35)mbw2001 Wrote: [ -> ]Try deleting the log in userdata/htpcmanager.log
Then run the program as "python Htpc.py --debug --loglevel DEBUG" and paste the logfile from above.