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

m3u import, google drive crash latest beta #241

Closed
ghost opened this issue Jan 24, 2017 · 4 comments
Closed

m3u import, google drive crash latest beta #241

ghost opened this issue Jan 24, 2017 · 4 comments
Labels

Comments

@ghost
Copy link

ghost commented Jan 24, 2017

using cumulus 1.7.2 beta and android tv 6.0.1 (Mibox) when trying to import m3u standard format :

#EXTINF:-1 tvg-ID="" tvg-name="channel" tvg-logo="" group-title="group 1",channel
http://s.xxx.com:8000/live/xxx/xxx/1.ts

cumulus is crashing , while :

#EXTINF:-1 ,channel
http://s.xxx.com:8000/live/xxx/xxx/1.ts

is working. maybe because some fields are empty ?

also google drive is not working anymore, it crash when you try to use it, i have tried to reset app datas already

i will try to send bugreports next time that i will use the app,

@Fleker
Copy link
Owner

Fleker commented Jan 24, 2017 via email

@ghost
Copy link
Author

ghost commented Jan 24, 2017 via email

@Fleker
Copy link
Owner

Fleker commented Jan 24, 2017 via email

@Fleker Fleker added the bug label Jan 26, 2017
@Fleker
Copy link
Owner

Fleker commented Jan 27, 2017

There were two issues with the playlists.

The first is that the first line doesn't contain #EXTM3U to identify it as the correct format. This is required based on how the parser works at the moment.

The second is that empty strings were causing the parser to be too greedy and shift too many characters, causing the whole parser to fail. This bug has been corrected and both streams are added to tests.

@Fleker Fleker closed this as completed Jan 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant