View Single Post
Old 04-25-2022, 04:57 PM   #7047
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,033
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ILB View Post
I get the following error on story https://www.fanfiction.net/s/14072096/1/

Spoiler:
calibre, version 5.41.0
ERROR: Unhandled exception: <b>TypeError</b>:'&lt;' not supported between instances of 'int' and 'NoneType'

calibre 5.41 [64bit] embedded-python: True is64bit: True
Windows-10-10.0.19041 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19041')
Python 3.8.5
Windows: ('10', '10.0.19041', '', 'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: Annotations (1, 17, 0) && Copy Cover To Device (2, 0, 4) && Count Pages (1, 11, 2) && EpubMerge (2, 13, 0) && FanFicFare (4, 11, 4) && Favourites Menu (1, 1, 0) && Find Duplicates (1, 9, 4) && Generate Cover (2, 1, 0) && Kindle Collections (1, 7, 29) && Manage Series (1, 3, 0) && Quick Preferences (1, 5, 0) && Reading List (1, 8, 0) && Similar Stories (1, 0, 58) && SmartEject (2, 4, 0) && User Category (1, 5, 5)
Traceback (most recent call last):
File "calibre\gui2\proceed.py", line 208, in do_ask_question
File "calibre_plugins.fanficfare_plugin.fff_plugin" , line 2146, in update_error_column
File "calibre_plugins.fanficfare_plugin.dialogs", line 639, in LoopProgressDialog
File "calibre_plugins.fanficfare_plugin.fff_plugin" , line 1887, in update_books_finish
File "calibre\db\view.py", line 393, in set_marked_ids
File "calibre\gui2\__init__.py", line 565, in __call__
File "calibre\gui2\library\views.py", line 950, in marked_changed
File "calibre\gui2\library\models.py", line 400, in refresh_rows
File "calibre\gui2\library\models.py", line 74, in group_numbers
TypeError: '<' not supported between instances of 'int' and 'NoneType'
I'm not able to duplicate.

That's the code that calls into calibre to marked updated books with db.set_marked_ids(marked_ids).

Considering the Calibre marking code just got a significant update, I suspect it's either a problem with that, or with how FFF calls it.

How many downloads/updates were you doing at the time?
JimmXinu is offline   Reply With Quote