Ticket #560: traceback

File traceback, 1.1 KB (added by tagallo@…, 15 years ago)

traceback found in deluged.log

Line 
1[DEBUG   ] 00:15:37 config:170 Registering function for max_connections_global key..
2[DEBUG   ] 00:15:37 core:820 max_connections_global set to 160.0..
3Traceback (most recent call last):
4  File "/usr/bin/deluged", line 8, in <module>
5    load_entry_point('deluge==1.0.3', 'console_scripts', 'deluged')()
6  File "/var/lib/python-support/python2.5/deluge/main.py", line 169, in start_daemon
7    Daemon(options, args)
8  File "/var/lib/python-support/python2.5/deluge/core/daemon.py", line 52, in __init__
9    self.core = Core(options.port).run()
10  File "/var/lib/python-support/python2.5/deluge/core/core.py", line 262, in run
11    self._on_set_max_connections_global)
12  File "/var/lib/python-support/python2.5/deluge/config.py", line 174, in register_set_function
13    self.set_functions[key](key, self.config[key])
14  File "/var/lib/python-support/python2.5/deluge/core/core.py", line 821, in _on_set_max_connections_global
15    self.session.set_max_connections(value)
16Boost.Python.ArgumentError: Python argument types in
17    session.set_max_connections(session, float)
18did not match C++ signature:
19    set_max_connections(libtorrent::session {lvalue}, int)
20