-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Perform a check when adding an incompatible list URL #13061
Comments
EDIT: read the next comment and please ignore this one. It was written under the assumption that you had pasted
The "add new tracker" dialog is for adding actual tracker URLs which qBittorrent will attempt to announce to. You're not supposed to paste a URL to a text file containing tracker URLS there; you're supposed to paste the actual tracker URLs:
I don't know off the top of my head how much validation is performed, but technically One thing is strange though: this should not result in a freeze anyway, either with an HDD or SSD (and the type of storage medium really should not matter here). qBittorrent should simply try to announce to the URL, and if it fails (which would be the case), just label it |
Ok I just watched the video. Looks like you're trying to use the "utorrent compatible list" function. It did not work because I will consider this one a feature request for the URL validation. |
Of course, I know why it doesn't work. The reason why I'm filing this issue is purely because of that there's no check in place. It should inform me that the URL I've put, isn't valid and therefore won't be pasted (which caused a permanent freeze, which led to the fact that I had to re-install and remove the torrent file). That's why I was filing this issue as well; so an update will contain that an URL validation is made when inputting an invalid URL. |
Please provide the following information
In advance, sorry if this has been reported already (I've searched before, but couldn't find a similar issue that was opened/closed).
qBittorrent version and Operating System
qBittorrent version: 4.2.5
Operating System: Windows 10 1909, build 18363.900
What is the problem
It'd be nice if the trackers addition dialog would perform a check when inputting an incompatible URL. When inputting a URL, this causes qBittorrent to load infinitely, which leads to a freeze very shortly after that. Probably the result of a too much input. A force shut down of qBittorrent doesn't help, as the list won't be removed after you start it again. The only solution was to uninstall qBittorrent and removing its torrents, which is time consuming (having to look up magnet link + re-add torrent + let qBittorrent perform a check if files are already there).
What is the expected behavior
It'd be nice if there'd be a check in place that checks if the URL you've put, is compatible or not. It's also not known what compatible list URLs are. An information icon with a small description would be nice.
Steps to reproduce
Extra info(if any)
Video in a ZIP file:
Freezing issue qBittorrent.zip
NOTE: I could only reproduce this issue when downloading a file on my external hard drive (not on my SSD). Probably due to the fact that SSDs have a significant better performance when performing smaller, multiple tasks.
The text was updated successfully, but these errors were encountered: