Skip to content

Instantly share code, notes, and snippets.

@jamesgecko
Created December 1, 2011 17:54
Show Gist options
  • Save jamesgecko/1418563 to your computer and use it in GitHub Desktop.
Save jamesgecko/1418563 to your computer and use it in GitHub Desktop.
Blather traceback
D, [2011-12-01T11:52:43.152594 #19862] DEBUG -- : NEW JID: status@ais/blather
D, [2011-12-01T11:52:43.154074 #19862] DEBUG -- : SENDING: (/home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/stream/client.rb:21:in `start') <stream:stream to='ais' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en' >
D, [2011-12-01T11:52:43.157814 #19862] DEBUG -- :
------------------------------
D, [2011-12-01T11:52:43.157916 #19862] DEBUG -- : STREAM IN: <?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='9b3094cb-0b64-4eda-9779-cbec3b26b5b7' from='ais' version='1.0' xml:lang='en'><stream:features><mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'><mechanism>DIGEST-MD5</mechanism><mechanism>PLAIN</mechanism></mechanisms><starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/><auth xmlns='http://jabber.org/features/iq-auth'/></stream:features>
D, [2011-12-01T11:52:43.158968 #19862] DEBUG -- : RECEIVING (stream) <stream:stream xmlns:stream="http://etherx.jabber.org/streams" id="9b3094cb-0b64-4eda-9779-cbec3b26b5b7" from="ais" version="1.0" lang="en"/>
D, [2011-12-01T11:52:43.159510 #19862] DEBUG -- : RECEIVING (features) <stream:features xmlns:stream="http://etherx.jabber.org/streams">
<mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
<mechanism>DIGEST-MD5</mechanism>
<mechanism>PLAIN</mechanism>
</mechanisms>
<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
<auth xmlns="http://jabber.org/features/iq-auth"/>
</stream:features>
D, [2011-12-01T11:52:43.160083 #19862] DEBUG -- : SENDING: (/home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/stream/features/sasl.rb:101:in `authenticate') <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="DIGEST-MD5"/>
D, [2011-12-01T11:52:43.162924 #19862] DEBUG -- :
------------------------------
D, [2011-12-01T11:52:43.163031 #19862] DEBUG -- : STREAM IN: <challenge xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>cmVhbG09ImFpcyIsbm9uY2U9ImIxOWVkOGUyLTM3NGItNDVmNS1iMDljLWVjZDM0NzljODc4ZSIscW9wPSJhdXRoIixjaGFyc2V0PXV0Zi04LGFsZ29yaXRobT1tZDUtc2Vzcw==</challenge>
D, [2011-12-01T11:52:43.163414 #19862] DEBUG -- : RECEIVING (challenge) <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cmVhbG09ImFpcyIsbm9uY2U9ImIxOWVkOGUyLTM3NGItNDVmNS1iMDljLWVjZDM0NzljODc4ZSIscW9wPSJhdXRoIixjaGFyc2V0PXV0Zi04LGFsZ29yaXRobT1tZDUtc2Vzcw==</challenge>
D, [2011-12-01T11:52:43.172324 #19862] DEBUG -- : CHALLENGE DECODE: {"realm"=>"ais", "nonce"=>"b19ed8e2-374b-45f5-b09c-ecd3479c878e", "qop"=>"auth", "charset"=>"utf-8", "algorithm"=>"md5-sess"}
D, [2011-12-01T11:52:43.174284 #19862] DEBUG -- : CHALLENGE RESPONSE: {:nonce=>"\"b19ed8e2-374b-45f5-b09c-ecd3479c878e\"", :charset=>"utf-8", :username=>"\"status\"", :realm=>"\"ais\"", :cnonce=>"\"0edc137c32fa42ba8bc5f5326d83cffe\"", :nc=>"00000001", :qop=>"auth", :"digest-uri"=>"\"xmpp/ais\"", :response=>"ccd3484f639245d1cbd5feaaf2009461"}
D, [2011-12-01T11:52:43.174433 #19862] DEBUG -- : CH RESP TXT: nonce="b19ed8e2-374b-45f5-b09c-ecd3479c878e",charset=utf-8,username="status",realm="ais",cnonce="0edc137c32fa42ba8bc5f5326d83cffe",nc=00000001,qop=auth,digest-uri="xmpp/ais",response=ccd3484f639245d1cbd5feaaf2009461
D, [2011-12-01T11:52:43.174761 #19862] DEBUG -- : SENDING: (/home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/stream/features/sasl.rb:167:in `respond') <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">bm9uY2U9ImIxOWVkOGUyLTM3NGItNDVmNS1iMDljLWVjZDM0NzljODc4ZSIsY2hhcnNldD11dGYtOCx1c2VybmFtZT0ic3RhdHVzIixyZWFsbT0iYWlzIixjbm9uY2U9IjBlZGMxMzdjMzJmYTQyYmE4YmM1ZjUzMjZkODNjZmZlIixuYz0wMDAwMDAwMSxxb3A9YXV0aCxkaWdlc3QtdXJpPSJ4bXBwL2FpcyIscmVzcG9uc2U9Y2NkMzQ4NGY2MzkyNDVkMWNiZDVmZWFhZjIwMDk0NjE=</response>
D, [2011-12-01T11:52:43.177131 #19862] DEBUG -- :
------------------------------
D, [2011-12-01T11:52:43.177225 #19862] DEBUG -- : STREAM IN: <challenge xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>cnNwYXV0aD03ZWYwMjA5ZTc0ZDA2MzZhMWRhODdlMGFjMGNlMmZjYQ==</challenge>
D, [2011-12-01T11:52:43.177466 #19862] DEBUG -- : RECEIVING (challenge) <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cnNwYXV0aD03ZWYwMjA5ZTc0ZDA2MzZhMWRhODdlMGFjMGNlMmZjYQ==</challenge>
D, [2011-12-01T11:52:43.177651 #19862] DEBUG -- : CHALLENGE DECODE: {"rspauth"=>"7ef0209e74d0636a1da87e0ac0ce2fca"}
D, [2011-12-01T11:52:43.177811 #19862] DEBUG -- : SENDING: (/home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/stream/features/sasl.rb:167:in `respond') <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/>
D, [2011-12-01T11:52:43.225949 #19862] DEBUG -- :
------------------------------
D, [2011-12-01T11:52:43.226093 #19862] DEBUG -- : STREAM IN: <success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'></success>
D, [2011-12-01T11:52:43.226429 #19862] DEBUG -- : RECEIVING (success) <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/>
D, [2011-12-01T11:52:43.226752 #19862] DEBUG -- : SENDING: (/home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/stream/client.rb:21:in `start') <stream:stream to='ais' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en' >
D, [2011-12-01T11:52:43.228986 #19862] DEBUG -- :
------------------------------
D, [2011-12-01T11:52:43.229082 #19862] DEBUG -- : STREAM IN: <?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='3993b0c0-8b93-4513-8787-29564f0be8dd' from='ais' version='1.0' xml:lang='en'><stream:features><ver xmlns='urn:xmpp:features:rosterver'><optional/></ver><bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'><required/></bind><session xmlns='urn:ietf:params:xml:ns:xmpp-session'><optional/></session><starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/></stream:features>
D, [2011-12-01T11:52:43.229437 #19862] DEBUG -- : RECEIVING (stream) <stream:stream xmlns:stream="http://etherx.jabber.org/streams" id="3993b0c0-8b93-4513-8787-29564f0be8dd" from="ais" version="1.0" lang="en"/>
D, [2011-12-01T11:52:43.230190 #19862] DEBUG -- : RECEIVING (features) <stream:features xmlns:stream="http://etherx.jabber.org/streams">
<ver xmlns="urn:xmpp:features:rosterver">
<optional/>
</ver>
<bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">
<required/>
</bind>
<session xmlns="urn:ietf:params:xml:ns:xmpp-session">
<optional/>
</session>
<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
</stream:features>
D, [2011-12-01T11:52:43.230914 #19862] DEBUG -- : SENDING: (/home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/stream/features/resource.rb:39:in `bind') <iq type="set" id="blather0002"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource>blather</resource></bind></iq>
D, [2011-12-01T11:52:43.234141 #19862] DEBUG -- :
------------------------------
D, [2011-12-01T11:52:43.234238 #19862] DEBUG -- : STREAM IN: <iq id='blather0002' type='result'><bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'><jid>status@ais/blather</jid></bind></iq>
D, [2011-12-01T11:52:43.234682 #19862] DEBUG -- : RECEIVING (iq) <iq id="blather0002" type="result">
<bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">
<jid>status@ais/blather</jid>
</bind>
</iq>
D, [2011-12-01T11:52:43.235132 #19862] DEBUG -- : RESOURCE NODE <iq type="result" id="blather0002">
<bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">
<jid>status@ais/blather</jid>
</bind>
</iq>
D, [2011-12-01T11:52:43.235429 #19862] DEBUG -- : NEW JID: status@ais/blather
D, [2011-12-01T11:52:43.235939 #19862] DEBUG -- : SENDING: (/home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/stream/features/session.rb:40:in `session') <iq type="set" id="blather0004" to="ais"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>
D, [2011-12-01T11:52:43.237432 #19862] DEBUG -- :
------------------------------
D, [2011-12-01T11:52:43.237552 #19862] DEBUG -- : STREAM IN: <iq id='blather0004' type='result' to='status@ais/blather' from='ais'/>
D, [2011-12-01T11:52:43.237858 #19862] DEBUG -- : RECEIVING (iq) <iq id="blather0004" type="result" to="status@ais/blather" from="ais"/>
D, [2011-12-01T11:52:43.238276 #19862] DEBUG -- : SENDING: (/home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/stream/features/tls.rb:16:in `receive_data') <starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
D, [2011-12-01T11:52:43.240549 #19862] DEBUG -- :
------------------------------
D, [2011-12-01T11:52:43.240912 #19862] DEBUG -- : STREAM IN: <stream:error><unsupported-stanza-type xmlns='urn:ietf:params:xml:ns:xmpp-streams'/></stream:error></stream:stream>
D, [2011-12-01T11:52:43.241465 #19862] DEBUG -- : RECEIVING (error) <stream:error xmlns:stream="http://etherx.jabber.org/streams">
<unsupported-stanza-type xmlns="urn:ietf:params:xml:ns:xmpp-streams"/>
</stream:error>
D, [2011-12-01T11:52:43.242459 #19862] DEBUG -- : SENDING: (/home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/stream.rb:240:in `stop') </stream:stream>
D, [2011-12-01T11:52:43.242778 #19862] DEBUG -- : RECEIVING (end) <stream:end xmlns:stream="http://etherx.jabber.org/streams"/>
/home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/client/client.rb:223:in `block in setup_initial_handlers': Stream Error (unsupported-stanza-type): (Blather::StreamError)
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/client/client.rb:286:in `call'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/client/client.rb:286:in `call_handler'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/client/client.rb:277:in `block (2 levels) in call_handler_for'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/client/client.rb:277:in `catch'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/client/client.rb:277:in `block in call_handler_for'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/client/client.rb:276:in `each'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/client/client.rb:276:in `find'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/client/client.rb:276:in `call_handler_for'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/client/client.rb:269:in `block in handle_stanza'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/client/client.rb:268:in `each'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/client/client.rb:268:in `handle_stanza'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/client/client.rb:186:in `block in receive_data'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/client/client.rb:184:in `catch'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/client/client.rb:184:in `receive_data'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/stream.rb:194:in `unbind'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-0.12.10/lib/eventmachine.rb:1417:in `event_callback'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run_machine'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/client.rb:79:in `run'
from /home/james/.rvm/gems/ruby-1.9.2-p290/gems/blather-0.5.9/lib/blather/client.rb:93:in `block in <top (required)>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment