#755: Can't set listen_ports through console UI
-------------------------------------+--------------------------------------
Reporter: florian@… | Owner: andar
Type: bug | Status: reopened
Priority: major | Milestone:
Component: other | Version: 1.3.1
Resolution: | Keywords:
-------------------------------------+--------------------------------------
Comment(by Sian):
Well,
this could probably be resolved by changing line 65 in config.py from
float type conversion:
{{{
return float(token[-1])
}}}
to some other conversion. I had a [http://forum.deluge-
torrent.org/viewtopic.php?f=7&t=34307#p149309 similar problem] and after
switching to a string type conversion
{{{
return str(token[-1])
}}}
it worked.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/755#comment:5>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.