Not sure what to make of this. If anyone else can offer advise, please jump in.
Hi natrlhy,
You are getting an exception trying to parse a string to a number.
You can tell where to look here:
Code:
at DirecTV.TunerPlugin.TunerPlugin.OnThreadMessage(GUIMessage message)
I downloaded the "DirecTV_new_09082006.zip" and that looks like it
is in TunerPlugin.cs about line 59
Code:
channelNumber = Convert.ToInt32(message.Label);
Putting the code in a try{} catch{} block will prevent the exception
and adding a log output in the catch{} you could write out the
message.Label string to see what it is and why it is causing an error.
spachti, is the external channel set correctly in the MP configuration?
HTH,
patrick