Alan Murrell wrote:
> Hello,
>
> I now get a TV guide listing, however, whenI select a
> channel to view, Freevo crashes. Here is what the
> 'internal-main.log' has to say:
>
> -----
> Calling action "<function start_tv at 0x82a5654>"
> Crash!
> Traceback (most recent call last):
> File "main.py", line 414, in ?
> main_func()
> File "main.py", line 406, in main_func
> getcmd()
> File "main.py", line 284, in getcmd
> menuwidget.eventhandler(event)
> File "menu.py", line 211, in eventhandler
> action( arg=menu.selected.arg, menuw=self )
> File "tv.py", line 68, in start_tv
> tvapp.Play(mode, channel)
> File "mplayer_tv.py", line 153, in Play
> self.TunerSetChannel(tuner_channel)
> File "mplayer_tv.py", line 127, in TunerSetChannel
> for pos in range(len(config.TV_CHANNELS)):
> TypeError: len() of unsized object
> -----
>
> Sorry for constantly posting these; just not entirely
> sure what it means :-(
What is your TV_CHANNELS set to? It looks like it is 'None'.
/ Krister
|