We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot return two loaned books to the library and attempting to open 'Showed loaned books' results in the following error
calibre, version 7.17.0 ERROR: Unhandled exception: TypeError:unsupported operand type(s) for +: 'NoneType' and 'str'
calibre 7.17 embedded-python: True Windows-10-10.0.19045-SP0 Windows ('64bit', 'WindowsPE') ('Windows', '10', '10.0.19045') Python 3.11.5 Windows: ('10', '10.0.19045', 'SP0', 'Multiprocessor Free') Interface language: None EXE path: C:\Program Files\Calibre2\calibre.exe Successfully initialized third party plugins: DeACSM (0, 0, 16) && DeDRM (7, 2, 1) && KePub Input (3, 6, 6) && KePub Metadata Reader (3, 4, 3) && KePub Metadata Writer (3, 4, 3) && KePub Output (3, 6, 11) && KindleUnpack - The Plugin (0, 83, 1) && Kobo Utilities (2, 17, 1) && KoboTouchExtended (3, 6, 11) Traceback (most recent call last): File "calibre_plugins.deacsm.config", line 1298, in show_rented_books File "calibre_plugins.deacsm.config", line 1321, in init File "calibre_plugins.deacsm.config", line 1398, in populate_list TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Windows
7.17
v0.016
No response
The text was updated successfully, but these errors were encountered:
This is a known issue with 0.0.16, can you try downloading the 0.1.0 beta? https://github.com/Leseratte10/acsm-calibre-plugin/actions/runs/10907951375/artifacts/1943945980
Sorry, something went wrong.
No branches or pull requests
Bug description
I cannot return two loaned books to the library and attempting to open 'Showed loaned books' results in the following error
calibre, version 7.17.0
ERROR: Unhandled exception: TypeError:unsupported operand type(s) for +: 'NoneType' and 'str'
calibre 7.17 embedded-python: True
Windows-10-10.0.19045-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19045')
Python 3.11.5
Windows: ('10', '10.0.19045', 'SP0', 'Multiprocessor Free')
Interface language: None
EXE path: C:\Program Files\Calibre2\calibre.exe
Successfully initialized third party plugins: DeACSM (0, 0, 16) && DeDRM (7, 2, 1) && KePub Input (3, 6, 6) && KePub Metadata Reader (3, 4, 3) && KePub Metadata Writer (3, 4, 3) && KePub Output (3, 6, 11) && KindleUnpack - The Plugin (0, 83, 1) && Kobo Utilities (2, 17, 1) && KoboTouchExtended (3, 6, 11)
Traceback (most recent call last):
File "calibre_plugins.deacsm.config", line 1298, in show_rented_books
File "calibre_plugins.deacsm.config", line 1321, in init
File "calibre_plugins.deacsm.config", line 1398, in populate_list
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Operating system
Windows
Which version of Calibre are you running?
7.17
Which version of the ACSM Input plugin are you running?
v0.016
Import type
No response
Further information
No response
The text was updated successfully, but these errors were encountered: