Quote:
Originally Posted by davidfor
@Sonofrobot, @jwilker: That's really annoying. I was actually fixing a related problem, but, actually made it worse. Or at least more likely to be seen.
The problem is that one for the columns that you have configured does not actually exist. And, in one case, appears to have been set to an empty string. Interestingly, both seem to have the "Current reading location" missing and @jwilker also has the "Last Read" column missing. But, that two columns are missing makes me wonder if I have missed something.
Could you both run calibre in debug mode and send me the logs. That should verify if I am correct. Also, could you copy the configuration? To do this, go to the "Other" tab of the configuration dialog and press the "View library preferences" button. In the dialog that is displayed, copy the text and send that to me. This will look like what @ownedbycats has posted.
Post the log, or upload them somewhere and PM me the link if you prefer. I'll be looking at fixing this, but, would like to see the logs to make sure I haven't missed something.
|
Here is my configuration:
{
"SchemaVersion": 0.1,
"profiles": {
"Default": {
"customColumnOptions": {
"currentReadingLocationColumn": "#currentloc",
"lastReadColumn": "#lastread",
"percentReadColumn": "#percentread",
"ratingColumn": "rating"
},
"forDevice": "77d1d753-a2fb-4215-95c7-d25b9d579ee1",
"profileName": "Default",
"storeOptionsStore": {
"doNotStoreIfReopened": true,
"promptToStore": true,
"storeIfMoreRecent": true,
"storeOnConnect": true
},
"updateOptionsStore": {
"doEarlyFirmwareUpdate": false,
"doFirmwareUpdateCheck": false,
"firmwareUpdateCheckLastTime": 0
}
}
},
"readingPositionChangesStore": {
"selectBooksInLibrary": false,
"updeateGoodreadsProgress": true
}
}
I recently added the last read and current reading location columbns as they were empty and thought it might be causing the error. Haven't checked if it fixed it or not yet.