m3u8-parser icon indicating copy to clipboard operation
m3u8-parser copied to clipboard

Provider "http" not installed

Open wishygupta opened this issue 1 year ago • 0 comments

I am getting this error

java.nio.file.FileSystemNotFoundException: Provider "http" not installed at java.base/java.nio.file.Path.of(Path.java:212) at java.base/java.nio.file.Paths.get(Paths.java:98)

When I read playlist

MasterPlaylist playlist = parser.readPlaylist(Paths.get(new URI(sourceUrl)));

wishygupta avatar Jul 18 '22 13:07 wishygupta