Evan Hisey wrote:
>  That fixed that one. Now I am getting a very interesting error between
>> tvtime, the tv guide, the station.xml and TV_CHANNEL. When I get it
>> narrowed down a bit I'll post the details.

Hi Evan,

There was an outstanding patch for this that was not committed to svn as
I was waiting for some feed-back. I've committed this and a big patch
from Adam so this may be fixed.

Thanks for the testing
Duncan

>>
>> Evan
>>
> the following error has take teh place of the orginal error I was
> looking in too.
> 
> I get this one using Tvtime:
> 2009-04-28 17:54:03,747 INFO     record_client.py (90): record server is down
> 2009-04-28 17:54:03,748 DEBUG    channels.py (89):
> getVideoGroup(chan='I11069.labs.zap2it.com', isplayer=True,
> chan_index=0)
> 2009-04-28 17:54:03,757 DEBUG    channels.py (89):
> getVideoGroup(chan='7', isplayer=True, chan_index=2)
> Traceback (most recent call last):
>   File "/root/freevo-test/lib/python2.5/site-packages/freevo/main.py",
> line 306, in eventhandler
>     app.eventhandler(event)
>   File "/root/freevo-test/lib/python2.5/site-packages/freevo/menu.py",
> line 779, in eventhandler
>     if not isinstance(menu, Menu) and menu.eventhandler(event):
>   File "/root/freevo-test/lib/python2.5/site-packages/freevo/tv/tvguide.py",
> line 229, in eventhandler
>     pi.actions()[0][0](menuw=self.menuw)
>   File 
> "/root/freevo-test/lib/python2.5/site-packages/freevo/tv/programitem.py",
> line 172, in play
>     self.parent.player('tv', self.prog.channel_id)
>   File "/root/freevo-test/lib/python2.5/site-packages/freevo/tv/tvmenu.py",
> line 82, in start_tv
>     p.Play(mode, tuner_id)
>   File 
> "/root/freevo-test/lib/python2.5/site-packages/freevo/tv/plugins/tvtime.py",
> line 393, in Play
>     vg = self.current_vg = self.fc.getVideoGroup(tuner_channel, True)
>   File "/root/freevo-test/lib/python2.5/site-packages/freevo/tv/channels.py",
> line 125, in getVideoGroup
>     return config.TV_VIDEO_GROUPS[group]
> IndexError: list index out of range
> 
> 
> I get this one using Mplayer:
> 
> 2009-04-28 23:22:35,484 INFO     record_client.py (90): record server is down
> 2009-04-28 23:22:35,485 DEBUG    channels.py (89):
> getVideoGroup(chan='I11069.labs.zap2it.com', isplayer=True,
> chan_index=0)
> 2009-04-28 23:22:35,494 DEBUG    channels.py (89):
> getVideoGroup(chan='7', isplayer=True, chan_index=2)
> Traceback (most recent call last):
>   File "/root/freevo-test/lib/python2.5/site-packages/freevo/main.py",
> line 306, in eventhandler
>     app.eventhandler(event)
>   File "/root/freevo-test/lib/python2.5/site-packages/freevo/menu.py",
> line 779, in eventhandler
>     if not isinstance(menu, Menu) and menu.eventhandler(event):
>   File "/root/freevo-test/lib/python2.5/site-packages/freevo/tv/tvguide.py",
> line 229, in eventhandler
>     pi.actions()[0][0](menuw=self.menuw)
>   File 
> "/root/freevo-test/lib/python2.5/site-packages/freevo/tv/programitem.py",
> line 172, in play
>     self.parent.player('tv', self.prog.channel_id)
>   File "/root/freevo-test/lib/python2.5/site-packages/freevo/tv/tvmenu.py",
> line 82, in start_tv
>     p.Play(mode, tuner_id)
>   File 
> "/root/freevo-test/lib/python2.5/site-packages/freevo/tv/plugins/mplayer.py",
> line 83, in Play
>     vg = self.current_vg = self.fc.getVideoGroup(tuner_channel, True)
>   File "/root/freevo-test/lib/python2.5/site-packages/freevo/tv/channels.py",
> line 125, in getVideoGroup
>     return config.TV_VIDEO_GROUPS[group]
> IndexError: list index out of range
> 
> In both case freevo crashes.
> 
> Currently I do not have anything in set for TV_CHANNELS.
> 
> Evan
> 
> ------------------------------------------------------------------------------
> Register Now & Save for Velocity, the Web Performance & Operations 
> Conference from O'Reilly Media. Velocity features a full day of 
> expert-led, hands-on workshops and two days of sessions from industry 
> leaders in dedicated Performance & Operations tracks. Use code vel09scf 
> and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
> _______________________________________________
> Freevo-devel mailing list
> Freevo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-devel
> 


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to