I have no idea what I have done ...
Every time I try to connect my desktop kubuntu deluge gtkui to my remote freebsd daemon, I get the following error in the daemon's log:
Code: Select all
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/deluge-1.3.3_dev-py2.7.egg/deluge/core/rpcserver.py", line 290, in dispatch
auth_level = self.factory.authorized_sessions[self.transport.sessionno][0]
TypeError: 'int' object is not subscriptable
I'm using 1.3.3 from the PPA on the desktop, and 1.3.3-stable from git on the server.
Thanks for any help or hints you can give me.