here is what i get when i try to get the list of schelduled recordings (using the webserver), from the log:
2004/02/28 01:31 CET [HTTPChannel,0,192.168.1.10] Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/twisted/protocols/basic.py", line 223, in dataReceived
why = self.lineReceived(line)
File "/usr/lib/python2.3/site-packages/twisted/protocols/http.py", line 950, in lineReceived
self.allContentReceived()
File "/usr/lib/python2.3/site-packages/twisted/protocols/http.py", line 991, in allContentReceived
req.requestReceived(command, path, version)
File "/usr/lib/python2.3/site-packages/twisted/protocols/http.py", line 549, in requestReceived
self.process()
--- <exception caught here> ---
File "/usr/lib/python2.3/site-packages/twisted/web/server.py", line 159, in process
self.render(resrc)
File "/usr/lib/python2.3/site-packages/twisted/web/server.py", line 166, in render
body = resrc.render(self)
File "/usr/lib/python2.3/site-packages/freevo/www/web_types.py", line 133, in render
return self._render(request)
File "/usr/share/freevo/htdocs/record.rpy", line 170, in _render
progs = recordings.getProgramList()
exceptions.AttributeError: 'unicode' object has no attribute 'getProgramList'
then the tv guide:
it says "Messages: ERROR: Recording server is unavailable." though it tells me that the server is runnign at the frontpage (after i started it)
trying to schedule anything i get this message:
"ERROR: No program found on CNI0AC2 at 02/28/04 01:55:00. (record_client: connection error)"
i have the information about this show in xml (without timezone correction):
<programme start="20040228005500 +0000" stop="20040228012500 +0000" pdc-start="20040228015500 +0100" channel="CNI0AC2">
last problem: i have a file with a german umlaut a in my media library and i get the following when browsing (again using web)
2004/02/28 01:34 CET [HTTPChannel,0,192.168.1.10] Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/twisted/protocols/basic.py", line 223, in dataReceived
why = self.lineReceived(line)
File "/usr/lib/python2.3/site-packages/twisted/protocols/http.py", line 950, in lineReceived
self.allContentReceived()
File "/usr/lib/python2.3/site-packages/twisted/protocols/http.py", line 991, in allContentReceived
req.requestReceived(command, path, version)
File "/usr/lib/python2.3/site-packages/twisted/protocols/http.py", line 549, in requestReceived
self.process()
--- <exception caught here> ---
File "/usr/lib/python2.3/site-packages/twisted/web/server.py", line 159, in process
self.render(resrc)
File "/usr/lib/python2.3/site-packages/twisted/web/server.py", line 166, in render
body = resrc.render(self)
File "/usr/lib/python2.3/site-packages/freevo/www/web_types.py", line 133, in render
return self._render(request)
File "/usr/share/freevo/htdocs/library.rpy", line 409, in _render
directorylist = util.getdirnames(action_dir)
File "/usr/lib/python2.3/site-packages/freevo/util/fileops.py", line 123, in getdirnames
dirnames = [ dirname + dname for dname in os.listdir(dirname) if \
exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0x84 in position 8: ordinal not in range(128)
i hope these things can be fixed easily
thanks for freevo Flo
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
