I might have hit the same thing as @itsmir:
Code:
DEBUG: 0.0 ----------- _store_bookmarks - top of loop -----------
DEBUG: 0.0 _store_bookmarks - Current book: American Gods: The Tenth Anniversary Edition - Neil Gaiman
DEBUG: 0.0 _store_bookmarks - contentIds='['file:///mnt/onboard/Gaiman, Neil/American Gods_ The Tenth Anniversary Edition - Neil Gaiman.epub', '5a22ded1-b9be-4b07-aa45-07035abb7b63']'
DEBUG: 0.0 _store_bookmarks - contentId='file:///mnt/onboard/Gaiman, Neil/American Gods_ The Tenth Anniversary Edition - Neil Gaiman.epub'
DEBUG: 0.0 _store_bookmarks - device_status='None'
DEBUG: 0.0 _store_bookmarks - result='{'ChapterIDBookmarked': None, 'adobe_location': None, 'ReadStatus': 0, '___PercentRead': 0, 'Attribution': 'Neil Gaiman', 'DateLastRead': None, 'Title': 'American Gods: The Tenth Anniversary Edition', 'MimeType': 'application/epub+zip', 'Rating': None, 'ContentID': 'file:///mnt/onboard/Gaiman, Neil/American Gods_ The Tenth Anniversary Edition - Neil Gaiman.epub'}'
DEBUG: 0.0 _store_bookmarks - device_status is None
DEBUG: 0.0 _store_bookmarks - contentId='5a22ded1-b9be-4b07-aa45-07035abb7b63'
DEBUG: 0.0 _store_bookmarks - device_status='{'ChapterIDBookmarked': None, 'adobe_location': None, 'ReadStatus': 0, '___PercentRead': 0, 'Attribution': 'Neil Gaiman', 'DateLastRead': None, 'Title': 'American Gods: The Tenth Anniversary Edition', 'MimeType': 'application/epub+zip', 'Rating': None, 'ContentID': 'file:///mnt/onboard/Gaiman, Neil/American Gods_ The Tenth Anniversary Edition - Neil Gaiman.epub'}'
DEBUG: 0.0 _store_bookmarks - result='{'ChapterIDBookmarked': 'OEBPS/text/9780062109590_frontmatterpage01.xhtml#kobo.1.1', 'adobe_location': '5a22ded1-b9be-4b07-aa45-07035abb7b63', 'ReadStatus': 1, '___PercentRead': 0, 'Attribution': 'Neil Gaiman', 'DateLastRead': '2020-09-16T23:37:25Z', 'Title': 'American Gods: The Tenth Anniversary Edition', 'MimeType': 'application/x-kobo-epub+zip', 'Rating': None, 'ContentID': '5a22ded1-b9be-4b07-aa45-07035abb7b63'}'
DEBUG: 0.0 _store_bookmarks - result['DateLastRead'] is not None
DEBUG: 0.0 True
DEBUG: 0.0 True
DEBUG: 0.0 False
DEBUG: 0.0 _store_bookmarks - TypeError for: contentID='5a22ded1-b9be-4b07-aa45-07035abb7b63'
DEBUG: 0.0 _store_bookmarks - device_status='{'ChapterIDBookmarked': None, 'adobe_location': None, 'ReadStatus': 0, '___PercentRead': 0, 'Attribution': 'Neil Gaiman', 'DateLastRead': None, 'Title': 'American Gods: The Tenth Anniversary Edition', 'MimeType': 'application/epub+zip', 'Rating': None, 'ContentID': 'file:///mnt/onboard/Gaiman, Neil/American Gods_ The Tenth Anniversary Edition - Neil Gaiman.epub'}'
DEBUG: 0.0 _store_bookmarks - database result='{'ChapterIDBookmarked': 'OEBPS/text/9780062109590_frontmatterpage01.xhtml#kobo.1.1', 'adobe_location': '5a22ded1-b9be-4b07-aa45-07035abb7b63', 'ReadStatus': 1, '___PercentRead': 0, 'Attribution': 'Neil Gaiman', 'DateLastRead': '2020-09-16T23:37:25Z', 'Title': 'American Gods: The Tenth Anniversary Edition', 'MimeType': 'application/x-kobo-epub+zip', 'Rating': None, 'ContentID': '5a22ded1-b9be-4b07-aa45-07035abb7b63'}'
Traceback (most recent call last):
File "/usr/bin/calibre-parallel", line 23, in <module>
sys.exit(main())
File "/usr/lib64/calibre/calibre/utils/ipc/worker.py", line 216, in main
result = func(*args, **kwargs)
File "/usr/lib64/calibre/calibre/utils/ipc/worker.py", line 131, in arbitrary
return func(*args, **kwargs)
File "calibre_plugins.koboutilities.jobs", line 354, in do_store_locations_all
File "calibre_plugins.koboutilities.jobs", line 445, in _store_bookmarks
TypeError: '>' not supported between instances of 'str' and 'NoneType'