Re: Can't get file list and other stuff from remote deluge
Posted: Fri Aug 12, 2011 1:38 pm
This code in client.py
raises UnicodeEncodeError
I can't provide full error message because, when uncommented, it puts about 3M of data to the terminal.
Code: Select all
dobj = zlib.decompressobj()
try:
request = rencode.loads(dobj.decompress(data))
except Exception, e:
#log.debug("Received possible invalid message (%r): %s", data, e)
I can't provide full error message because, when uncommented, it puts about 3M of data to the terminal.