Dirk Meyer wrote:

Dirk Meyer wrote:
Duncan Webb wrote:
But when I press OK on one of the channels in the tv menu the log main-0:
INFO     [    tv] xine.py 135: recordserver found
INFO     [record] tvserver.py 137: recordserver found
ERROR xine(159): FIXME: no server found

I've tried adding the route 224.255.222.240 to the eth0 and the lo
interfaces, but this doesn't change anything. It looks like I'm almost
there but could be missing one or two steps.

What is the next thing to look at?
Looks like freevo found the tvserver but the tvserver was not able to
show the channel you requested. Take a look at tvserver/server.py
at the function rpc_watch_start to check the channel.

My failt, should work now
This has solved this problem.

But now from the tvserver I'm seeing this message:
ERROR mbus_wrapper(127): Error in RPC handling
Traceback (most recent call last):
File "lib/python2.3/site-packages/freevo/ipc/mbus_wrapper.py", line 113, in __call__
   result = super(RPC, self).__call__(*args)
File "lib/python2.3/site-packages/kaa/notifier/callback.py", line 171, in __call__
   result = cb(*cb_args, **cb_kwargs)
File "lib/python2.3/site-packages/freevo/tvserver/server.py", line 618, in rpc_watch_start
   raise IndexError('channel %s not found' % channel)
IndexError: channel bbc.co.uk not found

I've tried adding a print and a log message to the tvserver/server.py script after line 612 but it doesn't display anything so it's hard to see what data the kaa.epg.channels.id has.

I've tried different channel.conf setting but still no joy.

What should be the next thing to look at?

Thanks
Duncan


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to