It seems a problem with unicode and accents in the name of the files.
If I remove all the accents and use only ascii characters the problem
does not happen.

My system is configured correctly with locale iso-8859-15.

[EMAIL PROTECTED]:~$ set | grep LANG
[EMAIL PROTECTED]

[EMAIL PROTECTED]:~$ set | grep LC_
[EMAIL PROTECTED]



Traceback (most recent call last):
  File
"/home/freevo2/lib/python2.4/site-packages/freevo/ui/application/eventhandler.py",
line 244, in handle
    self.applications[-1].eventhandler(event=event)
  File
"/home/freevo2/lib/python2.4/site-packages/freevo/ui/application/menuw.py",
line 98, in eventhandler
    if MenuStack.eventhandler(self, event):
  File
"/home/freevo2/lib/python2.4/site-packages/freevo/ui/menu/stack.py",
line 287, in eventhandler
    if menu.eventhandler(event):
  File
"/home/freevo2/lib/python2.4/site-packages/freevo/ui/menu/menu.py", line
293, in eventhandler
    actions[0]()
  File
"/home/freevo2/lib/python2.4/site-packages/freevo/ui/menu/action.py",
line 77, in __call__
    return self.function(*self.args, **self.kwargs)
  File
"/home/freevo2/lib/python2.4/site-packages/freevo/ui/directory.py", line
409, in browse
    for i in p.get(self, listing):
  File
"/home/freevo2/lib/python2.4/site-packages/freevo/ui/video/interface.py",
line 90, in get
    items.append(VideoItem(file, parent))
  File
"/home/freevo2/lib/python2.4/site-packages/freevo/ui/video/videoitem.py",
line 84, in __init__
    self.set_url(url)
  File
"/home/freevo2/lib/python2.4/site-packages/freevo/ui/video/videoitem.py",
line 174, in set_url
    self.set_name(self.name)
  File
"/home/freevo2/lib/python2.4/site-packages/freevo/ui/video/videoitem.py",
line 99, in set_name
    if self.name.find(u"The ") == 0:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xfa in position 18:
ordinal not in range(128)



-- 

Attachment: signature.asc
Description: Digital signature

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to