-
Notifications
You must be signed in to change notification settings - Fork 116
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 broken since 4.4.1 #319
Comments
Thanks for the report. I'll move this to the log-importer repo. |
using |
could you maybe try to identify the line that let's the importer fail and paste it here, so we can try to reproduce that? |
The importer statement is
i get the error, if apache.log contains this line
if I replace
|
Guess that's because requests to static files like css are ignored by default. |
Any luck on this issue? We are seeing the same problem
|
Probably introduced by the encoding changes here #316 |
Thanks for the reply. Is there any possible workaround? Downgrade or revert this patch? |
Also fixes matomo-org#319 for me.
If you have queued tracking enabled, see pull request #324. That's what seems to have been causing the issue for me. |
Importing Apache Logfiles with import_logs.py doesn't work here since upgrade from matomo 4.3.1 to 4.4.1.
Error Message is
Expected Behavior
Current Behavior
Possible Solution
import_logs.py
omitting decoding of result makes it work again.
Steps to Reproduce (for Bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: