Bug #82767
Bug #22968: Hoster: youtube.com - Free
Hoster: youtube.com - Free |PLUGIN_DEFECT-Error: 48d2c9756028fecc6cd259ddb5eacab0
Status: | New | Start date: | 02/03/2017 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Hoster | |||
Target version: | - | |||
Resolution: |
Description
PLUGIN_DEFECT-Error Detected
Error ID 48d2c9756028fecc6cd259ddb5eacab0 Plugin youtube.com Account free Revision 35991
Probably the same Bug(s):¶
PLUGIN_DEFECT bbc36d2880ca04f0500a89dac2797f65 #82036 PLUGIN_DEFECT e9afdc315ce44ab051d4f0dd338b7c8c #81895
Stacktrace:¶
IDV1: youtube.com-free jd.plugins.hoster.YoutubeDashV2 org.jdownloader.controlling.ffmpeg.FFMpegException: FFmpeg Failed org.jdownloader.controlling.ffmpeg.AbstractFFmpegBinary.runCommand(AbstractFFmpegBinary.java:657) org.jdownloader.controlling.ffmpeg.FFmpeg.mux(FFmpeg.java:144) jd.plugins.hoster.YoutubeDashV2$4.mux(YoutubeDashV2.java:1423)
Source Code:¶
IDV1: youtube.com-free jd.plugins.hoster.YoutubeDashV2 org.jdownloader.controlling.ffmpeg.FFMpegException: FFmpeg Failed org.jdownloader.controlling.ffmpeg.AbstractFFmpegBinary.runCommand( Line 654: if (StringUtils.containsIgnoreCase(errorStreamString, "Unrecognized option 'c:v'") || StringUtils.containsIgnoreCase(errorStreamString, "Unrecognized option '-c:v'")) { Line 655: throw new FFMpegException("FFmpeg version too old", lastStdStream, errorStreamString); Line 656: } Line 657: >> throw new FFMpegException("FFmpeg Failed", lastStdStream, errorStreamString); Line 658: } else { Line 659: return sdtStream.toString(); Line 660: } ) org.jdownloader.controlling.ffmpeg.FFmpeg.mux( Line 141: final File outFile = new File(out); Line 142: String stdOut = null; Line 143: try { Line 144: >> stdOut = runCommand(progress, fillCommand(out, videoIn, audioIn, null, muxCommand)); Line 145: } catch (FFMpegException e) { Line 146: // some systems have problems with special chars to find the in or out file. Line 147: if ((e.getError() != null && e.getError().contains("No such file or directory")) || (CrossSystem.isMac() && !outFile.exists())) { ) jd.plugins.hoster.YoutubeDashV2$4.mux( Line 1420: } Line 1421: return super.mux(progress, out, videoIn, audioIn, newMuxCommands.toArray(new String[0])); Line 1422: } else { Line 1423: >> return super.mux(progress, out, videoIn, audioIn, muxCommands); Line 1424: } Line 1425: } Line 1426: }; )
Logs (only for developers):¶
ID Outdated Date Links 3539179150841 NO Wed Nov 30 16:28:39 CET 2016 [LogTool] 1731769150841 Yes Wed Nov 30 16:27:51 CET 2016 [LogTool] 1168091887641 Yes Thu Jul 07 10:58:28 CEST 2016 [LogTool]