Open zjmqlf opened 3 years ago
maybe try increasing the workers the max is 15.
This might be related to disconnects. if you have logging on can you check if any disconnects have happened while downloading ?
Logger.setlevel ("error") is set;, Running on the server, I can't see the real-time network speed,The console did not output error messages, and the program did not exit. The program has been stuck downloading
@zjmqlf maybe try commenting the line "Logger.setLevel("error")
" and checking.
it should be"info" to see disconnects.
Downloadmedia usually downloads 500MB files in 2 to 3 minutes, but sometimes 1MB or even 100kb files get stuck after an hour. I don't know whether there is a problem with the files on the server or the network. It's obviously unreasonable to manually close the whole program and run it again for the first time. I plan to set a timer. If 20 media are downloaded, it will get stuck in the fourth round, The downloadmedia status is read after 10 minutes. If the download is not finished, cancel the fourth downloadmedia and automatically run the four downloadmedia. Is there any API to cancel downloadmedia