tgorgdotcom / locast2plex

A very simple script to connect locast to Plex's live tv/dvr feature.
MIT License
234 stars 43 forks source link

Plex no longer able to find locast2plex DVR #279

Open elbowgeek opened 3 years ago

elbowgeek commented 3 years ago

Hi all. I was running locast2plex just fine for quite a while, until I switched from networks. The original network was accessed via wifi, and this new one is hard wired, but I doubt that there should be any issue with that aspect of it. It just seems odd that, immediately after switching networks, suddenly Plex can't recognize the locast2plex DVR.

I've modified the config.ini to reflect the new network IP, and running "python main.py" fires it up with now errors, just as it ever did. But if I try to add it to Plex it simply does not recognize the locast DVR, even if I enter the IP manually.

Any ideas would be most welcome to help me solve this bizarre mystery.

jcmitch commented 3 years ago

I'm seeing the same thing without the network change so I don't think that is relevant. Mine only started over the past 3-4 days, I believe.

I've updated to the latest in docker, started/stopped the container, checked the docker logs. Everything seems like it should be working. I do believe I ran a plex server update around that timeframe so I'm wondering if that could be related. Might look at trying to downgrade Plex to see if that helps at all.

elbowgeek commented 3 years ago

Hi, thanks for replying. I'll try hooking it up to the old network again and see if I get the same results. All I know is that locast2plex failed immediate after I made the change.

As for that whole Docker thing, I'll be danged if I can figure out how to properly implement it on my Intel PC; I see it as voodoo frankly. I do know the concept behind it and all, but it requires a bunch of steps to create and that guarantees that one of those steps will produce a result which will be nothing like what they say in the instructions, and it will end there.

Then again, maybe I'll give it a go anyway, just for no fun at all...

iamon13 commented 3 years ago

Any update on this issue? I am having a similar issue as OP, had to change my server's static IP and after that locast2plex no longer works. Docker reports that it started up correctly, but no luck in Plex discovering the service.

jcmitch commented 3 years ago

I believe the root cause to be a Plex issue. There are a few threads about the issue over on the Plex forms but no fixes yet from what I can tell.

iamon13 commented 3 years ago

I actually went to look in a different thread, and the issue ended up being a result of an old version. Stopping the container and then issuing a docker-compose pull grabbed the latest version, and service discovery in Plex is working now.

jcmitch commented 3 years ago

Hm... I've updated to the latest again but while locast2plex still seems to be running correctly. Plex still fails to actually play even though it sees the antenna and says everything is good. Just as soon as I attempt to play I get this: image

ghost commented 3 years ago

I have the same issue from the plex side. Checked the container logs for locast2plex and it looks stuck on startup here:


User Info obtained.
User didDonate: True
User donationExpire: 2021-10-22 04:42:20
Starting First time Stations refresh...
Checking FCC facilities database for updates.
Online facilities database is newer. Downloading the latest FCC facilities database...
Unzipping FCC facilities database...
Reading and formatting FCC database...
Found 5410 stations.
Getting list of stations based on DMA...
Found 45 stations for DMA 751
Starting Stations thread...
Starting device server on 192.168.11.110:6077
Now listening for requests.
Starting SSDP server...
Starting First time EPG refresh...
FROM CACHE: /app/cache/751_epg/09-01-2021.json
FROM CACHE: /app/cache/751_epg/09-02-2021.json
FROM CACHE: /app/cache/751_epg/09-03-2021.json
FROM CACHE: /app/cache/751_epg/09-04-2021.json
FROM CACHE: /app/cache/751_epg/09-05-2021.json
FROM CACHE: /app/cache/751_epg/09-06-2021.json
Starting EPG thread...```
jcmitch commented 3 years ago

Well I guess this (and this whole project) doesn't matter anymore. 😞