Custom Query (2447 matches)
Results (505 - 507 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3159 | WontFix | Random crashes (could be realted to libtorrent alerts code) | ||
Description |
Deluge crashes randomly, most often it happens right after start. While crashing, python dumps a core. Initially, I reported that to libtorrent: https://github.com/arvidn/libtorrent/issues/2779 (this contains more details about software versions, includes a backtrace from lldb etc). I was told that it's quite likely a bug in Deluge caused by alerts-related code change in libtorrent 1.1.0. Direct link to a comment with explanation: https://github.com/arvidn/libtorrent/issues/2779#issuecomment-364646798 |
|||
#3020 | Fixed | Deluge Doesn't Save Default Download Directory | ||
Description |
For some reason Deluge 1.3.14 (and earlier) doesn't remember the default downloads and completed moved to directory when changed from the default location to another hard drive in preferences. System information: Windows 10 x64 (up to date as of 4/2017) Deluge 1.3.14 installed to default folder To reproduce: In Deluge: Edit > Preferences > Downloads change "Download To" to another folder on a different hard drive (e.g.. H:\torrents\ Change "Move Completed to" to another folder within the download folder you just specified (e.g. H:\torrents\{complete\) Click apply, then ok. Exit Deluge. Restart deluge. Look at the preferences: Edit > Preferences > Downloads. The downloads location has reverted to the original "Downloads" folder. |
|||
#2087 | Invalid | Unescaped tracker URLs when loaded from A Magnet URI | ||
Description |
When a user opens the edit trackers dialog, trackers may appear in unfriendly human format such as: "udp%3A%2F%2Ftracker.publicbt.com%3A80" A simple workaround is to call urllib.unquote on the tracker urls when building the list |