filecxx / FileCentipede

Cross-platform internet upload/download manager for HTTP(S), FTP(S), SSH, magnet-link, BitTorrent, m3u8, ed2k, and online videos. WebDAV client, FTP client, SSH client.
http://filecxx.com
7.61k stars 474 forks source link

[Question / Crash] Crashes due to a massive amount of new download dialogs caused by "Download all" #824

Open WelsyCZ opened 2 weeks ago

WelsyCZ commented 2 weeks ago

I accidentally clicked the download all option on a youtube video, which had like 800 smaller options based on quality, resolution and I dont know what.

This has caused File CXX to start rapidly opening new download dialogs - because the amount of dialogs is so high, the program eventually crashes and when I launch it again, it goes from the start opening again the 800 download dialogs.

How do I clear the queue of these downloads or is there any other way besides reinstalling to fix this?

filecxx commented 6 days ago

1: Install an SQLite manager such as sqlitebrowser. 2: Open database "software directory/lib/data_windows.db" 3: Execute "update http_task set without_confirm=true where without_confirm=false"

Or you can keep pressing the ESC button from your keyboard.

I'll fix it during the next update(probably merge tasks into one dialog).