Enthusiast
Posts: 25
Karma: 140
Join Date: Jul 2022
Device: none
|
Hi, since my upgrade to Calibre 6 I'm getting an error message when trying to export a cover or import one. Is that a compatibility error with the new calibre version or is somenthing else wrong?
Export Error:
calibre, version 6.0.0
ERROR: Unhandled exception: <b>AttributeError</b>:type object 'QFileDialog' has no attribute 'AnyFile'
calibre 6.0 embedded-python: True
Windows-10-10.0.19044 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19044')
Python 3.10.1
Windows: ('10', '10.0.19044', '', 'Multiprocessor Free')
Interface language: en_GB
Successfully initialized third party plugins: DeDRM (7, 2, 1) && Count Pages (1, 11, 2) && EpubMerge (2, 13, 0) && EpubSplit (3, 3, 0) && FanFicFare (4, 14, 0) && Favourites Menu (1, 1, 0) && Generate Cover (2, 1, 0) && Job Spy (1, 0, 191) && Quality Check (1, 12, 0) && Reading List (1, 11, 0)
Traceback (most recent call last):
File "calibre_plugins.generate_cover.dialogs", line 672, in export_setting
File "calibre_plugins.generate_cover.dialogs", line 726, in pick_archive_name_to_export
AttributeError: type object 'QFileDialog' has no attribute 'AnyFile'
Import Error:
calibre, version 6.0.0
ERROR: Unhandled exception: <b>TypeError</b>:join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
calibre 6.0 embedded-python: True
Windows-10-10.0.19044 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19044')
Python 3.10.1
Windows: ('10', '10.0.19044', '', 'Multiprocessor Free')
Interface language: en_GB
Successfully initialized third party plugins: DeDRM (7, 2, 1) && Count Pages (1, 11, 2) && EpubMerge (2, 13, 0) && EpubSplit (3, 3, 0) && FanFicFare (4, 14, 0) && Favourites Menu (1, 1, 0) && Generate Cover (2, 1, 0) && Job Spy (1, 0, 191) && Quality Check (1, 12, 0) && Reading List (1, 11, 0)
Traceback (most recent call last):
File "calibre_plugins.generate_cover.dialogs", line 640, in import_setting
File "calibre_plugins.generate_cover.dialogs", line 851, in confirm_add_image
File "ntpath.py", line 117, in join
File "genericpath.py", line 152, in _check_arg_types
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
|