-
Notifications
You must be signed in to change notification settings - Fork 25
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
I can't seem to get it to work fully #45
Comments
Same here, we are unable to compute the crashfree ratio because the |
hmm, 🤔 maybe because only some apps have stats(answers) enabled? |
As far as I can see all our apps have the same configuration in Fabric 😞 . |
Hmm found maybe something different. I've got 2 accounts and one is member of a sub organisation of the other. And I've got the feeling it has to do with that somewhere. (Ill continue investigating for now) |
You were right, as of now it seems fabricio does not support users with multiple organization. You can see the culprit of the problem in the We are storing the id of the first organization and ignoring the rest, and then using this identifier to build all the organization-related URL requests. The fix is non-trivial because I've not found a mapping for "organization - app", so we will need to fetch the details of an app (given its identifier) and extract its organization from there. |
Cool, maybe I will find some time to research this. Another problem I've encountererd was that the top_issues is not working The actual error: |
I've tried to fix this issue in #46, feel free to check my solution! @spidfire @CognitiveDisson |
Hi, I've got some problems
The
total_sessions
function returns nothing and after a bit hacking did I find the response which is:{"message":"App required."}
crashes
seem to work correctand
top_issues
has an internal response of{"errors":[{"message":"Internal error"}]}
Do you have any clues where I did go wrong?
My script:
The text was updated successfully, but these errors were encountered: