Search found 4 matches

by Sian
Sun Jan 23, 2011 9:03 am
Forum: Support
Topic: config -s listen_interface → "invalid literal for float"
Replies: 6
Views: 14282

Re: config -s listen_interface → "invalid literal for float"

Regarding the initial problem (error when setting listen_interface due to failed type conversion). I chanced line 65 in the ui/console/commands/config.py from the float type conversion return float(token[-1]) to a string type conversion return str(token[-1]) and now it apparently works. deluge-conso...
by Sian
Sun Nov 28, 2010 12:35 pm
Forum: Support
Topic: config -s listen_interface → "invalid literal for float"
Replies: 6
Views: 14282

Re: config -s listen_interface → "invalid literal for float"

By the way, I found a further problem. If the dæmon can't bind to the requested address, it silently ignores it and binds to 0.0.0.0. This is a problem because I (and I guess, many people who might want to use it) want my p2p traffic to go exclusively through my VPN. Another use case is people with...
by Sian
Fri Feb 19, 2010 8:47 pm
Forum: Support
Topic: Bind to Interface or IP
Replies: 14
Views: 29844

Re: Bind to Interface or IP

Any news on binding the bittorrent traffic to one interface (I assume the fix posted above relates only to the webserver)? I'd really like to see this feature in the client, ATM only Vuze and rtorrent do support binding the torrent traffic to one distinct interface. Thanks! This is available in 1.2...
by Sian
Fri Feb 19, 2010 8:43 am
Forum: Support
Topic: Bind to Interface or IP
Replies: 14
Views: 29844

Re: Bind to Interface or IP

Any news on binding the bittorrent traffic to one interface (I assume the fix posted above relates only to the webserver)? I'd really like to see this feature in the client, ATM only Vuze and rtorrent do support binding the torrent traffic to one distinct interface.

Thanks!