Florian Demmer wrote:

Dirk Meyer wrote:

Rob Shortt wrote:


Flo, can you check to see what's in your recordserver log when this
happens?  That's your webserver or client log right (I hope)?  Our
try/except blocks in the record_client aren't very good, I would like
to create a wrapper function to pass things through and add a bunch of
excepts to that (instead of adding the same to every server call).

Hopefully in the recordserver log we will see something crapping out
that we can diagnose.


Maybe i's related to the bug I reported and fixed in some
cases. XMLRPC doesn't like Unicode. Maybe we need more wrappers to
transform objects. Or maybe we create our own version of marmelade
with our Unicode->String String->Unicode stuff.


Dischi




sorry recordserver log doesnt show anythin unusual... i ll try to get an exacter location of the problem tomorrow...

... again got fresh cvs:
a new trace i encountered:
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/freevo/tv/record_client.py", line 139, in scheduleRecording
(status, message) = server.scheduleRecording(jellyToXML(prog))
File "/usr/lib/python2.3/xmlrpclib.py", line 1029, in __call__
return self.__send(self.__name, args)
File "/usr/lib/python2.3/xmlrpclib.py", line 1316, in __request
verbose=self.__verbose
File "/usr/lib/python2.3/xmlrpclib.py", line 1070, in request
headers
ProtocolError: <ProtocolError for localhost:18001/: 500 Internal Server Error>


then i tried to remove all non ascii caracters from my TV.xml (found �,�,�,� and �) and now the guide seems to work from both the webinterface and gui. so i m pretty sure its a unicode problem.

encounterd another problem already reported in freevo-users: after scheduling something the popup cannot be clicked away... it works when i comment the following out (which was added just recently btw):
src/tv/tvguide.py, line 277:
# rc.set_context('tvmenu')


too bad i still dont know enough about who freevo works to fix such things myself... please someone look into the unicode stuff as soon aso you can, because �, � and � are used _a lot_ in german and its unuseable for me now :/

thanks
Flo






------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to