HTPC manager

I had a working HTPC-manager installed before upgrade to debian-stretch and was following this guide to install it: Install HTPC Manager on Raspberry Pi with Raspbian •.

Since the update however, HTPC-Manager is not working any more.

The python executable seems to start but i get the following message:

osmc@B2RASP2:~$ sudo python ./HTPCManager/Htpc.py
2018-01-14 17:56:35 :: root :: INFO :: Welcome to Hellowlol’s HTPC Manager fork
2018-01-14 17:56:35 :: root :: INFO :: Loglevel set to info
2018-01-14 17:56:36 :: htpc.updater :: INFO :: Using GitUpdater engine
2018-01-14 17:56:36 :: apscheduler.scheduler :: INFO :: Added job “Updater.update_needed” to job store “default”
2018-01-14 17:56:36 :: modules.kodi :: WARNING :: No configured kodi-Servers.
2018-01-14 17:56:36 :: modules.newznab :: WARNING :: No configured Indexers.
2018-01-14 17:56:37 :: htpc.server :: INFO :: Starting up webserver


Starting HTPC Manager on port 8085.
Start your browser and go to http://localhost:8085


2018-01-14 17:56:37 :: cherrypy.error :: INFO :: [14/Jan/2018:17:56:37] ENGINE Listening for SIGHUP.
2018-01-14 17:56:37 :: cherrypy.error :: INFO :: [14/Jan/2018:17:56:37] ENGINE Listening for SIGTERM.
2018-01-14 17:56:37 :: cherrypy.error :: INFO :: [14/Jan/2018:17:56:37] ENGINE Listening for SIGUSR1.
2018-01-14 17:56:37 :: cherrypy.error :: INFO :: [14/Jan/2018:17:56:37] ENGINE Bus STARTING
2018-01-14 17:56:37 :: cherrypy.error :: INFO :: [14/Jan/2018:17:56:37] ENGINE Serving on http://0.0.0.0:8085
2018-01-14 17:56:37 :: cherrypy.error :: INFO :: [14/Jan/2018:17:56:37] ENGINE Bus STARTED

any ideas what could be wrong?

Looks like it’s not configured correctly. You probably should contact the HTPC Manager developer for help.

hmmm… probably the configuration warning comes up, because i was trying a fresh install. i think it just has the purpose to inform that there there is no pre-existing configuration. anyways i should be able to execute the py file.

maybe its a issue regarding python in debian stretch?

cheers bendsch