Hello,

some months ago I had the same problem, but I don't remember how I fixed 
it.
The freevo-webserver has problems with the german "Umlaute" in the 
TV.xml-file.

Freevo is version 1.8.1, LOCALE in local_config.py is set to iso-8859-15.

web.Server Traceback (most recent call last):

<type 'exceptions.UnicodeDecodeError'>: 'utf8' codec can't decode bytes 
in position 5-6: invalid data
/usr/lib/python2.5/site-packages/twisted/web/server.py, line 150 in process
148    try:
149      resrc = self.site.getResourceFor(self)
150      self.render(resrc)
151    except:
Self
site    
twisted.web.server.Site instance @ 0x877c2ac <twisted.web.server.Site 
instance at 0x877c2ac>
Locals
resrc   
__builtin__.RecordResource instance @ 0x98c85ec 
<__builtin__.RecordResource instance at 0x98c85ec>
self    
twisted.web.server.Request instance @ 0x876cf6c <GET 
/record.rpy?chan=wdr.de&start=1215960900&action=add HTTP/1.1>
/usr/lib/python2.5/site-packages/twisted/web/server.py, line 157 in render
155  def render(self, resrc):
156    try:
157      body = resrc.render(self)
158    except UnsupportedMethod, e:
Locals
resrc   
__builtin__.RecordResource instance @ 0x98c85ec 
<__builtin__.RecordResource instance at 0x98c85ec>
self    
twisted.web.server.Request instance @ 0x876cf6c <GET 
/record.rpy?chan=wdr.de&start=1215960900&action=add HTTP/1.1>
Globals
UnsupportedMethod       <class 'twisted.web.server.UnsupportedMethod'>
/usr/lib/python2.5/site-packages/freevo/www/web_types.py, line 99 in render
97      # thus we return the self._render methode
98      # which hopefully will do something usefull
99      return self._render(request)
100
Locals
self    
__builtin__.RecordResource instance @ 0x98c85ec 
<__builtin__.RecordResource instance at 0x98c85ec>
request 
twisted.web.server.Request instance @ 0x876cf6c <GET 
/record.rpy?chan=wdr.de&start=1215960900&action=add HTTP/1.1>
/usr/share/freevo/htdocs/record.rpy, line 141 in _render
139
140      if prog.desc == '':
141        cell = _('Sorry, the program description for %s is 
unavailable.') % ('<b>'+prog.title+'</b>')
142      else:
Locals
prog    
tv.epg_types.TvProgram instance @ 0x98bd82c <TvProgram 'wdr.de' So 
16:55->18:45>
cell    '&nbsp;'

<type 'exceptions.UnicodeDecodeError'>: 'utf8' codec can't decode bytes 
in position 5-6: invalid data


-- 
[EMAIL PROTECTED] | bjo.nord-west.org | nord-west.org

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to