home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
new plugin for changing channels (DirecTV w/serial port)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="patrick" data-source="post: 109512" data-attributes="member: 12502"><p>Hi natrlhy,</p><p></p><p>You are getting an exception trying to parse a string to a number.</p><p></p><p>You can tell where to look here:</p><p>[code]</p><p>at DirecTV.TunerPlugin.TunerPlugin.OnThreadMessage(GUIMessage message)</p><p>[/code]</p><p></p><p>I downloaded the "DirecTV_new_09082006.zip" and that looks like it </p><p>is in TunerPlugin.cs about line 59 </p><p>[code]</p><p>channelNumber = Convert.ToInt32(message.Label);</p><p>[/code]</p><p></p><p>Putting the code in a try{} catch{} block will prevent the exception</p><p>and adding a log output in the catch{} you could write out the </p><p>message.Label string to see what it is and why it is causing an error.</p><p></p><p>spachti, is the external channel set correctly in the MP configuration?</p><p></p><p></p><p>HTH,</p><p>patrick</p></blockquote><p></p>
[QUOTE="patrick, post: 109512, member: 12502"] 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) [/code] 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); [/code] 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 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
new plugin for changing channels (DirecTV w/serial port)
Contact us
RSS
Top
Bottom