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
WebService and Mobile Access
Graveyard
MPWebServices
check server status doesn't work
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="staticx" data-source="post: 599365" data-attributes="member: 89929"><p>thanks</p><p>from what I understand, I just need to copy those files to plugin's directory.</p><p>i did that and tv server status is now working!</p><p>BUT</p><p>when I click TV or Radio I get</p><p></p><p>[CODE]Server Error in '/' Application.</p><p>The column notify in table Program does not exist.</p><p>Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.</p><p></p><p>Exception Details: Gentle.Common.GentleException: The column notify in table Program does not exist.</p><p></p><p>Source Error:</p><p></p><p>Line 88: this.name = ch.DisplayName;</p><p>Line 89: this.isWebStream = ch.IsWebstream();</p><p>Line 90: epgNow = new WebShortProgram(ch.CurrentProgram);</p><p>Line 91: epgNext=new WebShortProgram(ch.NextProgram);</p><p>Line 92: }</p><p></p><p></p><p>Source File: c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\App_Code\Classes.cs Line: 90</p><p></p><p>Stack Trace:</p><p></p><p>[GentleException: The column notify in table Program does not exist.]</p><p> Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) +124</p><p> Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) +42</p><p> Gentle.Common.Check.Fail(Error error, Object[] args) +10</p><p> Gentle.Framework.GentleAnalyzer.UpdateObjectMap(ObjectMap map) +1849</p><p> Gentle.Framework.ObjectFactory.ConstructMap(PersistenceBroker broker, Type type) +1519</p><p> Gentle.Framework.ObjectFactory.GetMap(PersistenceBroker broker, Type type) +114</p><p> Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) +204</p><p> Gentle.Framework.SqlBuilder..ctor(StatementType stmtType, Type type) +13</p><p> TvDatabase.Channel.UpdateNowAndNext() in C:\KwasiDrive\Devel\Visual Studio 2005\Projects\Team MediaPortal\TvEngine3\TVLibrary\TVDatabase\Channel.cs:677</p><p> TvDatabase.Channel.get_CurrentProgram() in C:\KwasiDrive\Devel\Visual Studio 2005\Projects\Team MediaPortal\TvEngine3\TVLibrary\TVDatabase\Channel.cs:639</p><p> MediaPortal.TvServer.WebServices.Classes.WebMiniEPG..ctor(Channel ch) in c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\App_Code\Classes.cs:90</p><p> MediaPortal.TvServer.WebServices.ServiceInterface.GetTvMiniEPGForGroup(Int32 idGroup) in c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\App_Code\TvServiceWebServices.asmx.cs:230</p><p> Default.RefreshTv() in c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\Default.aspx.cs:182</p><p> Default.btnTv_Click(Object sender, EventArgs e) in c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\Default.aspx.cs:112</p><p> System.Web.UI.WebControls.Button.OnClick(EventArgs e) +78</p><p> System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +100</p><p> System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10</p><p> System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13</p><p> System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36</p><p> System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2863</p><p></p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="staticx, post: 599365, member: 89929"] thanks from what I understand, I just need to copy those files to plugin's directory. i did that and tv server status is now working! BUT when I click TV or Radio I get [CODE]Server Error in '/' Application. The column notify in table Program does not exist. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: Gentle.Common.GentleException: The column notify in table Program does not exist. Source Error: Line 88: this.name = ch.DisplayName; Line 89: this.isWebStream = ch.IsWebstream(); Line 90: epgNow = new WebShortProgram(ch.CurrentProgram); Line 91: epgNext=new WebShortProgram(ch.NextProgram); Line 92: } Source File: c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\App_Code\Classes.cs Line: 90 Stack Trace: [GentleException: The column notify in table Program does not exist.] Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) +124 Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) +42 Gentle.Common.Check.Fail(Error error, Object[] args) +10 Gentle.Framework.GentleAnalyzer.UpdateObjectMap(ObjectMap map) +1849 Gentle.Framework.ObjectFactory.ConstructMap(PersistenceBroker broker, Type type) +1519 Gentle.Framework.ObjectFactory.GetMap(PersistenceBroker broker, Type type) +114 Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) +204 Gentle.Framework.SqlBuilder..ctor(StatementType stmtType, Type type) +13 TvDatabase.Channel.UpdateNowAndNext() in C:\KwasiDrive\Devel\Visual Studio 2005\Projects\Team MediaPortal\TvEngine3\TVLibrary\TVDatabase\Channel.cs:677 TvDatabase.Channel.get_CurrentProgram() in C:\KwasiDrive\Devel\Visual Studio 2005\Projects\Team MediaPortal\TvEngine3\TVLibrary\TVDatabase\Channel.cs:639 MediaPortal.TvServer.WebServices.Classes.WebMiniEPG..ctor(Channel ch) in c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\App_Code\Classes.cs:90 MediaPortal.TvServer.WebServices.ServiceInterface.GetTvMiniEPGForGroup(Int32 idGroup) in c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\App_Code\TvServiceWebServices.asmx.cs:230 Default.RefreshTv() in c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\Default.aspx.cs:182 Default.btnTv_Click(Object sender, EventArgs e) in c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\Default.aspx.cs:112 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +78 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +100 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2863 [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
WebService and Mobile Access
Graveyard
MPWebServices
check server status doesn't work
Contact us
RSS
Top
Bottom