Hi, I want to share an issue that just resolved right now.
Until last week FanFicFare worked fine but today I opened calibre and I noticed the icon in the main toolbar didn't show.
I searched in the toolbar configuration, uninstalled, reinstalled, and nothing worked. I can't even use activate/deactivate o customize buttons in preference-->Plugins.
I restarted in debug mode and get the log.
Code:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests_toolbelt/_compat.py", line 48, in <module>
from requests.packages.urllib3.contrib import appengine as gaecontrib
ImportError: cannot import name 'appengine' from 'requests.packages.urllib3.contrib' (/home/USER/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py)
.
.
.
CONTINUES UNTIL LINE 74
I searched the first lines and ended in:
https://stackoverflow.com/questions/...packages-urlli
And the answer
https://stackoverflow.com/a/76438881 works for my problem.
Code:
pip install --upgrade twine requests-toolbelt
I uninstall and reinstall again and now works again. Even my personal.ini is fine (Now I know is stored in the library database)
I post this here because after the fix I searched this issue in this thread and I didn't get any result.
However I located a similar issue in the github page (
https://github.com/JimmXinu/FanFicFare/issues/1079) but I don't have account there so I wrote here.
I hope that was useful.