31 lines (27 with data), 1.3 kB
- Unable to bind
Sometimes the proxy is unable to bind to a port that has recently been used. This issue has been noted both on Windows and Linux.
FIX: use -p to specify another port name and wait until it works again
- unable to join?? WTF??? FIX ASAP!
- crash when encrypting to self:
found beginning of pgp message for pragmatk
first encrypted message from pragmatk
-1211991152 2696 octets in and 309 octets out. Connection closed.
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
self.run()
File "/usr/lib/python2.6/threading.py", line 477, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/user/Projects/smadret/SocketServer2.py", line 254, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/home/user/Projects/smadret/SocketServer2.py", line 505, in __init__
self.handle()
File "__main__.py", line 310, in handle
self.handle_connect(req)
File "__main__.py", line 526, in handle_connect
self.forward(self.request, remote)
File "__main__.py", line 617, in forward
data = session.handle_incoming(data)
File "/home/user/Projects/smadret/protocols/irc.py", line 134, in handle_incoming
self.nicktracker[sender][recipient] = {'fpr':[]}
KeyError: 'pragmatk'