DenisCarriere / geocoder

:earth_asia: Python Geocoder
http://geocoder.readthedocs.org
MIT License
1.62k stars 286 forks source link

Error using the library #446

Open Magnarks opened 3 years ago

Magnarks commented 3 years ago

Hello, I am using Geocoder for an AI application, what happens is that when it ends it gives me this error:

Exception ignored on calling ctypes callback function: <function catch_errors..call_with_this at 0x000001984ECBDF70>

Traceback (most recent call last):

File "C:\Users\diego\AppData\Local\Programs\Python\Python39\lib\site-packages\comtypes_comobject.py", line 91, in call_with_this

File "C:\Users\diego\AppData\Local\Programs\Python\Python39\lib\logging__init__.py", line 1474, in error

File "C:\Users\diego\AppData\Local\Programs\Python\Python39\lib\logging__init__.py", line 1699, in isEnabledFor

TypeError: 'NoneType' object is not callable

This error only occurs when I import the Geocoder library.