Custom Query (2447 matches)
Results (331 - 333 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#795 | Fixed | proxy settings ignored | ||
Description |
I specified a proxy via webui, but all connections go directly ( can be seen with netstat). It is very important that all traffic go through a proxy for different reasons. How can I make sure it does? I could use either http, socks4 or socks5 (or a combination), so long as all the traffic really goes through... (right now I tried with socks5) Thank you for your help! Note that I am running 1.1.1 not 1.1.0, all settings are default, except that upnp is deactivated (with upnp on, deluge made python dump core...) Platform is FreeBSD7.1 |
|||
#798 | Fixed | Error on enter in webui | ||
Description |
Hi! I have updated deluge from 1.1.0 to 1.1.2 today, and after restart daemon and webui I get error in webui right away on enter: Fault : <Fault 1: "<type 'exceptions.IndexError'>:address_v4 from unsigned long"> and below detailed information of course, it here http://paste.org.ru/?829rbl |
|||
#806 | Fixed | Crash when adding torrent with non-UTF8 characters | ||
Description |
Deluge chokes on the following torrent: http://torrents.thepiratebay.org/4683312/Freddie_Wadling-Jag__r_monstret-2005.4683312.TPB.torrent Traceback: Traceback (most recent call last): File "/var/lib/python-support/python2.5/deluge/ui/gtkui/addtorrentdialog.py", line 587, in _download_from_url self.add_from_files([filename]) File "/var/lib/python-support/python2.5/deluge/ui/gtkui/addtorrentdialog.py", line 188, in add_from_files name = "%s (%s)" % (info.name, os.path.split(filename)[-1]) UnicodeDecodeError: 'utf8' codec can't decode bytes in position 20-22: invalid data |