Duncan Webb wrote: > ~ @kaa.coroutine() > ~ def findNextProgramCo(self): > ~ """ """ > ~ progress = self.recordserver_rpc('findNextProgram') > ~ yield progress > ~ yield progress.get_result() > > This fails with an exception: > Traceback (most recent call last): > ~ File "record_client.py", line 549, in ? > ~ r = rc.findNextProgramCo().wait() > ~ File "/usr/lib/python2.4/site-packages/kaa/notifier/async.py", line > 328, in wait > ~ return self.get_result() > ~ File "/usr/lib/python2.4/site-packages/kaa/notifier/async.py", line > 284, in get_result > ~ raise type, value, tb > AttributeError: 'object' object has no attribute 'title'
That looks like an error on the other side. If there is an error on the rpc server side, the exception will be raised on client side. The traceback got lost somehow, but 'title' is not used in kaa. Dischi -- A day without sun shine is like, you know, night.
pgp4rTscLtU5X.pgp
Description: PGP signature
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________ Freevo-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel