DV8FromTheWorld / JDA-Player

Extension library for JDA (or D4J) that provides an Java wrapping of Youtube-dl, FFmpeg and FFprobe for use as an AudioProvider.
Apache License 2.0
14 stars 5 forks source link

Failed to download MPD manifest (403) @ youtube-dl #17

Open Fabricio20 opened 7 years ago

Fabricio20 commented 7 years ago

Things like this aren't getting sent to getInfo()#getError() instead they are just exploding on my console.

Log entry: [06:37:27] [Warning] [JDAPlayer]: ERR YTDL: WARNING: [youtube] yEJgo_Xr-dg: Skipping DASH manifest: ExtractorError(u'Failed to download MPD manifest: HTTP Error 403: Forbidden (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.',)

MinnDevelopment commented 7 years ago

I assume this is happening because of warnings in RemoteStream. Which can be avoided by adding --no-warnings to the launch args.