Howdy, I would recommend posting these to the bug trackers at
www.blathersource.org.  I'm bound to forget about them otherwise.  =/  I
should warn you that I haven't had time to work on PyAIMt or PyICQt in a
while.  (and am, in fact, looking for some assistance on that front)

Daniel

-- 
"The most addictive drug in the world is music."
     - The Lost Boyz

> Let me know if I should be sending these things somewhere else, or if I
> should be checking the bug list before sending.
>
> We just opened up PyAIMt to about 70,000 users, so we'll probably have
> lots of tracebacks ... :-(
>
> Thanks,
> Brian Safford
> EDS
>
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6: Traceback (most recent call last):
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/usr/local/lib/python2.4/site-packages/twisted/python/log.py", line 53,
> in callWithLogger
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:     return
> callWithContext({"system": lp}, func, *args, **kw)
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/usr/local/lib/python2.4/site-packages/twisted/python/log.py", line 38,
> in callWithContext
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:     return
> context.call({ILogContext: newCtx}, func, *args, **kw)
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/usr/local/lib/python2.4/site-packages/twisted/python/context.py", line
> 59, in callWithContext
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:     return
> self.currentContext().callWithContext(ctx, func, *args, **kw)
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/usr/local/lib/python2.4/site-packages/twisted/python/context.py", line
> 37, in callWithContext
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:     return func(*args,**kw)
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6: --- <exception caught here> ---
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/usr/local/lib/python2.4/site-packages/twisted/internet/epollreactor.py
> ", line 199, in _doReadOrWrite
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:     why = selectable.doRead()
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/usr/local/lib/python2.4/site-packages/twisted/internet/tcp.py", line
> 349, in doRead
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:     return
> self.protocol.dataReceived(data)
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/usr/local/lib/python2.4/site-packages/twisted/words/xish/xmlstream.py"
> , line 72, in dataReceived
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:     self.stream.parse(buf)
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/usr/local/lib/python2.4/site-packages/twisted/words/xish/domish.py",
> line 524, in parse
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:     self.parser.Parse(buffer)
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/usr/local/lib/python2.4/site-packages/twisted/words/xish/domish.py",
> line 564, in _onEndElement
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:
> self.ElementEvent(self.currElem)
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/usr/local/lib/python2.4/site-packages/twisted/words/xish/xmlstream.py"
> , line 104, in onElement
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:     self.dispatch(element)
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/usr/local/lib/python2.4/site-packages/twisted/words/xish/utility.py",
> line 233, in dispatch
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:     callbacklist.callback(object)
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/usr/local/lib/python2.4/site-packages/twisted/words/xish/utility.py",
> line 37, in callback
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:     methodwrapper(*args, **kwargs)
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/usr/local/lib/python2.4/site-packages/twisted/words/xish/utility.py",
> line 21, in __call__
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:     self.method(*nargs, **nkwargs)
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/home/jabber/pyaim-t-0.8/src/main.py", line 321, in onMessage
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:
> self.sessions[froj.userhost()].onMessage(el)
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/home/jabber/pyaim-t-0.8/src/jabw.py", line 394, in onMessage
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:
> self.messageReceived(froj.userhost(), froj.resource, toj.userhost(),
> toj.resource, mtype, body, noerror, xhtml, autoResponse=autoResponse)
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/home/jabber/pyaim-t-0.8/src/session.py", line 344, in messageReceived
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:     self.sendNotReadyError(source,
> resource, dest, body)
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/home/jabber/pyaim-t-0.8/src/session.py", line 299, in
> sendNotReadyError
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:     self.sendErrorMessage(source +
> '/' + resource, dest, "wait", "not-allowed", lang.get("waitforlogin",
> self.lang), body)
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/home/jabber/pyaim-t-0.8/src/jabw.py", line 266, in sendErrorMessage
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:     sendErrorMessage(self.pytrans,
> to=to, fro=fro, etype=etype, condition=condition,
> explanation=explanation, body=body)
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:   File
> "/home/jabber/pyaim-t-0.8/src/jabw.py", line 114, in sendErrorMessage
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6:     error.attributes["code"] =
> str(utils.errorCodeMap[condition])
> Dec 18 13:10:30 plimex1 eds_PyAIMt_6: exceptions.KeyError: u'Sorry, this
> message cannot be delivered yet. Please try again when the transport has
> finished logging in.'
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>

_______________________________________________
py-transports mailing list
[email protected]
http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to