You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Not certain if this was a network issue or auth issue but:
The text was updated successfully, but these errors were encountered: