thomaschristensen / Pantomime

M3U8 parsing written in Swift
MIT License
76 stars 53 forks source link

Crashes on URLBufferedReader #14

Open erdemgc opened 5 years ago

erdemgc commented 5 years ago

When I try following URL, it crashes on URLBufferedReader.

https://freedailyiptv.com/links/05-03-2019/World7_freedailyiptv.com.m3u

I could not figure out why?

It gives Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value

I guarded every value but no success.

BR,

Erdem