Mon 19 May 2003 08:48:06 AM UTC, comment #2:
Ah, traceback was posted to mailing list...
njh@junee:~/circle$ Traceback (most recent call last):
File "./circlelib/utility.py", line 714, in run
apply(self.function,(self.manager,) + self.parameters)
File "./circlelib/chat_commands.py", line 522, in read_task
fields[i], 1, list[i][0], 0)
File "./circlelib/chat.py", line 345, in chat_receive_task
sender.verify(request[3],request[4])
File "./circlelib/name_server.py", line 505, in verify
if not crypto.RSA.construct(self.info['key']).verify(hash.hash_of(str),sig):
File "./circlelib/crypto/pubkey.py", line 75, in verify
File "./circlelib/crypto/RSA.py", line 114, in _verify
File "./circlelib/crypto/RSA.py", line 101, in _encrypt
RSA module: Plaintext too large
Bit of a worry, but apparently fairly rare, will have to take a good look after the next release.
|
Mon 12 May 2003 08:30:24 AM UTC, original submission:
Often if I leave myself logged in for some time I will come back to find that there are lots of unread messages (probably quag and thomas playing ping pong, but the point remains). When I do a read, more often than not some of those messages don't get shown by /read, and I never find out what they might be.
|