Re: [Freevo-devel] kaa.rpc TypeError: exceptions must be classes, instances, or strings

2008-03-13 Thread Justin Wetherell
You can go ahead and ignore that last e-mail. I did a kaa svn update (3188) and did an svn update for Freevo (10523) and everything seems to be working smoothly. I recreated the exact situation that was happening when I got the AsyncException and it worked great. Good job guys. On Thu, Mar 13, 200

Re: [Freevo-devel] kaa.rpc TypeError: exceptions must be classes, instances, or strings

2008-03-13 Thread Justin Wetherell
After updating Freevo svn today, I get the same error with more traceback... hope it helps. The recordserver is processing the TV.xml looking for things to record when this happens, it doesn't seem to respond when that is happening from my experiences. 2008-03-13 18:45:38,046 DEBUGrc.py (431):

Re: [Freevo-devel] kaa.rpc TypeError: exceptions must be classes, instances, or strings

2008-03-13 Thread Duncan Webb
Duncan Webb said the following, on 13.03.2008 10:21: > Jason Tackaberry said the following, on 13.03.2008 03:30: > >> On Wed, 2008-03-12 at 21:59 -0400, Justin Wetherell wrote: >> >> >>> Unfortunetly, it didn't seem to help... >>> AsyncException instance has no attribute 'args' >>>

Re: [Freevo-devel] kaa.rpc TypeError: exceptions must be classes, instances, or strings

2008-03-13 Thread Duncan Webb
Jason Tackaberry said the following, on 13.03.2008 03:30: > On Wed, 2008-03-12 at 21:59 -0400, Justin Wetherell wrote: > >> Unfortunetly, it didn't seem to help... >> AsyncException instance has no attribute 'args' >> > > I'm not quite sure what's happening here without a full traceback. I

Re: [Freevo-devel] kaa.rpc TypeError: exceptions must be classes, instances, or strings

2008-03-12 Thread Jason Tackaberry
On Wed, 2008-03-12 at 21:59 -0400, Justin Wetherell wrote: > Unfortunetly, it didn't seem to help... > AsyncException instance has no attribute 'args' I'm not quite sure what's happening here without a full traceback. I did find and fix one possibility. If it's not this, I'm out of ideas and in

Re: [Freevo-devel] kaa.rpc TypeError: exceptions must be classes, instances, or strings

2008-03-12 Thread Justin Wetherell
Unfortunetly, it didn't seem to help... AsyncException instance has no attribute 'args' On Wed, Mar 12, 2008 at 9:46 PM, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > Give it a try now? > > As you can see, there's a bit of hand waving going on here. I'm toying > with mysterious python black magi

Re: [Freevo-devel] kaa.rpc TypeError: exceptions must be classes, instances, or strings

2008-03-12 Thread Jason Tackaberry
On Wed, 2008-03-12 at 20:52 -0400, Justin Wetherell wrote: > 2008-03-12 20:50:33,330 ERRORrecord_client.py (99): AsyncException > instance has no attribute 'args' Give it a try now? As you can see, there's a bit of hand waving going on here. I'm toying with mysterious python black magic and

Re: [Freevo-devel] kaa.rpc TypeError: exceptions must be classes, instances, or strings

2008-03-12 Thread Justin Wetherell
Nope, that's all that is printed out. Here is the log exert, if that helps. 2008-03-12 20:50:33,318 DEBUGrecord_client.py (70): RecordClient.__init__() 2008-03-12 20:50:33,319 DEBUGrecord_client.py (236): getScheduledRecordingsNow() 2008-03-12 20:50:33,320 DEBUGrecord_client.py (87): re

Re: [Freevo-devel] kaa.rpc TypeError: exceptions must be classes, instances, or strings

2008-03-12 Thread Jason Tackaberry
On Wed, 2008-03-12 at 20:23 -0400, Justin Wetherell wrote: > I did an svn update and got the following error instead of the Async > error.. > AsyncException instance has no attribute 'args' Did it come with a full traceback? --

Re: [Freevo-devel] kaa.rpc TypeError: exceptions must be classes, instances, or strings

2008-03-12 Thread Justin Wetherell
I did an svn update and got the following error instead of the Async error.. AsyncException instance has no attribute 'args' On Wed, Mar 12, 2008 at 8:17 PM, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > > Hopefully this is fixed now. > > > ---

Re: [Freevo-devel] kaa.rpc TypeError: exceptions must be classes, instances, or strings

2008-03-12 Thread Jason Tackaberry
On Wed, 2008-03-12 at 14:32 -0400, Jason Tackaberry wrote: > On Wed, 2008-03-12 at 17:40 +0100, Duncan Webb wrote: > > TypeError: exceptions must be classes, instances, or strings > > (deprecated), not RemoteException > > > > And then blocks, does this help? > > Yes, thanks. Hopefully this is f

Re: [Freevo-devel] kaa.rpc TypeError: exceptions must be classes, instances, or strings

2008-03-12 Thread Jason Tackaberry
On Wed, 2008-03-12 at 17:40 +0100, Duncan Webb wrote: > TypeError: exceptions must be classes, instances, or strings > (deprecated), not RemoteException > > And then blocks, does this help? Yes, thanks. - This SF.net emai

Re: [Freevo-devel] kaa.rpc TypeError: exceptions must be classes, instances, or strings

2008-03-12 Thread Duncan Webb
Jason Tackaberry wrote: > On Wed, 2008-03-12 at 08:00 +0100, Duncan Webb wrote: > >> TypeError: exceptions must be classes, instances, or strings >> (deprecated), not AsyncException >> > > Sigh, not this again. > > Tell me, does kaa/base/test/asynctest.py output this as well? > > >> Have

Re: [Freevo-devel] kaa.rpc TypeError: exceptions must be classes, instances, or strings

2008-03-12 Thread Jason Tackaberry
On Wed, 2008-03-12 at 08:00 +0100, Duncan Webb wrote: > TypeError: exceptions must be classes, instances, or strings > (deprecated), not AsyncException Sigh, not this again. Tell me, does kaa/base/test/asynctest.py output this as well? > Have I done something incorrectly or is this a kaa.rpc pro

[Freevo-devel] kaa.rpc TypeError: exceptions must be classes, instances, or strings

2008-03-12 Thread Duncan Webb
Here I'm connecting to a remote recordserver which is currently down and using a callback for the result: # freevo execute src/tv/record_client.py getScheduledRecordings function='getscheduledrecordings' args=[] Traceback (most recent call last): File "src/tv/record_client.py", line 614, in ?