Ticket #120 (closed defect: fixed)
networking trackback
| Reported by: | ihok@… | Owned by: | daelstorm |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | nicotine | Version: | 1.2.7 |
| Keywords: | Cc: |
Description
Don't know what caused it, but I noticed this trackback in my terminal:
Exception in thread Thread-1: Traceback (most recent call last):
File "/usr/lib/python2.4/threading.py", line 442, in bootstrap
self.run()
File "/home/luser/tmp/nicotine+-1.2.7/pynicotine/slskproto.py", line 285, in run
msgs, conns[i] = self.process_peer_input(conns[i],conns[i].ibuf)
File "/home/luser/tmp/nicotine+-1.2.7/pynicotine/slskproto.py", line 508, in process_peer_input
msgs.append(_("Peer message type %(type)s size %(size)i contents %(buffer)s unknown, from user: %(user)s, %(host)s:%(port)s") %{'type':msgtype, 'size':msgsize-4, 'buffer':buffer[8:msgsize+4].repr(), 'user':conn.init.user, 'host':conn.init.conn.addr[0], 'port':conn.init.conn.addr[1]})
AttributeError?: '_socketobject' object has no attribute 'addr'
