-
Notifications
You must be signed in to change notification settings - Fork 170
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
2.0rc2 - fetch-statistics error #1664
Comments
Just pushed a fix for this in dev/php8 |
This error is now showing. I have done a bit more debugging on this one and it seems if the statistics user is given the administrators role, then things sort of work (I need to remove a couple of the arrays added here on lines 3345 and 3356 due to a reference error). |
It's due to the service not returning certain data the the role you're running it under does not have access to. We're not fully checking the returned data for existence here. Not sure why duplication of roles isn't working but will check. |
I investigated in more detail and found some issues in how ACL is applied for the service, and how null values are handled when returned by the service. Just push changes to address all of this. Please try it when you can. |
Tested and working. Thank you |
When running fetch-statistics with caUtils using 2.0rc2 tag, getting the following error
Hidden server and authToken with ***
The text was updated successfully, but these errors were encountered: