Code:
FFF: DEBUG: 2025-05-28 17:32:03,266: calibre_plugins.fanficfare_plugin.jobs(312): metadata newforanthology:
This is fine for 'not doing an anthology'--it would have True after if it was.
But that's not line 312 in the current jobs.py--it's line 320.
Which suggests your plugin zip file is out of date (from the current test version). Once in a blue moon we see evidence of plugin zip not updating or not updating
completely. I did double check that the posted zip is up to date.
'outfile' is the key used for the temp file name during download/update. The last change to jobs.py involved passing metadata collection failures through the BG process so they don't just disappear.
My best current guess is that the 'outfile' error could be a failure for that URL in the initial metadata collection hitting the older jobs.py??