Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plex Connection Issues #32

Open
Schuchie opened this issue Apr 23, 2024 · 4 comments
Open

Plex Connection Issues #32

Schuchie opened this issue Apr 23, 2024 · 4 comments

Comments

@Schuchie
Copy link

Schuchie commented Apr 23, 2024

I've setup my channels with the following channel config:
channels.json

[
  {
    "name": "La1",
    "url": "https://XX.m3u8"
  },
  {
    "name":"La2",
    "url": "https://XX.m3u8"
  }
]
  • Config file is default.
  • My docker container is running on an raspberry pi 5 with 8gb ram.
  • Plex can find the tuner and I can connect to it via IP +Port
  • Somehow I need to map a country and an postal code, which works for the above used streams. So I choose the correct country + postalcode
  • But after that it loads in an endless screen the EPG List and shows above the error "A problem has occurred when assigning the channels"
image

Is there something missing from my site?

PS: Template folder and all other stuff is copied correctly and the available endpoints of your app are published correctly as I saw.

@mobileqaguy
Copy link

mobileqaguy commented Apr 25, 2024

I had a similar issue and it seems like the channel name has to match what the actual channel is called. For example, I was mapping a Fox station in Chicago so i named it "Fox Chicago" and it didnt work. I changed the name to "WFLDHD" and it worked.

UPDATE: I think you can get rid of the error by naming your device (config.json) an actual device name. In my case, i used "HDHomeRun FLEX 4K" and that seemed to get rid of the error. Another tip for the guide info is to look up a service available in your area and try to find the "call sign" for that channel. For example, I was mapping a bunch of channels and wanted to use a cable providers channels and i named my channel "ESPN News" and not "ESPNEWS" like the cable company would have it.

@Schuchie
Copy link
Author

Hey, thx for the tip! Will test it today! Currently switched to Threadfin, which worked, but a more lightweight variant is preferred :)

@duncanleo
Copy link
Owner

Unfortunately I don't think I am of much help here, but I'll keep an eye out for this issue (I'm about to re-setup an instance of plex-dvr-hls with Plex)

@Schuchie
Copy link
Author

Schuchie commented May 1, 2024

@mobileqaguy that worked :) Changed it to the "API"-Name of the channels and renamed the tuner into an existing one, solved both problems!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants