2007-04-17, 12:14 AM
Are there public methods for reading and changing these? Right now I am going direct to the database but I find that causes locking errors somewhere in GBPVR at times (I suspect from the background thread populating the TVGuide).
I am catching unhandled exceptions in my plug-in and this is what it sees:
Jeff
I am catching unhandled exceptions in my plug-in and this is what it sees:
Code:
04/16/07 12:44:33:040 PM[2] Unhandled Exception = System.Data.SQLite.SQLiteException
04/16/07 12:44:33:040 PM[2] Message = The database file is locked
Unable to close due to unfinalised statements
04/16/07 12:44:33:040 PM[2] Source = System.Data.SQLite
04/16/07 12:44:33:040 PM[2] InnerException =
04/16/07 12:44:33:040 PM[2] StackTrace = at System.Data.SQLite.SQLite3.Close()
at System.Data.SQLite.SQLiteConnection.Close()
at System.Data.SQLite.SQLiteConnection.Dispose(Boolean disposing)
at System.Data.SQLite.SQLiteConnection.Finalize()
04/16/07 12:44:33:040 PM[2] TargetSite = Void Close()
04/16/07 12:44:33:040 PM[2] Data = System.Collections.ListDictionaryInternal
04/16/07 12:44:33:040 PM[2] FullText = System.Data.SQLite.SQLiteException: The database file is locked
Unable to close due to unfinalised statements
at System.Data.SQLite.SQLite3.Close()
at System.Data.SQLite.SQLiteConnection.Close()
at System.Data.SQLite.SQLiteConnection.Dispose(Boolean disposing)
at System.Data.SQLite.SQLiteConnection.Finalize()
Jeff