Library Breeder (She/Her)
Posts: 1,278
Karma: 1937891
Join Date: Apr 2015
Location: Fullerton, California
Device: Paperwhite 2015 (2), PW 2024 (12 GEN), PW 2023 (11 GEN), Scribe (1st)
|
Hi there,
Not sure if this has come up before:
calibre, version 3.40.1
ERROR: Unhandled exception: <b>TypeError</b>:QPushButton(): arguments did not match any overloaded call:
overload 1: too many arguments
overload 2: argument 2 has unexpected type 'unicode'
overload 3: argument 1 has unexpected type 'NoneType'
calibre 3.40.1 [64bit] embedded-python: True is64bit: True
Windows-7-6.1.7601-SP1 Windows ('64bit', 'WindowsPE')
('Windows', '7', '6.1.7601')
Python 2.7.15+
Windows: ('7', '6.1.7601', 'SP1', u'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: DeDRM (6, 5, 3) && frating (2, 2, 0) && Kindle hi-res covers (0, 4, 0) && Fantastic Fiction Adults (1, 1, 0) && GetFileName (0, 2, 13) && Find Duplicates (1, 6, 3) && EpubCheck (0, 1, 6) && Generate Cover (1, 5, 21) && Diaps Editing Toolbag (0, 3, 5) && Extract ISBN (1, 4, 4) && View Manager (1, 4, 3) && Search The Internet (1, 7, 6) && Beam Ebooks (1, 0, 0) && Count Pages (1, 8, 2) && Modify ePub (1, 3, 13) && Amazon.com Multiple Countries (1, 0, 0) && Goodreads Sync (1, 12, 1) && User Category (1, 5, 3) && Goodreads (1, 4, 0) && EpubMerge (2, 5, 0) && Job Spy (1, 0, 148) && Goodreads_Rating (0, 2, 6) && Barnes & Noble (1, 2, 15) && English Noun Frequency (1, 0, 9) && FictionDB (1, 1, 0) && Public_gr (1, 0, 0) && Overdrive Link (2, 32, 0) && DOC Input (1, 0, 1) && Fantastic Fiction (1, 3, 0) && Import List (1, 3, 0) && CalibreSpy (1, 0, 69) && Save Composite Custom Columns (1, 1, 0) && EpubSplit (2, 6, 0) && Quality Check (1, 9, 11) && Overdrive Link* (2, 32, 0)
Traceback (most recent call last):
File "calibre_plugins.calibrespy.ui", line 71, in normal_read_only
File "calibre_plugins.calibrespy.ui", line 102, in run_calibrespy_from_gui
File "calibre_plugins.calibrespy.calibrespy_dialog" , line 312, in __init__
File "calibre_plugins.calibrespy.calibrespy_dialog" , line 4301, in create_bottom_widgets
TypeError: QPushButton(): arguments did not match any overloaded call:
overload 1: too many arguments
overload 2: argument 2 has unexpected type 'unicode'
overload 3: argument 1 has unexpected type 'NoneType'
I got this initially with a library with a large amount of columns and data, but then I tried it with a very plain library. Still got this callback. It happened with I selected the plugin without choosing whether or not it was going to be read-only or strictly read only, just selecting the plugin and hitting the dropdown. Also, I noticed that many times when I do select a read-only or otherwise the plugin will cause Calibre to close.
I was trying to use it to see if a library had a book in it that was missing from the current library I was in. I normally just open up my file manager and look in the folders directly, but the title of the book was the same in a series of books where the last word was different, but since it was a long title I couldn't see it in the folders. I planned on just looking in the other libraries. I was importing a list at the time so leaving the library to check wasn't an option.
Thanks!
|