You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone!
I'm not a python3 expert, but on my Ubuntu 18.04, the script works only with the following change:
Line 1030 of 'matomo_import_logs.py' file:
From: self.counterRobotsList = json.loads(response.read())
To : self.counterRobotsList = json.loads(response.read().decode())
Thanks and have a good day.
The text was updated successfully, but these errors were encountered:
Hello everyone!
I'm not a python3 expert, but on my Ubuntu 18.04, the script works only with the following change:
Line 1030 of 'matomo_import_logs.py' file:
Thanks and have a good day.
The text was updated successfully, but these errors were encountered: