I have returned to version 1.8.5 and when I touch the icon I get a warning that the date of the year is invalid.
In the configuration folder there are two json files.
Quote:
"When you say it was deleted, was your JSON file missing or blank? Did it happen immediately after you performed the upgrade?"
|
It didn't seem to reflect the yearly records I had previously uploaded.
Quote:
And just out of curiosity, are you using the new backup plugin?
|
Yes
Quote:
Do you keep your database file open in a program like 'Notepad++' during the backup?
|
If you see the data file it contains this:
Code:
"reread_count": -1,
"series": "Joona Linna [7]",
"shelf": "Reading",
"status": 50,
"title": "Lazarus",
"title_sort": "Lazarus"
},
"9343": {
"authors": [
"Lars Kepler"
],
"challenges": [
"Annual"
],
"date": {
"__class__": "datetime.datetime",
"__value__": "2024-11-29T08:00:00+00:00"
},
"genre": "Undefined",
"last_year_pages": 0,
"page_count": 559,
"read_pages": 559,
"records": {
"0": {
"date": null,
"read_pages": 0,
"status": 0
},
"1": {
"date": null,
"read_pages": 280,
status: 50
},
"2": {
"date": {
"__class__": "datetime.datetime",
"__value__": "2024-11-29T08:00:00+00:00"
},
"read_pages": 559,
status: 100
}
No