weechat-xmpp icon indicating copy to clipboard operation
weechat-xmpp copied to clipboard

Stacktrace during disconnect / reconnect

Open FedericoCeratto opened this issue 7 years ago • 0 comments

The following traceback was generated:

python: stdout/stderr: Traceback (most recent call last):
python: stdout/stderr:   File "/usr/share/weechat/python/jabber.py", line 1952, in jabber_fd_cb
python: stdout/stderr:     server.recv()
python: stdout/stderr:   File "/usr/share/weechat/python/jabber.py", line 686, in recv
python: stdout/stderr:     self.client.Process(1)
python: stdout/stderr:   File "/usr/lib/python2.7/dist-packages/xmpp/dispatcher.py", line 303, in dispatch
python: stdout/stderr:     handler['func'](session,stanza)
python: stdout/stderr:   File "/usr/share/weechat/python/jabber.py", line 679, in message_handler
python: stdout/stderr:     recv_object.recv_muc_message(buddy, resource.encode("utf-8"), body.encode("utf-8"))
python: stdout/stderr: UnboundLocalError: local variable 'resource' referenced before assignment
python: error in function "jabber_fd_cb"

FedericoCeratto avatar Sep 09 '17 15:09 FedericoCeratto