Having issues after updating to Calibre 6 today. After trying to upload a book, get the following error:
Quote:
calibre, version 6.0.0
ERROR: Unhandled exception: <b>AttributeError</b>:type object 'QNetworkReply' has no attribute 'AuthenticationRequiredError'
calibre 6.0 embedded-python: True
Linux-5.4.0-121-generic-x86_64-with-glibc2.31 Linux ('64bit', 'ELF')
('Linux', '5.4.0-121-generic', '#137-Ubuntu SMP Wed Jun 15 13:33:07 UTC 2022')
Python 3.10.1
Traceback (most recent call last):
File "calibre_plugins.bookfusion.check_worker", line 67, in finish_fetch_limits
if error == QNetworkReply.AuthenticationRequiredError:
AttributeError: type object 'QNetworkReply' has no attribute 'AuthenticationRequiredError'
|