Created
October 16, 2010 11:56
-
-
Save arjan/629717 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2010-10-16 13:55:25+0200 [XmlStream,client] RECV: "<iq from='pubsub.mediamatic.net' to='[email protected]/aggregator' id='H_4' type='result'><pubsub xmlns='http://jabber.org/protocol/pubsub'><subscription node='ikcam/28344' jid='[email protected]/aggregator' subscription='subscribed'/></pubsub></iq>" | |
2010-10-16 13:55:30+0200 [HTTPPageDownloader,client] Unhandled Error | |
Traceback (most recent call last): | |
File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 311, in runReactorWithLogging | |
reactor.run() | |
File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1165, in run | |
self.mainLoop() | |
File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1177, in mainLoop | |
self.doIteration(t) | |
File "/usr/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 140, in doSelect | |
_logrun(selectable, _drdw, selectable, method, dict) | |
--- <exception caught here> --- | |
File "/usr/lib/python2.6/dist-packages/twisted/python/log.py", line 84, in callWithLogger | |
return callWithContext({"system": lp}, func, *args, **kw) | |
File "/usr/lib/python2.6/dist-packages/twisted/python/log.py", line 69, in callWithContext | |
return context.call({ILogContext: newCtx}, func, *args, **kw) | |
File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext | |
return self.currentContext().callWithContext(ctx, func, *args, **kw) | |
File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext | |
return func(*args,**kw) | |
File "/usr/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 156, in _doReadOrWrite | |
self._disconnectSelectable(selectable, why, method=="doRead") | |
File "/usr/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 250, in _disconnectSelectable | |
selectable.readConnectionLost(f) | |
File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 508, in readConnectionLost | |
self.connectionLost(reason) | |
File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 677, in connectionLost | |
Connection.connectionLost(self, reason) | |
File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 519, in connectionLost | |
protocol.connectionLost(reason) | |
File "/usr/lib/python2.6/dist-packages/twisted/web/client.py", line 156, in connectionLost | |
http.HTTPClient.connectionLost(self, reason) | |
File "/usr/lib/python2.6/dist-packages/twisted/web/http.py", line 489, in connectionLost | |
self.handleResponseEnd() | |
File "/usr/lib/python2.6/dist-packages/twisted/web/client.py", line 210, in handleResponseEnd | |
self.factory.pageEnd() | |
File "/usr/lib/python2.6/dist-packages/twisted/web/client.py", line 451, in pageEnd | |
self.file.close() | |
File "/usr/lib/python2.6/dist-packages/twittytwister/txml.py", line 263, in close | |
self.connectionLost(error.ConnectionDone()) | |
File "/usr/lib/python2.6/dist-packages/twisted/web/sux.py", line 198, in connectionLost | |
stateTable[self.state][END_HANDLER]() | |
exceptions.KeyError: None |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment