mwheelerjr / mptvseries

Automatically exported from code.google.com/p/mptvseries
0 stars 0 forks source link

SQLite queries still done in config after database is already closed #581

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open config via pluginconfigloader
2. Close it

Result:

Mediaportal.log file shows following:

2011-05-13 02:03:15.157474 [Info.][(1)]: using sqlite 3.6.6.1
2011-05-13 02:03:25.172674 [Info.][(2)]: SQLiteClient: Closing database: 
TVSeriesDatabase4.db3
2011-05-13 02:03:25.188274 [Info.][(2)]: SQLiteClient:  
cmd:sqlite3_prepare16:pvm=null err:MISUSE detailed:out of memory query:update 
options set value = '897' where property = 'configSizeWidth'

MP-TVSeries.log file has this:

00000001 - 5/13/2011 2:03:16 AM - Successfully retrieved 23 languages from 
online
00000002 - 5/13/2011 2:03:25 AM - Cleaning up cached, generated Logos
00000002 - 5/13/2011 2:03:25 AM - Commit failed on this command: <update 
options set value = '897' where property = 'configSizeWidth'> (SQLiteClient:  
cmd:sqlite3_prepare16:pvm=null err:MISUSE detailed:out of memory query:update 
options set value = '897' where property = 'configSizeWidth').

Original issue reported on code.google.com by RoChess....@gmail.com on 13 May 2011 at 4:47

GoogleCodeExporter commented 9 years ago
Fixed in r1879.

Original comment by damien.haynes@gmail.com on 7 Nov 2011 at 3:06