View Single Post
Old 08-31-2023, 12:52 AM   #79
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,135
Karma: 77213683
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
New bug in the latest stable version: I have two books with two 100% entries that can't be deleted. This results in them to appear as rereading (x1). These are books that I finished in the version before.

Spoiler:
Code:
    "8276": {
      "authors": [
        "Marjorie Wilkins Campbell"
      ],
      "date": {
        "__class__": "datetime.datetime",
        "__value__": "2023-08-29T06:49:55+00:00"
      },
      "genre": "Canada, History",
      "last_year_pages": 0,
      "page_count": 176,
      "read_pages": 176,
      "records": {
        "2": {
          "date": {
            "__class__": "datetime.datetime",
            "__value__": "2023-08-28T00:53:20+00:00"
          },
          "read_pages": 146,
          "status": 83
        },
        "3": {
          "date": {
            "__class__": "datetime.datetime",
            "__value__": "2023-08-28T11:55:16.687177+00:00"
          },
          "read_pages": 162,
          "status": 92
        },
        "5": {
          "date": {
            "__class__": "datetime.datetime",
            "__value__": "2023-08-29T06:49:55.789943+00:00"
          },
          "read_pages": 176,
          "status": 100
        },
        "6": {
          "date": {
            "__class__": "datetime.datetime",
            "__value__": "2023-08-29T06:49:55+00:00"
          },
          "read_pages": 176,
          "status": 100
        }
      },
      "reread_count": 1,
      "shelf": "Rereading",
      "status": 100,
      "title": "The Nor'westers",
      "title_sort": "Nor'westers, The"
    },


I think this may be caused by my 'mark as read/abandoned' Action Chain:

Click image for larger version

Name:	2023-08-31 02_00_19-Add actions.png
Views:	371
Size:	38.3 KB
ID:	203463

I did notice some duplicate entries - my 'set percent read' chain also changes #lastread and #percentread. It hasn't happened in this release though. (I deleted a few - I think that's why 1 and 4 are missing from the records in the json.)

Last edited by ownedbycats; 08-31-2023 at 06:00 AM.
ownedbycats is online now   Reply With Quote