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
Unable to record TV show from schedule - Episodes not showing up
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="AMD" data-source="post: 894134" data-attributes="member: 117091"><p>Hi,</p><p> </p><p>I was having this problem and really couldn't figure out what was going on. I prepared a log to post here and see if anyone could help me. Before posting I opened up the error.log file and finally figured out what was going on. I am posting here to help anyone getting the same kind of problem in the future.</p><p> </p><p>When I was trying to choose a TV show in the schedule to record it (go in the schedule, right click on the TV show, select Record) the next screen that shows the list of upcoming episodes and in which I normally select Advanced Record and choose the option needed was not displaying the episodes.</p><p> </p><p>This is what I found in the log file :</p><p>2012-08-25 08:47:05.864795 [ERROR][MPMain(1)]: TVProgramInfo: Error in Update() - Error: StatementErrorUnclassified</p><p>Gentle.Common.GentleException: select idCanceledSchedule, idSchedule, idChannel, cancelDateTime from CanceledSchedule where idSchedule = ?idSchedule; ---> MySql.Data.MySqlClient.MySqlException: Table 'canceledschedule' is marked as crashed and should be repaired</p><p> </p><p>This is where being a computer engineer and Google helped.</p><p> </p><p>To solve the problem, open up a MySQL client (I use Toad for MySQL).</p><p>Go into the Team MediaPortal database schema.</p><p>Use the REPAIR TABLE statement. Here it would be : REPAIR TABLE CanceledSchedule</p><p>The statement will return a Status OK on the last row.</p><p>When it is done, commit the change.</p><p> </p><p>Now all is working well. So really this is a MySQL problem. The computer must have crashed and the database got corrupted.</p></blockquote><p></p>
[QUOTE="AMD, post: 894134, member: 117091"] Hi, I was having this problem and really couldn't figure out what was going on. I prepared a log to post here and see if anyone could help me. Before posting I opened up the error.log file and finally figured out what was going on. I am posting here to help anyone getting the same kind of problem in the future. When I was trying to choose a TV show in the schedule to record it (go in the schedule, right click on the TV show, select Record) the next screen that shows the list of upcoming episodes and in which I normally select Advanced Record and choose the option needed was not displaying the episodes. This is what I found in the log file : 2012-08-25 08:47:05.864795 [ERROR][MPMain(1)]: TVProgramInfo: Error in Update() - Error: StatementErrorUnclassified Gentle.Common.GentleException: select idCanceledSchedule, idSchedule, idChannel, cancelDateTime from CanceledSchedule where idSchedule = ?idSchedule; ---> MySql.Data.MySqlClient.MySqlException: Table 'canceledschedule' is marked as crashed and should be repaired This is where being a computer engineer and Google helped. To solve the problem, open up a MySQL client (I use Toad for MySQL). Go into the Team MediaPortal database schema. Use the REPAIR TABLE statement. Here it would be : REPAIR TABLE CanceledSchedule The statement will return a Status OK on the last row. When it is done, commit the change. Now all is working well. So really this is a MySQL problem. The computer must have crashed and the database got corrupted. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
Unable to record TV show from schedule - Episodes not showing up
Contact us
RSS
Top
Bottom