Custom Query (2447 matches)
Results (73 - 75 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3337 | Fixed | listen ports syntax error | ||
Description |
--- preferencesmanager.py +++ preferencesmanager.py @@ -231,7 +231,7 @@ self.core.apply_session_settings( { 'listen_system_port_fallback': self.config['listen_use_sys_port'], - 'listen_interfaces': ''.join(interfaces), + 'listen_interfaces': ','.join(interfaces), } ) |
|||
#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. |
|||
#3330 | Duplicate | Ui crash | ||
Description |
linux ubuntu 19.10 when calling the ui from the tray icon the ui crashes. starting deluge from command line returns errors. log file attached. |
Note:
See TracQuery
for help on using queries.