View Single Post
Old 08-15-2024, 02:35 PM   #491
sandrilea
Member
sandrilea began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Aug 2024
Location: Germany
Device: Pocketbook Touch Lux 3
Thank you for this plugin. It's really awesome! I just found it about two weeks ago and want to keep reading so I can enter more data .

If I go to the Genre view in edit reading goal and click on the date column in order to sort by date I get the following error:

Code:
calibre, version 7.16.0
FEHLER: Unbehandelter Ausnahmefehler: <b>TypeError</b>:'&lt;' not supported between instances of 'QDateTime' and 'NoneType'

calibre 7.16  embedded-python: True
Linux-5.15.0-116-generic-x86_64-with-glibc2.38 Linux ('64bit', 'ELF')
('Linux', '5.15.0-116-generic', '#126-Ubuntu SMP Mon Jul 1 10:14:24 UTC 2024')
Python 3.11.5
Interface language: de
EXE path: /app/lib/calibre/bin/calibre
Traceback (most recent call last):
  File "calibre_plugins.Reading_Goal.main", line 3337, in __lt__
    return first < second
           ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'QDateTime' and 'NoneType'
In shelf view there is no problem sorting by date.

Thank you for your great work!
sandrilea is offline   Reply With Quote