• 1
  • 17
  • 18
  • 19(current)
  • 20
  • 21
  • 68
[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app
(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.
http://htpc.io

HTPC Manager combines all your favorite htpc software into one slick interface!

http://htpc.io
Reply
I downloaded HTPC from htpc.io, but when executing the Htpc.py file, i just get an empty Python screen, with a blinking underscore.
I have downloaded PIL, and i tried the older version (from https://github.com/mhendrikx/HTPC-Manager) and that one works when I execute the file.

Using Windows 8 x64, with Python 2.7
What's the problem here?
Reply
Try debug mode. You should see some errors or something.
Code:
python Htpc.py --debug

Keep in mind that the default port is 8085. so your url would be http://localhost:8085/
http://htpc.io

HTPC Manager combines all your favorite htpc software into one slick interface!

http://htpc.io
Reply
It works now, I rebooted (it's still Windows) and everything works now.
Reply
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 2in <module>
    
from __version__ import versionversion_info
ImportError
No module named '__version__' 

Any ideas?
Reply
(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 2in <module>
    
from __version__ import versionversion_info
ImportError
No module named '__version__' 

Any ideas?

I have never had someone report that error. Your stacktrace is not entirely readable because some lines are cut off.

The following line from your stacktrace is the problem and only used in the sqlobject library.
Code:
from __version__ import version, version_info

It looks for a file named __version__.py Can you verify this file exists?
It is located in
Code:
HTPC-Manager-master\libs\sqlobject\__version__.py

I tried replicating the error so i removed the __version__.py file. Now i have an error looking similair to yours. Except for one thing:

Your third line shows: File "C:\Users\.....
Where mine says: File "Htpc.py"
Maybe you can try to cd into the htpcManager directory and run "python Htpc.py" from there.

Also, you could try to delete any *.pyc files in the sqlobject folder.
http://htpc.io

HTPC Manager combines all your favorite htpc software into one slick interface!

http://htpc.io
Reply
hello,

I've successfuly intalled htpc manager on my PC. I'm from Italy and when i try to add new Show i can only choose English version of it.
In SickBird i cna chose also the italian version.

Is it the correct behaviour of the software?
Reply
(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?

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
http://htpc.io

HTPC Manager combines all your favorite htpc software into one slick interface!

http://htpc.io
Reply
(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

Would be great.

thanks
Giovanni
Reply
Thank you for this Stixit! 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....

Thanks again,

H.
Image
Reply
Hello,

Got this awesome script running on a Windows box with Python 2.7, with only one issue, 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?
Reply
(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.

An instruction guide on how to run as daemon will be online soon. Make sure you set to correct parameters on the command line as explained in the install guide http://htpc.io/installation.html#general_usage.

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, 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?

I created two issues on github, so to sort this out. https://github.com/styxit/HTPC-Manager/i...state=open I do not use couch potato myself very often, so i have never noticed these bugs. Will look into it.





A an installation guide is available at http://htpc.io/installation.html!
http://htpc.io

HTPC Manager combines all your favorite htpc software into one slick interface!

http://htpc.io
Reply
(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.

Edited:

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

Thanks a million.
Image
Reply
(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

I stored the initd file as /etc/init.d/Htpc chmod 755. That way i can run sudo /etc/init.d/Htpc start and sudo /etc/init.d/Htpc stop
Next i added it to startup with

Code:
update-rc.d /etc/init.d/Htpc defaults
Source
http://htpc.io

HTPC Manager combines all your favorite htpc software into one slick interface!

http://htpc.io
Reply
Feel free to do with this as you wish (within reason): Htpc Manager (wiki)

Which is also listed on the Supplemental tools (wiki) pages.

See here for some ideas: Help:Supplemental tool page (wiki)

Feel free to message me with any questions.
Reply
  • 1
  • 17
  • 18
  • 19(current)
  • 20
  • 21
  • 68

Logout Mark Read Team Forum Stats Members Help
[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app7