Duncan Webb wrote:
> When the recordserver is down the exception AsyncException is raised; is
> it okay to import kaa.async so that the exception can be trapped?

It should raise a socket error or an IOError on authentication failure.

> "/usr/lib/python2.6/site-packages/twisted/internet/selectreactor.py",
> line 104, in doSelect
>     [], timeout)
>   File "/usr/lib/python2.6/site-packages/kaa/main.py", line 301, in
> signal_handler
>     notifier.shutdown()
>   File "/usr/lib/python2.6/site-packages/kaa/nf_wrapper.py", line 134,
> in shutdown
>     sys.exit(0)
> exceptions.SystemExit: 0

That is the stupid twisted code, I have no idea how to fix it. The kaa
modules handle SystemExit as exit and stop while twisted prrnts out the
error and ignores it. :(


Dischi

-- 
If the opposite of pro is con, then what must be the opposite of progress?

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to