Ticket #120 (closed defect: fixed)

Opened 22 months ago

Last modified 22 months ago

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'

Attachments

Change History

Changed 22 months ago by daelstorm

  • status changed from new to closed
  • resolution set to fixed

this was fixed in subversion

Add/Change #120 (networking trackback)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.