ghokun / appletv3-iptv

M3U playlist player for Apple TV 3 devices.
MIT License
23 stars 4 forks source link

runtime error: invalid memory address or nil pointer dereference #10

Open devalanche opened 2 months ago

devalanche commented 2 months ago

this happens when i try to reload channels from a new m3u

image

devalanche commented 2 months ago

some more information:

New playlist url is pretty long, too long to persist it over the app gui. So I had to define it in the config.yaml. I think it either is still too long to get handled properly or the content is too big.

Do you see any chance to debug/resolve this?

devalanche commented 2 months ago

for reference, https://raw.githubusercontent.com/Free-TV/IPTV/master/playlist.m3u8 is working like a charm

ghokun commented 2 months ago

| don't have access to a TV now, does it fail when you try. to run it on a different computer?

devalanche commented 2 months ago

not tried yet. before I try that, my playlist link does not end with .m3u or .m3u8 though, could that be a thing?

it's like ...&type=m3u_plus&output=ts

ghokun commented 2 months ago

not tried yet. before I try that, my playlist link does not end with .m3u or .m3u8 though, could that be a thing?

it's like ...&type=m3u_plus&output=ts

Hmm 🤔 could be, you can try to debug internal/m3u/m3u.go