Skip to content

Instantly share code, notes, and snippets.

@primalmotion
Created November 19, 2010 09:39
Show Gist options
  • Select an option

  • Save primalmotion/706294 to your computer and use it in GitHub Desktop.

Select an option

Save primalmotion/706294 to your computer and use it in GitHub Desktop.
DEBUG: dispatcher start Plugging <xmpp.dispatcher.Dispatcher instance at 0x22e5ef0> into <xmpp.client.Client instance at 0x22e5c20>
DEBUG: dispatcher info Registering namespace "unknown"
DEBUG: dispatcher info Registering protocol "unknown" as <class 'xmpp.protocol.Protocol'>(unknown)
DEBUG: dispatcher info Registering protocol "default" as <class 'xmpp.protocol.Protocol'>(unknown)
DEBUG: dispatcher info Registering namespace "http://etherx.jabber.org/streams"
DEBUG: dispatcher info Registering protocol "unknown" as <class 'xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams)
DEBUG: dispatcher info Registering protocol "default" as <class 'xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams)
DEBUG: dispatcher info Registering namespace "jabber:client"
DEBUG: dispatcher info Registering protocol "unknown" as <class 'xmpp.protocol.Protocol'>(jabber:client)
DEBUG: dispatcher info Registering protocol "default" as <class 'xmpp.protocol.Protocol'>(jabber:client)
DEBUG: dispatcher info Registering protocol "iq" as <class 'xmpp.protocol.Iq'>(jabber:client)
DEBUG: dispatcher info Registering protocol "presence" as <class 'xmpp.protocol.Presence'>(jabber:client)
DEBUG: dispatcher info Registering protocol "message" as <class 'xmpp.protocol.Message'>(jabber:client)
DEBUG: dispatcher info Registering handler <bound method Dispatcher.streamErrorHandler of <xmpp.dispatcher.Dispatcher instance at 0x22e5ef0>> for "error" type-> ns->(http://etherx.jabber.org/streams)
DEBUG: dispatcher warn Registering protocol "error" as <class 'xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams)
DEBUG: nodebuilder down DEPTH -> 1 , tag -> stream:stream, attrs -> {u'from': u'localhost', u'xmlns': u'jabber:client', u'xmlns:stream': u'http://etherx.jabber.org/streams', u'id': u'2570979284', u'xml:lang': u'en'}
DEBUG: dispatcher info Registering handler <bound method TLS.FeaturesHandler of <xmpp.transports.TLS instance at 0x22e75f0>> for "features" type-> ns->(http://etherx.jabber.org/streams)
DEBUG: dispatcher warn Registering protocol "features" as <class 'xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams)
DEBUG: dispatcher wait Waiting for ID:1 with timeout 25...
DEBUG: nodebuilder down DEPTH -> 2 , tag -> stream:error, attrs -> {u'xmlns:stream': u'http://etherx.jabber.org/streams'}
DEBUG: nodebuilder down DEPTH -> 3 , tag -> invalid-namespace, attrs -> {u'xmlns': u'urn:ietf:params:xml:ns:xmpp-streams'}
DEBUG: nodebuilder up DEPTH -> 3 , tag -> invalid-namespace
DEBUG: nodebuilder up DEPTH -> 2 , tag -> stream:error
DEBUG: dispatcher ok Got http://etherx.jabber.org/streams/error stanza
DEBUG: dispatcher ok Dispatching error stanza with type-> props->[u'urn:ietf:params:xml:ns:xmpp-streams'] id->None
DEBUG: nodebuilder up DEPTH -> 1 , tag -> stream:stream
DEBUG: nodebuilder stop Got higher than dispatch level. Stream terminated?
Traceback (most recent call last):
File "/usr/bin/ArchipelServer/runarchipel.py", line 112, in <module>
main()
File "/usr/bin/ArchipelServer/runarchipel.py", line 70, in main
hyp.connect()
File "/usr/bin/ArchipelServer/archipelBasicXMPPClient.py", line 179, in connect
self._auth_xmpp()
File "/usr/bin/ArchipelServer/archipelBasicXMPPClient.py", line 147, in _auth_xmpp
if self.xmppclient.auth(self.jid.getNode(), self.password, self.resource) == None:
File "build/bdist.linux-x86_64/egg/xmpp/client.py", line 220, in auth
File "build/bdist.linux-x86_64/egg/xmpp/client.py", line 73, in PlugIn
File "build/bdist.linux-x86_64/egg/xmpp/auth.py", line 46, in plugin
File "build/bdist.linux-x86_64/egg/xmpp/dispatcher.py", line 337, in SendAndWaitForResponse
File "build/bdist.linux-x86_64/egg/xmpp/dispatcher.py", line 321, in WaitForResponse
File "build/bdist.linux-x86_64/egg/xmpp/dispatcher.py", line 303, in dispatch
File "build/bdist.linux-x86_64/egg/xmpp/dispatcher.py", line 215, in streamErrorHandler
xmpp.protocol.InvalidNamespace: (u'invalid-namespace', '')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment