Reply to thread

Thanks for the advice.  I did try that though, and nothing happens.   Here's the snippet from the configuration log after trying to do that.  It really just looks like a database problem! 


2007-10-19 20:38:12.421875 [Info.][Config Main]: SQLiteClient: TVDatabaseV21.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table channel has no column named grabEpg query:insert into channel (idChannel, strChannel,iChannelNr ,frequency,iSort, bExternal, ExternalChannel,standard, Visible, Country, scrambled,grabEpg,epgHours,epgLastUpdate) values ( NULL, 'Composite', 250001, 0, 1, 1,'3', 0, 1, -1, 0,1,1,'10101000000' )

2007-10-19 20:38:12.437500 [ERROR][Config Main]: SQLiteClient: TVDatabaseV21.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table channel has no column named grabEpg query:insert into channel (idChannel, strChannel,iChannelNr ,frequency,iSort, bExternal, ExternalChannel,standard, Visible, Country, scrambled,grabEpg,epgHours,epgLastUpdate) values ( NULL, 'Composite', 250001, 0, 1, 1,'3', 0, 1, -1, 0,1,1,'10101000000' )

2007-10-19 20:38:12.437500 [Info.][Config Main]: TVDatabase exception sql:insert into channel (idChannel, strChannel,iChannelNr ,frequency,iSort, bExternal, ExternalChannel,standard, Visible, Country, scrambled,grabEpg,epgHours,epgLastUpdate) values ( NULL, 'Composite', 250001, 0, 1, 1,'3', 0, 1, -1, 0,1,1,'10101000000' ) err:confused:QLiteClient: TVDatabaseV21.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table channel has no column named grabEpg query:insert into channel (idChannel, strChannel,iChannelNr ,frequency,iSort, bExternal, ExternalChannel,standard, Visible, Country, scrambled,grabEpg,epgHours,epgLastUpdate) values ( NULL, 'Composite', 250001, 0, 1, 1,'3', 0, 1, -1, 0,1,1,'10101000000' ) stack:   at SQLite.NET.SQLiteClient.ThrowError(String statement, String sqlQuery, SqliteError err)

   at SQLite.NET.SQLiteClient.Execute(String query)

   at MediaPortal.TV.Database.TVDatabase.AddChannel(TVChannel channel)

2007-10-19 20:38:12.437500 [ERROR][Config Main]: TVDatabase exception sql:insert into channel (idChannel, strChannel,iChannelNr ,frequency,iSort, bExternal, ExternalChannel,standard, Visible, Country, scrambled,grabEpg,epgHours,epgLastUpdate) values ( NULL, 'Composite', 250001, 0, 1, 1,'3', 0, 1, -1, 0,1,1,'10101000000' ) err:confused:QLiteClient: TVDatabaseV21.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table channel has no column named grabEpg query:insert into channel (idChannel, strChannel,iChannelNr ,frequency,iSort, bExternal, ExternalChannel,standard, Visible, Country, scrambled,grabEpg,epgHours,epgLastUpdate) values ( NULL, 'Composite', 250001, 0, 1, 1,'3', 0, 1, -1, 0,1,1,'10101000000' ) stack:   at SQLite.NET.SQLiteClient.ThrowError(String statement, String sqlQuery, SqliteError err)

   at SQLite.NET.SQLiteClient.Execute(String query)

   at MediaPortal.TV.Database.TVDatabase.AddChannel(TVChannel channel)

2007-10-19 20:38:12.437500 [Info.][Config Main]: opening tvdatabase

2007-10-19 20:38:12.703125 [Info.][Config Main]: tvdatabase opened


Top Bottom