View Single Post
Old 07-31-2024, 05:46 AM   #9791
johansolo
Hero for hire
johansolo began at the beginning.
 
johansolo's Avatar
 
Posts: 9
Karma: 10
Join Date: Aug 2009
Location: Sol-3
Device: KOReader (in a Kobo Clara HD)
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.
johansolo is offline   Reply With Quote