CumulusTV icon indicating copy to clipboard operation
CumulusTV copied to clipboard

No URL Found

Open mozi opened this issue 7 years ago • 3 comments

Seems there is an issue playing back channels with guide setup correctly. Testing with sample m3u with 2 channels one with epg-url set while the other doesn't have epg-url set.

Within the app itself both channel works fine, but through Android TV guide list, only the channel without guide works, and the channel with guide set correctly shows "No URL Found" message.

mozi avatar Jun 09 '17 18:06 mozi

Looking at the code here services/CumulusJobService.java

It seems the issue is in line 175: .setInternalProviderData(currentProgram.getInternalProviderData())

Shouldn't this be similar to line 185: .setInternalProviderData(channel.getInternalProviderData())

mozi avatar Jun 09 '17 18:06 mozi

That code should be correct. There may be internal data in the current program that I want to be saved specifically for programs.

Fleker avatar Jun 15 '17 20:06 Fleker

Just to prove that the code doesn't work and the "No URL Found " error shows when a channel guide is available but the channel never plays, here is a test m3u that you can use to workout whats wrong.

http://tvxml.herokuapp.com/test.m3u

I shall rest my case, and hopefully this helps fixing the app.

mozi avatar Jun 25 '17 03:06 mozi