On Mon, Oct 20, 2003 at 09:04:51AM -0300, Rob Shortt wrote:
> >o find the strange childapp problem -- Aubin, since you are the only one
> > having this problem
>
> -Fixed, right? :)
I think so. But stability is WAY down since the new childapp code went
in. I'm not able to use Freevo for long without it crashing.
> >o Bugfixes -- all
> -Ongoing, things are looking good.
But not a single comment about my playlist plugin. Geez... I wanted it
forever, and no one else was interested? :)
> Dischi, is this 'magic'? Do I only have to change 'foo' to _('foo') and
> it will work or do I also need to update a po/pot file and run a script?
> I hope its magic! :)
Seems like magic to me too, but I think it's something to do with
Python including gettext or something.
One new bug. The Amazon XML interface sometimes returns a 404 which
causes Freevo to crash. Now, the issue of a 404 causing a crash aside,
shouldn't the plugin not be able to take Freevo down? It's due to an
exception, but I thought the plugins should be prevented from killing
the entire thing. i.e. the plugins are wrapped in a try:except: and if
a plugin crashes it either reloads (best case) or just does it with a
popup and no system crash.
I'm going to try and fix the 404 part (though it's going to be
annoying because of all the nested if... statements in the
coversearch, but that is hiding a bigger problem.
> I think we should also nail down the unicode bug in recordserver
> communication as it is a big problem for some people. I haven't been
> following this problem too closely because I was busy with other things.
I'm also seeing a problem scheduing recordings through the Freevo OSD
(not through the web, which works fine)
========
tv.tvguide.TVGuide instance at 0x40a7450c>
Traceback (most recent call last):
File "/usr/local/freevo/src/tv/record_client.py", line 102, in scheduleRecording
(status, message) = server.scheduleRecording(marmalade.jellyToXML(prog))
File "/usr/lib/python2.3/site-packages/twisted/persisted/marmalade.py", line 400, in
jellyToXML
document = jellyToDOM(object)
File "/usr/lib/python2.3/site-packages/twisted/persisted/marmalade.py", line 382, in
jellyToDOM
document = dj.jelly(object)
File "/usr/lib/python2.3/site-packages/twisted/persisted/marmalade.py", line 373, in
jelly
node = self.jellyToNode(obj)
File "/usr/lib/python2.3/site-packages/twisted/persisted/marmalade.py", line 364, in
jellyToNode
n = self.jellyToNode(state)
File "/usr/lib/python2.3/site-packages/twisted/persisted/marmalade.py", line 344, in
jellyToNode
n2 = self.jellyToNode(v)
File "/usr/lib/python2.3/site-packages/twisted/persisted/marmalade.py", line 363, in
jellyToNode
state = obj.__dict__
AttributeError: 'bool' object has no attribute '__dict__'
=======
Aubin
-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise
Linux in the Boardroom; in the Front Office; & in the Server Room
http://www.enterpriselinuxforum.com
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel