Custom Query (2447 matches)
Results (301 - 303 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3334 | Fixed | Corruption of settings | ||
Description |
Interesting issue, you can corrupt the settings file by having symbols in your Socks5 Auth password.
I have tested with a shorter password with symbols and that works, so I am guessing it is either the length of the password or specific symbols. |
|||
#1276 | Invalid | GTK# stops Deluge starting | ||
Description |
Deluge past 1.21 won't start if you have GTK# (aka GTKSharp) installed. I uninstalled GTK# and Deluge would start, but now I can't use other apps that require GTK#. OS: Win 7 Pro x64 |
|||
#65 | WontFix | Bloglist import error "invalid leader" | ||
Description |
System: Ubuntu 7.10 Gutsy Using mentioned list on http://dev.deluge-torrent.org/wiki/BlocklistPlugin I get an error while trying to import the file: Fetching http://www.bluetack.co.uk/config/pipfilter.dat.gz importing with p2bgz PGReader loading $HOME/.config/deluge/blocklist.cache LEADER IS 774910000 Traceback (most recent call last): File "/usr/share/deluge/plugins/BlocklistImport/ui.py", line 87, in ok self.plugin.setconfig(url, days, ltype) File "/usr/share/deluge/plugins/BlocklistImport/__init__.py", line 179, in setconfig self.loadlist() File "/usr/share/deluge/plugins/BlocklistImport/__init__.py", line 127, in loadlist reader = readers[ltype][1](self.blockfile) File "/usr/share/deluge/plugins/BlocklistImport/peerguardian.py", line 32, in __init__ raise PGException(_("Invalid leader") + " %d"%hdr) BlocklistImport.peerguardian.PGException: Invalid leader 774910000 Has this been fixed already? |