-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
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
[Bug] MaxMind_GeoIP_3_0 #564
Comments
Hello, i have the same bug. Did you find a solution ? |
Can you please give more context about Cortex version, if you use dockerize analyzers etc... |
The problem seems to be related with name/names fields for country, continent and city dicts because they can contain non utf 8 chars (like russian, french, chinese translations).
Output returned correctly:
A workaround for python2 can be something like this:
in this way, when non utf8 comes, it will shown as this:
We would support python3 only in official analyzer 😸 |
This is a python3 issue. I check upper workaround. It's work's but I need official fix. |
Should be fixed with 2.4.0, shebang has been updated with python3. Closing the issue. |
Describe the bug
MaxMind_GeoIP_3_0 analyzer don't work. When you try analize a some IP you receive error
"errorMessage": "Invalid IP address",
To Reproduce
Standard run analyzer by hive or create a job on cortex.
Expected behavior
Working
Complementary information
Work environment
Possible solutions
Don't know
Additional context
nOpe
The text was updated successfully, but these errors were encountered: