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

Empty m3u response #19

Open
adrianmihalko opened this issue Dec 2, 2024 · 1 comment
Open

Empty m3u response #19

adrianmihalko opened this issue Dec 2, 2024 · 1 comment

Comments

@adrianmihalko
Copy link

adrianmihalko commented Dec 2, 2024

Finally I get it up and running. My input m3u looks like this:

#EXTM3U
#EXTINF:-1 tvg-id="none" tvg-name="none" tvg-logo="" group-title="Free/TV", BBC
http://xy.com/live/1234/9876/9998.ts
#EXTINF:-1 tvg-id="none" tvg-name="none" tvg-logo="" group-title="Free/TV", CNN
http://xy.com/live/1234/9876/9999.ts

When I am trying to access IPTV proxy I get only empty M3U response:

madrian@debian:~$ curl localhost:8080/m3u
#EXTM3U
02.12.2024 22:24:20 [INFO ] :: App :: loading config...
02.12.2024 22:24:21 [INFO ] :: IptvProxyService :: starting
02.12.2024 22:24:21 [INFO ] :: IptvProxyService :: updating channels
02.12.2024 22:24:21 [INFO ] :: AsyncLoader :: loading playlist: someiptv-1, retry: 0, url: https://example.com/iptv.m3u
02.12.2024 22:24:21 [INFO ] :: IptvProxyService :: parsing playlist: someiptv-1, url: https://example.com/iptv.m3u
02.12.2024 22:24:23 [INFO ] :: IptvProxyService :: channels updated
02.12.2024 22:24:24 [INFO ] :: IptvProxyService :: started

What could be the problem?

@kvaster
Copy link
Owner

kvaster commented Dec 4, 2024

Are you sure your yaml config is configured properly ? I logs above it tries to download m3u list fro example.com...

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

2 participants