Traceback on publish nick
ERROR:sleekxmpp.xmlstream.xmlstream:Error processing event handler: <bound method Core.on_session_start of <core.Core object at 0x1c2e190>> Traceback (most recent call last): File "/home/ybordena/temp/poezio/src/sleekxmpp/xmlstream/xmlstream.py", line 1669, in _event_runner func(*args) File "/home/ybordena/temp/poezio/src/core.py", line 3389, in on_session_start self.xmpp.plugin['xep_0172'].publish_nick(nick=self.own_nick) File "/home/ybordena/temp/poezio/src/sleekxmpp/plugins/xep_0172/user_nick.py", line 70, in publish_nick timeout=timeout) File "/home/ybordena/temp/poezio/src/sleekxmpp/plugins/xep_0163.py", line 118, in publish timeout=timeout) File "/home/ybordena/temp/poezio/src/sleekxmpp/plugins/xep_0060/pubsub.py", line 467, in publish return iq.send(block=block, callback=callback, timeout=timeout) File "/home/ybordena/temp/poezio/src/sleekxmpp/stanza/iq.py", line 225, in send raise IqError(result)
- Changesets:
- Revision ec49a7b0 by mathieui on 2013-06-26T20:49:18Z:
Ignore errors on PEP publishing (fix #2322)
(since we can’t do anything about them anyway)