Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xmpp: unhandled ConnectionTimeout exception #49

Open
jahschwa opened this issue Jul 19, 2018 · 0 comments
Open

xmpp: unhandled ConnectionTimeout exception #49

jahschwa opened this issue Jul 19, 2018 · 0 comments
Assignees

Comments

@jahschwa
Copy link
Owner

Not certain if this was a network issue or auth issue but:

2018-07-18 19:39:10 | xmpp     | DEB | Attempting to connect with JID "[email protected]"
2018-07-18 19:45:40 | sibylbot | CRI | UNHANDLED: ConnectionTimeout

Traceback (most recent call last):
  File "/home/sibyl/sibyl/lib/sibylbot.py", line 1205, in run_forever
    self.__run_forever()
  File "/home/sibyl/sibyl/lib/sibylbot.py", line 1074, in __run_forever
    self.__serve()
  File "/home/sibyl/sibyl/lib/sibylbot.py", line 1051, in __serve
    proto.connect()
  File "protocols/sibyl_xmpp.py", line 218, in connect
    self.opt('xmpp.password'),self.opt('xmpp.resource'))
  File "/usr/lib/python2.7/dist-packages/xmpp/client.py", line 225, in auth
    while self.SASL.startsasl=='in-process' and self.Process(1): pass
  File "/usr/lib/python2.7/dist-packages/xmpp/dispatcher.py", line 303, in dispatch
    handler['func'](session,stanza)
  File "/usr/lib/python2.7/dist-packages/xmpp/dispatcher.py", line 215, in streamErrorHandler
    raise exc((name,text))
ConnectionTimeout: (u'connection-timeout', '')

2018-07-18 19:45:40 | sibylbot | CRI | Please consider reporting the above error to the developers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant