-
Notifications
You must be signed in to change notification settings - Fork 118
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
import_logs.py doesn't support Unicode characters with json format #16
Comments
This is a bug in nginx, |
Found a workaround: #120 will merge momentarily. |
Fixes #16, convert hex escapes in malformed JSON to unicode escapes to workaround nginx bug.
I'm working with iOS apps and sometimes their names have special characters and when this apps make requests to my server, the import_log.py script fails to parse this lines. This only happens when using nginx_json format.
Here's an example:
Check that user_agent has a special character and that the script fails when parsing this lines.
Thanks
Migrated from matomo-org/matomo#5013
The text was updated successfully, but these errors were encountered: