Posted by guest at 2006-12-19 19:43:27
Dec 19 13:26:10 plmler7 eds_PyICQt_2: Traceback (most recent call last):
Dec 19 13:26:10 plmler7 eds_PyICQt_2: File
"/usr/local/lib/python2.4/site-packages/twisted/python/log.py", line
53, in callWithLogger
Dec 19 13:26:10 plmler7 eds_PyICQt_2: return
callWithContext({"system": lp}, func, *args, **kw)
Dec 19 13:26:10 plmler7 eds_PyICQt_2: File
"/usr/local/lib/python2.4/site-packages/twisted/python/log.py", line
38, in callWithContext
Dec 19 13:26:10 plmler7 eds_PyICQt_2: return context.call({ILogContext:
newCtx}, func, *args, **kw)
Dec 19 13:26:10 plmler7 eds_PyICQt_2: File
"/usr/local/lib/python2.4/site-packages/twisted/python/context.py",
line 59, in callWithContext
Dec 19 13:26:10 plmler7 eds_PyICQt_2: return
self.currentContext().callWithContext(ctx, func, *args, **kw)
Dec 19 13:26:10 plmler7 eds_PyICQt_2: File
"/usr/local/lib/python2.4/site-packages/twisted/python/context.py",
line 37, in callWithContext
Dec 19 13:26:10 plmler7 eds_PyICQt_2: return func(*args,**kw)
Dec 19 13:26:10 plmler7 eds_PyICQt_2: --- <exception caught here> ---
Dec 19 13:26:10 plmler7 eds_PyICQt_2: File
"/usr/local/lib/python2.4/site-packages/twisted/internet/epollreactor.py&qu
ot;, line 199, in _doReadOrWrite
Dec 19 13:26:10 plmler7 eds_PyICQt_2: why = selectable.doRead()
Dec 19 13:26:10 plmler7 eds_PyICQt_2: File
"/usr/local/lib/python2.4/site-packages/twisted/internet/tcp.py", line
349, in doRead
Dec 19 13:26:10 plmler7 eds_PyICQt_2: return
self.protocol.dataReceived(data)
Dec 19 13:26:10 plmler7 eds_PyICQt_2: File
"/usr/local/lib/python2.4/site-packages/twisted/words/xish/xmlstream.py&quo
t;, line 72, in dataReceived
Dec 19 13:26:10 plmler7 eds_PyICQt_2: self.stream.parse(buf)
Dec 19 13:26:10 plmler7 eds_PyICQt_2: File
"/usr/local/lib/python2.4/site-packages/twisted/words/xish/domish.py",
line 524, in parse
Dec 19 13:26:10 plmler7 eds_PyICQt_2: self.parser.Parse(buffer)
Dec 19 13:26:10 plmler7 eds_PyICQt_2: File
"/usr/local/lib/python2.4/site-packages/twisted/words/xish/domish.py",
line 564, in _onEndElement
Dec 19 13:26:10 plmler7 eds_PyICQt_2: self.ElementEvent(self.currElem)
Dec 19 13:26:10 plmler7 eds_PyICQt_2: File
"/usr/local/lib/python2.4/site-packages/twisted/words/xish/xmlstream.py&quo
t;, line 104, in onElement
Dec 19 13:26:10 plmler7 eds_PyICQt_2: self.dispatch(element)
Dec 19 13:26:10 plmler7 eds_PyICQt_2: File
"/usr/local/lib/python2.4/site-packages/twisted/words/xish/utility.py"
, line 233, in dispatch
Dec 19 13:26:10 plmler7 eds_PyICQt_2: callbacklist.callback(object)
Dec 19 13:26:10 plmler7 eds_PyICQt_2: File
"/usr/local/lib/python2.4/site-packages/twisted/words/xish/utility.py"
, line 37, in callback
Dec 19 13:26:10 plmler7 eds_PyICQt_2: methodwrapper(*args, **kwargs)
Dec 19 13:26:10 plmler7 eds_PyICQt_2: File
"/usr/local/lib/python2.4/site-packages/twisted/words/xish/utility.py"
, line 21, in __call__
Dec 19 13:26:10 plmler7 eds_PyICQt_2: self.method(*nargs, **nkwargs)
Dec 19 13:26:10 plmler7 eds_PyICQt_2: File
"/home/jabber/pyicq-t-0.8/src/iq.py", line 80, in onIq
Dec 19 13:26:10 plmler7 eds_PyICQt_2: handler(el)
Dec 19 13:26:10 plmler7 eds_PyICQt_2: File
"/home/jabber/pyicq-t-0.8/src/services/VCardFactory.py", line 60, in
incomingIq
Dec 19 13:26:10 plmler7 eds_PyICQt_2:
self.pytrans.legacycon.getvCardNotInList(vCard,
to).addCallback(self.gotvCardResponse, iq, filter)
Dec 19 13:26:10 plmler7 eds_PyICQt_2: File
"/home/jabber/pyicq-t-0.8/src/legacy/glue.py", line 319, in
getvCardNotInList
Dec 19 13:26:10 plmler7 eds_PyICQt_2: LogEvent(INFO, self.session.jabberID)
Dec 19 13:26:10 plmler7 eds_PyICQt_2: exceptions.AttributeError: 'NoneType'
object has no attribute 'jabberID'
Owner: ---