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
Support
General Support
recording tv just stopped :( HELP!!!
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="JJDoherty" data-source="post: 1077716" data-attributes="member: 142679"><p>Alright, I have looked further into this and this is what I can make of it:</p><p></p><p>The offending code, found in the TVController.cs file, is this:</p><p>[code] public void Fire(object sender, EventArgs args)</p><p> {</p><p> try</p><p> {</p><p> if (OnTvServerEvent != null)</p><p> {</p><p> OnTvServerEvent(sender, args);</p><p> }</p><p> }</p><p> catch (Exception ex)</p><p> {</p><p> Log.Write(ex);</p><p> }</p><p> }[/code]</p><p></p><p>However I'm not sure what the following line is calling:</p><p>[code]OnTvServerEvent(sender, args);[/code]</p><p></p><p>I believe that the ConflictsManager <em>events_OnTvServerEvent(object sender, EventArgs eventArgs)</em> method is possibly what is being called, although it doesn't makes sense because the ConflictsManager is not being loaded by the PluginLoader from what I can make out!</p><p></p><p>This is all the more strange when the method <em>StartRecordingNotification(recDetail) </em>seems to execute without issue prior to <em>RecordingStartedNotification(recDetail).</em></p><p></p><p>I know it may be difficult to offer an opinion based on the above description but any ideas or suggestions on how I might debug further would be welcomed.</p></blockquote><p></p>
[QUOTE="JJDoherty, post: 1077716, member: 142679"] Alright, I have looked further into this and this is what I can make of it: The offending code, found in the TVController.cs file, is this: [code] public void Fire(object sender, EventArgs args) { try { if (OnTvServerEvent != null) { OnTvServerEvent(sender, args); } } catch (Exception ex) { Log.Write(ex); } }[/code] However I'm not sure what the following line is calling: [code]OnTvServerEvent(sender, args);[/code] I believe that the ConflictsManager [I]events_OnTvServerEvent(object sender, EventArgs eventArgs)[/I] method is possibly what is being called, although it doesn't makes sense because the ConflictsManager is not being loaded by the PluginLoader from what I can make out! This is all the more strange when the method [I]StartRecordingNotification(recDetail) [/I]seems to execute without issue prior to [I]RecordingStartedNotification(recDetail).[/I] I know it may be difficult to offer an opinion based on the above description but any ideas or suggestions on how I might debug further would be welcomed. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
recording tv just stopped :( HELP!!!
Contact us
RSS
Top
Bottom