You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: Could not fetch Wikipedia data for ....: Expecting value: line 1 column 1 (char 0) [tippy.wiki] [tippy.wiki]
This happens because the output of requests.get(...) cannot be parsed by the json() method. In my case, this was due to a 403 (Forbidden). Maybe the API server has a rate limit for specific user-agents. Setting the user-agent helped.
It would be great if the user agent could be configured in conf.py.