filecxx/FileCentipede

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

Opened this issue · 1 comments

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?

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).