Quote:
Originally Posted by Jager956
I am trying to download from SOL with calibre 7.19 and FFF plugin 4.38, but I always get now:
module 'fanficfare.adapters.base_adapter' has no attribute 'get_url_search'
With previous versions it was working fine, so configuration should be OK, just with this latest update of Calibre and FFF?
|
Probably this same problem with OS packaged Calibre conflicting with pypi installed FanFicFare.
Quote:
Originally Posted by JimmXinu
I assume you are using Calibre installed from a Fedora repo of some sort. Which has been modified to use python and dependencies installed on the system. The official Calibre download has it's own versions of python and dependencies bundled in precisely because of this sort of issue.
I am reasonably confident installing the official release of Calibre instead would correct this.
Another option would be to not install FFF CLI and install call the FFF plugin as CLI:
calibre-debug --run-plugin FanFicFare -- --help
It's mostly identical to FFF CLI from pypi except for using your personal.ini from either the library specified by new arg --library-path or your last used library (if I recall correctly, it's late). It does not automatically add or update to the library like the GUI plugin does.
|