jkaberg / tvhProxy

An small flask app to help Plex DVR connect with Tvheadend
Other
216 stars 107 forks source link

"GET /lineup_status.json HTTP/1.0" #53

Open dkalive2017 opened 6 years ago

dkalive2017 commented 6 years ago

I seem to be getting "GET /lineup_status.json HTTP/1.0" error. I'm currently using the docker image on QNAP.

I've also tried on Ubuntu and I'm getting the same message. Any ideas?

kohlsalem commented 6 years ago

Hi, i do have apparently the same issue. I run it in a docker image on an ubuntu 18.04 LTS host.

docker run -d \ --name=tvhProxy \ --restart=always \ --net=host \ -e TVH_URL='http://192.168.178.9:9981' \ -e TVH_PROXY_URL='http://192.168.178.9' \ -e TVH_TUNER_COUNT=4 \ chvb/docker-tvhproxy The TVH_URL is correct; TVH is up & running in an other image.

If i try to configure it manually, i get plenty of tuples:

::ffff:192.168.178.9 - - [2018-06-08 15:35:06] "GET /discover.json HTTP/1.0" 200 456 0.002830 ::ffff:192.168.178.9 - - [2018-06-08 15:35:06] "GET /lineup_status.json HTTP/1.0" 200 234 0.002130

Most funny, on the very first try after plex restart, i can see the tvh server. but after seconds it desappeares. If i'm fast enough to click on it, i could even see a rather complete channel list.

Odd, isnt it?

Any idea?