We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: