Server Version#:1.18.1.1973
Can anyone please advise as to what may be going on here? I have Xteve 2.1.0 running in Docker on my LAN. After initial set up I can navigate to the ‘Live TV & DVR’ section of Plex which sees the Xteve 'device. Problem is it only shows it for a couple of seconds and the disappears. After that it does not come back even when you do a manual search for it manually. Xteve and Plex are both running that latest version and I have tried different Docker containers and even run it from Windows via the Xteve site.
Xteve shows nothing in the logs either.
Appreciate any thoughts.
I’ve got the same issue. I can make it show up by restarting Plex but it’s not there long enough to setup.
Update: I found that for some reason my docker time is set 1 day in advance which is most likely the cause… I don’t have a fix yet… I’ll let you know if I figure it out but that should help.
Link: https://www.ivankrizsan.se/2015/10/31/time-in-docker-containers/
Commands:
- docker exec -it [container id] date
mine returned 8 hours ahead… I’m thinking template timezone issue
Yup:
root@Demon:~# docker exec -it ContainerID date
Sat Nov 16 05:20:18 UTC 2019
Server set to PST
The discord group for support is really helpful. Right now the docker is running UTC and even when you terminal into the docker, the only timezone available is utc.
This might help though
Ok, I switched to the unraid docker xteve by alturismo and that resolved the timezone issue as well as solved it from disappearing from plex. By all means, go check out the discord for xteve support. There is a docker section where the guys that wrote them are online and willing to help. I hope this helps you.