The document reports errors encountered while trying to parse YouTube URLs and convert video files to wav format. It describes exceptions thrown for YouTube URL parsing due to changes in the YouTube page structure and for wav conversion due to output files already existing. It recommends reporting issues to relevant GitHub repositories.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
75 views
Errorlog
The document reports errors encountered while trying to parse YouTube URLs and convert video files to wav format. It describes exceptions thrown for YouTube URL parsing due to changes in the YouTube page structure and for wav conversion due to output files already existing. It recommends reporting issues to relevant GitHub repositories.
YoutubeExtractor.YoutubeParseException: Could not parse the Youtube page for URL
http://youtube.com/watch?v=35RPxMHSRgk This may be due to a change of the Youtube page structure. Please report this bug at www.github.com/flagbug/YoutubeExtractor/issues ---> System.NotSupportedException: Result cannot be called on a failed Match. at System.Text.RegularExpressions.Match.Result(String replacement) at YoutubeExtractor.DownloadUrlResolver.GetHtml5PlayerVersion(JObject json) at YoutubeExtractor.DownloadUrlResolver.GetDownloadUrls(String videoUrl, Boolean decryptSignature) --- End of inner exception stack trace --- at YoutubeExtractor.DownloadUrlResolver.ThrowYoutubeParseException(Exception innerException, String videoUrl) at YoutubeExtractor.DownloadUrlResolver.GetDownloadUrls(String videoUrl, Boolean decryptSignature) at SLAM.YTImport.DownloadWorker_DoWork(Object sender, DoWorkEventArgs e) --------------------04/09/2019 18:14:09 UTC-------------------- YoutubeExtractor.YoutubeParseException: Could not parse the Youtube page for URL http://youtube.com/watch?v=qTsaS1Tm-Ic This may be due to a change of the Youtube page structure. Please report this bug at www.github.com/flagbug/YoutubeExtractor/issues ---> System.NotSupportedException: Result cannot be called on a failed Match. at System.Text.RegularExpressions.Match.Result(String replacement) at YoutubeExtractor.DownloadUrlResolver.GetHtml5PlayerVersion(JObject json) at YoutubeExtractor.DownloadUrlResolver.GetDownloadUrls(String videoUrl, Boolean decryptSignature) --- End of inner exception stack trace --- at YoutubeExtractor.DownloadUrlResolver.ThrowYoutubeParseException(Exception innerException, String videoUrl) at YoutubeExtractor.DownloadUrlResolver.GetDownloadUrls(String videoUrl, Boolean decryptSignature) at SLAM.YTImport.DownloadWorker_DoWork(Object sender, DoWorkEventArgs e) --------------------04/09/2019 18:30:53 UTC-------------------- NReco.VideoConverter.FFMpegException: File 'E:\SLAM_v1.5.4\csgo\Sad Violin - Air Horn Sound Effect (MLG).wav' already exists. Exiting. (exit code: 1) at NReco.VideoConverter.FFMpegConverter.Invoke(String ffmpegArgs) at SLAM.Form1.FFMPEG_WaveCreator(String File, String outputFile, SourceGame Game) at SLAM.Form1.WavWorker_DoWork(Object sender, DoWorkEventArgs e) --------------------04/09/2019 18:30:53 UTC-------------------- NReco.VideoConverter.FFMpegException: File 'E:\SLAM_v1.5.4\csgo\Sad Violin - MLG Sound Effects (HD).wav' already exists. Exiting. (exit code: 1) at NReco.VideoConverter.FFMpegConverter.Invoke(String ffmpegArgs) at SLAM.Form1.FFMPEG_WaveCreator(String File, String outputFile, SourceGame Game) at SLAM.Form1.WavWorker_DoWork(Object sender, DoWorkEventArgs e)