free vo wrote:
Hi, I.m trying to get my pvr250 to work with Freevo but I get this error when I want to start a program from the TV Guide section....

Check to make sure the tuner_id part of it is indeed a string, ie:


FREQUENCY_TABLE = {
    '6'   :    55250,
}

And not:

FREQUENCY_TABLE = {
    6   :    55250,
}

File "/usr/lib/python2.3/site-packages/freevo/tv/v4l2.py", line 194, in setchannel
freq = self.chanlist[str(channel)]
KeyError: '6'

If that's not the problem check your TV_CHANNELS and make sure the tunerid part (3rd field I think) is also a string ('').


-Rob


------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to