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
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
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
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
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?
--
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.
>
>
> ---
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
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
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
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
On Wed, 2008-03-12 at 09:26 +0100, Dirk Meyer wrote:
> In that case I would loose the traceback. I wonder if that will work:
>
> | try:
> | ...
> | self._handshake = False
> | except:
> | self._handshake = False
> | type, value, tb = sys.exc_info()
> | raise type, value, tb
>
Duncan Webb wrote:
> Dirk Meyer wrote:
>> Duncan Webb wrote:
>>> There is also an install problem in kaa, after the last update r3180.
>>>
>>> byte-compiling /usr/lib/python2.4/site-packages/kaa/net/tls.py to tls.pyc
>>>File "/usr/lib/python2.4/site-packages/kaa/net/tls.py", line 187
>>> y
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 ?
13 matches
Mail list logo