Closed Olivier6767 closed 3 years ago
Hello 😊 Thanks a lot for your detailed issue! Interesting problem! I’ll try to reproduce to fix it. It seems to be a problem with latest release, Just for my curiosity, can you try with 2.0.1?
Thank you
Hello, I just tried with 2.0.1 but the problem is the same, it tries to create a route with both usernames and passwords (the ones I setup for the proxy AND the ones from the IPTV provider...
Thanks for your quick reply!
Hello, I spotted your issue,
You mix xtream playlist in local (not remote playlist) and xtream service. So iptv-proxy can not detect if the playlist is on xtream format, so there is collision between xtream endpoint and playlist endpoint.
I fixed your issue in this commit: :rocket: https://github.com/pierre-emmanuelJ/iptv-proxy/commit/ba6da3be5c3dc70797d8ef3bd063662d58a64b8d Will be release ASAP!
Since you are filtering your local file, you can not use the playlist as an xtream one.
But now you can use like you do, it will work, and no more collision.
Hi, Thanks for the awesome tool.
I have an error when the M3U_URL points to a file or to a private URL on my home server instead of using the proviser URL.
Here is the error:
panic: path segment 'IPTV_USER/IPTV_PASS/440' conflicts with existing wildcard ':id' in path '/MY_USER/MY_PASS/IPTV_USER/IPTV_PASS/440'
==> It looks like the route is made up of both usernames and passwords (the IPTV Provider credentials AND my custom credentials). It should only have my custom credentials...
Here is my configuration (by the way, I'm using TRAEFIK):
Here is the playlist.m3u file:
The same error appears if I host the playlist.m3u file on my own server and change M3U_URL to:
- M3U_URL=https://iptv_playlist.mydomain.com/playlist.m3u
However if I point M3U_URL to the provider's URL, I have no error message and the proxy functions as expected. Provider URL:
M3U_URL=http://iptv.provider.com:8080/get.php?username=IPTV_USER&password=IPTV_PASS&type=m3u_plus&output=ts
The reason I want to use a local file is because I filter out the channels only to the ones I'm interested. This reduces the channel list a lot and makes it easier to use. I only remove unwanted channels from the large list from the provider, I make no other change to the m3u file content.
Here is the full error dump: