2013-05-16, 16:52
(2013-05-16, 16:49)tmiland Wrote: I did try different PIL's, but none of them worked...
You are using readyNas? I don't have readyNas so can't really test it.
(2013-05-16, 16:49)tmiland Wrote: I did try different PIL's, but none of them worked...
python Htpc.py --debug
C:\Users\MediaServer\Desktop\HTPC-Manager-master>Htpc
Traceback (most recent call last):
File "C:\Users\MediaServer\Desktop\HTPC-Manager-mas
<module>
main()
File "C:\Users\MediaServer\Desktop\HTPC-Manager-mas
ain
from sqlobject import connectionForURI, sqlhub
File "C:\Users\MediaServer\Desktop\HTPC-Manager-mas
.py", line 2, in <module>
from __version__ import version, version_info
ImportError: No module named '__version__'
(2013-05-19, 05:16)Jarritos Wrote: I am getting the following error when I try and launch htpc-manager:
PHP Code:C:\Users\MediaServer\Desktop\HTPC-Manager-master>Htpc
Traceback (most recent call last):
File "C:\Users\MediaServer\Desktop\HTPC-Manager-mas
<module>
main()
File "C:\Users\MediaServer\Desktop\HTPC-Manager-mas
ain
from sqlobject import connectionForURI, sqlhub
File "C:\Users\MediaServer\Desktop\HTPC-Manager-mas
.py", line 2, in <module>
from __version__ import version, version_info
ImportError: No module named '__version__'
Any ideas?
from __version__ import version, version_info
HTPC-Manager-master\libs\sqlobject\__version__.py
(2013-05-20, 13:58)gborri Wrote: I'm from Italy and when i try to add new Show i can only choose English version of it. In SickBeard i can chose also the italian version.
Is it the correct behaviour of the software?
(2013-05-20, 14:33)styxit Wrote: Yes it is. The tvdb.com api is used to look for new shows. At the moment the langage parameter is not yet implemented an by default it only looks for english shows. I could change it to look for every language and give the user the option to select the language before adding it to sickbeard.
I created an issue on Github for this: https://github.com/styxit/HTPC-Manager/issues/6
(2013-05-20, 18:56)hernandito Wrote: I am trying to run this on an Ubuntu server. I started the daemon fine, but when I go on my browser, I get:
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Any ideas? i would love to get this going.
(2013-05-20, 21:28)theslimone Wrote: Couchpotato support seems to be broken at the moment. The "Wanted" tab shows not only my current wanted movies, but everything in the past as well! And when searching for a movie, it does not display anything except this:
https://www.dropbox.com/s/2vkff14zge5ex78/Capture.PNG
The weird thing is, I can see the requests made in the couchpotato log for the searches i'm trying to do, but it doesn't seem to be passing back correctly to HTC-Manager. Please let me know if you need any more info to help troubleshoot the issue. I am running the latest git version of Couchpotato. Also the history section of shows random history from months ago, not the latest movies i have downloaded. Thoughts?
(2013-05-20, 22:40)styxit Wrote: Or even better, use the provided init script. https://github.com/styxit/HTPC-Manager/b...ster/initd and edit the file between the *edit* lines. I use it to run on my RaspberryPi Debian based distro.
(2013-05-20, 23:21)hernandito Wrote: Great I got it work!! Just needed to run initd script as sudo to start it.... any advice how to make it start automatically... because I need to run it as sudo sh initd -start
update-rc.d /etc/init.d/Htpc defaults