BluABK / sane-subfeed

A sane subscription feed that - unlike YouTube - actually shows you the feed as-is. No silly omission of videos.
GNU Affero General Public License v3.0
7 stars 1 forks source link

Downloads sometimes hang after first download step (video) #37

Closed BluABK closed 5 years ago

BluABK commented 5 years ago

Downloads happen in three steps:

  1. Download video
  2. Download audio
  3. Post-process (mux the above and do additional post-processing)

For some reason after some up-time youtube_dl will start hanging after download step 1. This is fixed by restarting the software, but as to what actually causes it I have no idea...

Once this occurs, it will happen to every new download, forcing you to restart the software...

BluABK commented 5 years ago

Hotfix: Retry the failed download manually (automatic retry planned in near future)

Maybe somewhere down the line I'll discover the actual cause of this, but atm I'm chalking it up as one of the many youtube-dl irregularities..