Evan Hisey wrote: > On Tue, Sep 9, 2008 at 7:48 PM, Evan Hisey <[EMAIL PROTECTED]> wrote: >>>> I did have the same problem with the svn version. Solved by updating >>>> xine-ui to the version 0.99.6 (only available ? in cvs) >>>> It worth the work : add the live record funct, very good for the WAF (at >>>> least at home !) >>>> >>> Thanks , I'll give that a try. >>> >> Upgrading xine-ui had no effect. Looks like I am behind a few >> versions on the xine-lib also, so chekcing to see if that update >> solves the problem. >> > Upgrading xine-lib solved it I am now running xine-lib-1.1.15. I was > using 1.1.11.1 it seems and that version would not work correctly with > the ivtv plugin except that now when trying to use the select channel > by number I get this error: > File "/usr/lib/python2.5/site-packages/freevo/main.py", line 497, in <module> > kaa.main.run() > File "/usr/lib/python2.5/site-packages/kaa/notifier/main.py", line 140, in > run > loop(True) > File "/usr/lib/python2.5/site-packages/kaa/notifier/main.py", line > 110, in loop > notifier.step() > File > "/usr/lib/python2.5/site-packages/kaa/notifier/pynotifier/nf_generic.py", > line 186, in step > if not timer[ CALLBACK ](): > File "/usr/lib/python2.5/site-packages/kaa/notifier/timer.py", line > 188, in __call__ > super(Timer, self).__call__(*args, **kwargs) > File "/usr/lib/python2.5/site-packages/kaa/notifier/nf_wrapper.py", > line 97, in __call__ > ret = super(NotifierCallback, self).__call__(*args, **kwargs) > File "/usr/lib/python2.5/site-packages/kaa/notifier/callback.py", > line 168, in __call__ > result = cb(*cb_args, **cb_kwargs) > File "/usr/lib/python2.5/site-packages/kaa/notifier/event.py", line > 191, in handle > handler(event) > File "/usr/lib/python2.5/site-packages/kaa/notifier/event.py", line > 145, in __call__ > super(EventHandler, self).__call__(event) > File "/usr/lib/python2.5/site-packages/kaa/notifier/nf_wrapper.py", > line 97, in __call__ > ret = super(NotifierCallback, self).__call__(*args, **kwargs) > File "/usr/lib/python2.5/site-packages/kaa/notifier/callback.py", > line 168, in __call__ > result = cb(*cb_args, **cb_kwargs) > File "/usr/lib/python2.5/site-packages/freevo/main.py", line 283, in > eventhandler > if not rc.app()(event): > File "/usr/lib/python2.5/site-packages/freevo/tv/plugins/ivtv_xine_tv.py", > line 429, in eventhandler > self.tuner.SetChannelByNumber(newinput_value) > File "/usr/lib/python2.5/site-packages/freevo/tv/plugins/ivtv_xine_tv.py", > line 633, in SetChannelByNumber > self.SetVideoGroup(channel) > File "/usr/lib/python2.5/site-packages/freevo/tv/plugins/ivtv_xine_tv.py", > line 659, in SetVideoGroup > new_vg = self.fc.getVideoGroup(channel, True) > File "/usr/lib/python2.5/site-packages/freevo/tv/channels.py", line > 106, in getVideoGroup > traceback.print_stack() > > > local_conf.py: > > XINE_TV_VO_DEV = "xv" > XINE_TV_AO_DEV = "alsa" > XINE_TV_INPUT_REAL_CHANNELS = True > XINE_TV_TIMESHIFT_FILEMASK = "/tmp/xine-buf-" > XINE_ARGS_DEF="--post='pp:quality=10;expand'"
It is not really an error from an exception but from the not finding the channel. Will you post the part of the log around this traceback and also your TV_CHANNELS from the local_conf.py? Duncan ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
