ArrayIndexOutOfBoundsException in file downloader
- Dominant language
- Java
- Stars
- 287
- Forks
- 172
- PR merge metrics
- No merged PRs in 30d
Description
When downloading certain YouTube videos this error is generated. As an example:
Channel: BuzzFeedVideo
Video: NASA Scientist reviews " The Martian"
Video Link: https://www.youtube.com/watch?v=GLYzYf0k9yQ
Logfile:
Mon 10/12 19:17:25.201 [ReProcessHook@787d25] Download requested for files server=https://r7---sn-a8au-hp5l.googlevideo.com/videoplayback?initcwndbps=340000&dur=145.194&signature=C52F82616D6A86B657B1E05C9E0C98586DF564FB.0EE857D9382BA403D1D0EAEF4C96AB6D93F00E1C&sver=3&upn=LV6xWMMf1rM&key=yt6&ratebypass=yes&ipbits=0&itag=22&fexp=9406128%2C9408710%2C9409069%2C9414764%2C9415516%2C9416126%2C9417487%2C9417707%2C9418204%2C9418448%2C9418897%2C9419303%2C9420348%2C9420437%2C9421013%2C9421137%2C9421169%2C9422342%2C9422383&requiressl=yes&mime=video%2Fmp4&ip=24.48.134.228&mm=31&source=youtube&pl=21&mn=sn-a8au-hp5l&id=o-ACxVl0cvmBf8gVjqs4fR0qGWblv-NurDhw3k4t4eDyiS&ms=au&mt=1444691797&mv=m&expire=1444713438&sparams=dur%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpcm2cms%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&lmt=1444337534035015&pcm2cms=yes src=null dest=C:\Users\Tom\AppData\Local\Temp\OnlineVideo-GLYzYf0k9yQ-4082064460226247482.mp4
Mon 10/12 19:17:25.648 [ReProcessHook@787d25] Download remoteSize=24880479
Mon 10/12 19:17:25.656 [FileDownload@10ce3b8] Detected MP4 ISO stream downloading...
Mon 10/12 19:17:25.708 [FileDownload@10ce3b8] ERROR during file download of:java.lang.ArrayIndexOutOfBoundsException
Mon 10/12 19:17:25.714 [FileDownload@10ce3b8] java.lang.ArrayIndexOutOfBoundsException
Mon 10/12 19:17:25.715 [FileDownload@10ce3b8] java.lang.System.arraycopy(Native Method)
Mon 10/12 19:17:25.724 [FileDownload@10ce3b8] sage.FileDownloader.processMP4Packet(FileDownloader.java:1346)
Mon 10/12 19:17:25.731 [FileDownload@10ce3b8] sage.FileDownloader.httpTaskRun(FileDownloader.java:718)
Mon 10/12 19:17:25.737 [FileDownload@10ce3b8] sage.FileDownloader.taskRun(FileDownloader.java:365)
Mon 10/12 19:17:25.743 [FileDownload@10ce3b8] sage.SystemTask.run(SystemTask.java:84)
Mon 10/12 19:17:25.749 [FileDownload@10ce3b8] java.lang.Thread.run(Unknown Source)
Mon 10/12 19:17:25.799 [FileDownload@10ce3b8] Download completed for files server=https://r7---sn-a8au-hp5l.googlevideo.com/videoplayback?initcwndbps=340000&dur=145.194&signature=C52F82616D6A86B657B1E05C9E0C98586DF564FB.0EE857D9382BA403D1D0EAEF4C96AB6D93F00E1C&sver=3&upn=LV6xWMMf1rM&key=yt6&ratebypass=yes&ipbits=0&itag=22&fexp=9406128%2C9408710%2C9409069%2C9414764%2C9415516%2C9416126%2C9417487%2C9417707%2C9418204%2C9418448%2C9418897%2C9419303%2C9420348%2C9420437%2C9421013%2C9421137%2C9421169%2C9422342%2C9422383&requiressl=yes&mime=video%2Fmp4&ip=24.48.134.228&mm=31&source=youtube&pl=21&mn=sn-a8au-hp5l&id=o-ACxVl0cvmBf8gVjqs4fR0qGWblv-NurDhw3k4t4eDyiS&ms=au&mt=1444691797&mv=m&expire=1444713438&sparams=dur%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpcm2cms%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&lmt=1444337534035015&pcm2cms=yes src=null dest=C:\Users\Tom\AppData\Local\Temp\OnlineVideo-GLYzYf0k9yQ-4082064460226247482.mp4 abort=false
Mon 10/12 19:17:27.655 [ReProcessHook@787d25] Cancelling current file download operation.
Mon 10/12 19:17:27.659 [ReProcessHook@787d25] Waiting for download thread to terminate...
Mon 10/12 19:17:27.662 [ReProcessHook@787d25] Download thread has terminated.
Contributor guide
Assessment
This issue has not been assessed yet.