#560 closed bug (Fixed)
changing max connections in status bar crash deluge
Reported by: | tagallo@gmail.com | Owned by: | andar |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | 1.0.3 |
Keywords: | Cc: |
Description
Issue: If I change the max connections value in status, bar deluge crashes and cannot be started again. Looking at core.conf I found that the value is been set as Float, and according to the crash traceback it should be a Int.
How to reproduce: Try to change the "Connections" value in status bar using the option "Other" and entering a value (I tried 160)
Expected result: value is set as Int
Actual result: value is set as Float
Attachments (2)
Change History (6)
by , 16 years ago
comment:1 by , 16 years ago
I've experienced the same bug. Examples:
http://h.photos.cx/err1-3bc.png
http://h.photos.cx/err2-05c.png
Note that it doesn't matter if the user does not type a decimal point, the data will still be set to float. When this happens Deluge daemon will not start.
comment:2 by , 16 years ago
Milestone: | → 1.0.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
my core.conf with the wrong value