d0u9 / youtube-dl-webui

Another webui for youtube-dl powered by Flask.
GNU General Public License v2.0
329 stars 112 forks source link

Hangs when downloading large videos #6

Closed toanhoang closed 7 years ago

toanhoang commented 7 years ago

I use the docker image. When downloading large videos, the webui hangs. I can see in the filesystem that it is downloading. Once finished downloading, it also renames the file from X.mp4.part to X.mp2. The webui reports "Network connection lost". The docker instance has to be restarted before the webui can be used again.

How to reproduce:

  1. Click on add button
  2. Use this link: https://www.youtube.com/watch?v=S0QHyolErqc
  3. Verify that name, total size, progress, down speed and eta is not updated.
  4. Try click on other filters to change view. Register that the webui does not change.
  5. Observe red information box down right saying "Network connection lost".
d0u9 commented 7 years ago

I fixed the problem last day, Please try the latest docker image. Sorry for my late reply.

d0u9 commented 7 years ago

Please reopen this issue if the problem still exists.

ghost commented 7 years ago

It seems to work. Thanks!