Using your fork since day one, added senexcrenshaw/xteve:latestfew days ago when a docker build was available, today watchtower updated xteve and the web interface won't show up anymore.
No error in console, and xteve seems to be running just fine, but since the webserver is not reachable, nothing actually work from outside.
Port 34400 is used and always worked, curl localhost:34400 from the host just echoes curl: (56) Recv failure: Connection reset by peer which doesn't really help.
Web interface ine doesn't show up anymore on boot. Nothing about web interface on boot. Maybe because I forced change the hostname ? The new feature worked great the other day
EDIT : I'm trying to find what makes the web interface to not launch, for now it seems to be as soon as there's m3u file in the config file. I don't know why.
EDIT 2 (Found the issue) :
Ok it seems I found the issue, I grabbed a playlist locally from an unavailble playlist (tvheadend). Xteve just never timed out and the responding webserver neither (tvheadend crashed really hard), so it was simply stuck on "Download" indefinitely. Thus never going to the next step which would've been starting the webserver
Using your fork since day one, added
senexcrenshaw/xteve:latest
few days ago when a docker build was available, today watchtower updated xteve and the web interface won't show up anymore.No error in console, and xteve seems to be running just fine, but since the webserver is not reachable, nothing actually work from outside.
Port 34400 is used and always worked, curl localhost:34400 from the host just echoes
curl: (56) Recv failure: Connection reset by peer
which doesn't really help.I really have no idea what happened.
Restarting the container doesn't solve the issue
Web interface ine doesn't show up anymore on boot. Nothing about web interface on boot. Maybe because I forced change the hostname ? The new feature worked great the other day
EDIT : I'm trying to find what makes the web interface to not launch, for now it seems to be as soon as there's m3u file in the config file. I don't know why.
EDIT 2 (Found the issue) : Ok it seems I found the issue, I grabbed a playlist locally from an unavailble playlist (tvheadend). Xteve just never timed out and the responding webserver neither (tvheadend crashed really hard), so it was simply stuck on "Download" indefinitely. Thus never going to the next step which would've been starting the webserver