test@education-x86-64 ~ $ /usr/bin/geolooc ipaddr --debug 2022-03-15 10:11:50,676:DEBUG:modules:2.0:modules.py:166:load_module Loaded module "ipapi" from /home/test/.local/share/weboob/modules/2.0/ipapi 2022-03-15 10:11:50,677:DEBUG:backend:2.0:modules.py:97:create_instance Created backend "ipapi" for module "ipapi" 2022-03-15 10:11:50,678:DEBUG:bcall:2.0:bcall.py:92:backend_process : Calling function > 2022-03-15 10:11:50,680:DEBUG:urllib3.util.retry:2.0:retry.py:333:from_int Converted retries value: 2 -> Retry(total=2, connect=None, read=None, redirect=None, status=None) 2022-03-15 10:11:50,680:DEBUG:urllib3.util.retry:2.0:retry.py:333:from_int Converted retries value: 2 -> Retry(total=2, connect=None, read=None, redirect=None, status=None) 2022-03-15 10:11:50,686:DEBUG:urllib3.connectionpool:2.0:connectionpool.py:227:_new_conn Starting new HTTP connection (1): ip-api.com:80 2022-03-15 10:11:50,800:DEBUG:urllib3.connectionpool:2.0:connectionpool.py:452:_make_request http://ip-api.com:80 "GET /json/ipaddr HTTP/1.1" 200 60 2022-03-15 10:11:50,802:DEBUG:bcall:2.0:bcall.py:98:backend_process : Called function > raised an error: Exception('IPAPI failure : invalid query') Bug(ipapi): IPAPI failure : invalid query (If --auto-update is passed on the command-line, new versions of the module will be checked automatically) Traceback (most recent call last): File "/usr/lib/python3/site-packages/weboob/core/bcall.py", line 94, in backend_process result = function(backend, *args, **kwargs) File "/usr/lib/python3/site-packages/weboob/tools/application/base.py", line 318, in _do_complete res = getattr(backend, function)(*args, **kwargs) File "/home/test/.local/share/weboob/modules/2.0/ipapi/module.py", line 44, in get_location raise Exception("IPAPI failure : %s" % jres["message"]) Exception: IPAPI failure : invalid query