Hi everyone!
Hi!
File "/usr/local/freevo/src/tv/channels.py", line 165, in tunerSetFreq
freq = tv.freq.CHANLIST[vg.tuner_chanlist][str(chan)]
exceptions.KeyError: 'U21'
BTW I recently fixed to give a better error and not crash when this happens.
What is going on is that there's no 'U21' at all in freq.py, if it really should be in one of those tables maybe somone can confirm that and you can send a patch. So, can you find the frequency for this and add it to a custom table in your config, like:
FREQUENCY_TABLE = {
'U21' : what the frequency is,
}Be careful of the units for the frequency number, I forget exactly what to use.
HTH, -Rob
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
