-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSS Downloader starts downloading based on rules still being edited #569
Comments
Can anyone confirm whether this happens for them? The effects were big, and as such I have to stay away from the RSS downlaoder feature. Still haven't finished getting my files and torrents all sorted yet. |
Confirming
|
Also something I noticed today while randomly poking at the UI. The fix maybe identical for the 2 bugs:
|
I'm getting a fix for this soon ™️ |
Looks > trivial; appreciated! |
@Gelmir - One question: with temporal data in place, would it be easy enough (or have you already) included an option to cancel the dialog? Save/Cancel buttons, for instance, instead of Close? |
Yeah. It should be easy enough. I might get to it eventually. |
Fix merge into git. I will backport to 3.0.x for 3.0.10. |
qBittorrent 3.0.9
Primary issue:
If you open the RSS Downloader and leave the default option of having RSS Downloading enabled, and then create a new rule, soon after you start typing characters in the "filter" field that match torrents in selected feeds, they start downloading.
In my case, about 1600 downloads where added in a keystroke, which brought QBt to a near halt.
I waited about 20 minutes before killing the process, as the GUI was nonfunctional, and then renamed qbittorrent-rss.ini
This successfully got rid of my partially entered download rules (I think that's what it did) and marked all the feeds unread.
However, it still took a very long time for QBt to startup up and the GUI to respond, having leapt from 200 active torrents to about 2000. I had queuing disabled, as per the default.
Secondary issues:
Furthermore, data on all my previous 200 torrents was corrupted. (1) They're save path was all changed to the default save path (which was generally incorrect, and resulted in redownloads of those torrents starting in the default save path). (2) Their labels where all removed, (everything was now unlabeled) (3) the start date/time for all torrents was reset to the present time (4) Completed on was reset/cleared (5) time active and bytes up/down were, however, preserved. (6) so far from what I can tell folder and file renames in the torrents were preserved, although under the wrong save path as already mentioned in [1].
Expectation:
In my opinion, three things: (A) the filter should not even be applied as you type, as the filter itself may be time consuming; wait til the user leaves that field or add a "test filter"-type button (B) New filters should not be applied until the user closes the RSS Downloader dialog. (C) Whatever caused the corruption of save data/other data for all my other torrents should be corrected :) -- perhaps it is simply a matter of 2000 active torrents not being fully supported, in which case it should not be possible to add 2000 torrents by any means. (with some kind of warnings that you can't add any more torrents or something, and that your RSS rules can't be fully applied).
This took a couple hours. QBt is now out of commission, but I will take another few hours when I can to correct everything.
Despite the occasional frustration, I like QBt and Thank you for your work on this project.
The text was updated successfully, but these errors were encountered: