Hm, when using single-field edit to put a file-path into 'formats,' I get this error
Code:
calibre, version 5.35.0
ERROR: Unhandled exception: <b>NameError</b>:name 'cover_path' is not defined
calibre 5.35* [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: DeACSM (0, 0, 15) && DeDRM (7, 2, 1) && Action Chains (1, 16, 0) && Barnes & Noble (1, 2, 16) && Calibre Power Search Plugin (2, 1, 1) && Comments Cleaner (1, 6, 1) && Count Pages (1, 11, 2) && Embed Comic Metadata (1, 6, 1) && EpubCheck (0, 2, 4) && EpubMerge (2, 12, 0) && Extract ISBN (1, 5, 0) && FanFicFare (4, 9, 0) && Fantastic Fiction (1, 5, 1) && Favourites Menu (1, 1, 0) && Find Duplicates (1, 9, 2) && Generate Cover (2, 1, 0) && GetFileName (0, 1, 1) && Goodreads (1, 5, 3) && Import List (1, 8, 1) && Job Spy (1, 0, 190) && Kindle hi-res covers (0, 5, 0) && Kobo Books (1, 8, 3) && Kobo Utilities (2, 15, 1) && KoboTouchExtended (3, 5, 4) && Last Modified (0, 8, 1) && Manage Series (1, 3, 0) && Modify ePub (1, 7, 0) && Obok DeDRM (7, 2, 1) && Open With (1, 5, 13) && Overdrive Link (2, 50, 0) && Quality Check (1, 12, 0) && Reading List (1, 8, 0) && Search The Internet (1, 8, 1) && SmartEject (2, 4, 0) && Standard Ebooks (1, 0, 0) && Sum Column (0, 3, 1) && View Manager (1, 7, 0) && Walk Search History (1, 3, 2) && Overdrive Link* (2, 50, 0)
Traceback (most recent call last):
File "calibre_plugins.action_chains.action", line 455, in run_chain
File "calibre_plugins.action_chains.chains", line 390, in run
File "calibre_plugins.action_chains.chains", line 205, in _run_loop
File "calibre_plugins.action_chains.chains", line 182, in _run_loop
File "calibre_plugins.action_chains.actions.single_field", line 398, in run
File "calibre_plugins.action_chains.actions.single_field", line 147, in template_to_field
NameError: name 'cover_path' is not defined
I tried all of these:
Code:
D:\Documents\Miscellany\paperbook.paperbook
Code:
"D:\Documents\Miscellany\paperbook.paperbook"
Code:
program: "D:\Documents\Miscellany\paperbook.paperbook"
same error for them all. Any idea what's happening?