-
Notifications
You must be signed in to change notification settings - Fork 970
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
GamesClientStatusCodes.SNAPSHOT_CONTENTS_UNAVAILABLE status code returned when opening save backing #335
Comments
Can you share your game package name, please? |
In regards to the cases count, do you have the same stats but for number of affected users per day? |
The package name is com.concretesoftware.pbachallenge_androidmarket As for affected users per day: |
Thank you, @JoeyRosicka. |
Update on our end - still these same ~600 users who are getting SNAPSHOT_CONTENTS_UNAVAILABLE when attempting to retrieve their save snapshot. The documentation on this notes to "See the device logs for more details" and we have been able to take a look at some logcats, but we are not seeing anything related to the error. It's been tough to find any additional information on SNAPSHOT_CONTENTS_UNAVAILABLE. Are there any notable situations where this error occurs? |
@JoeyRosicka, thank you for the update.
We are investigating the issue on the Play Service side. |
@smile616 here is a logcat from one of the affected users - I'll grant access when I see a request. https://drive.google.com/drive/folders/1kM-LysGy4xL6jcKujJAELAcVCmZNPBXz?usp=sharing Also this is probably implied, but just in case I'll note that this is a high-priority issue for us since we have a lot of users unable to access their save data. Thanks for continuing to look into this. |
Thank you, @JoeyRosicka. Access request sent. |
@JoeyRosicka |
Thanks, very good to hear. |
It looks like the error rate has dramatically decreased since August 10th which appears to line up with when you reporting your change on the Play Services side. Now seeing 5-10 users affected per day rather than hundreds. |
Thank you, @JoeyRosicka, for the update. |
No problem @smile616. Please let me know if there's anything we can do to help get the error rate down to 0. |
Hi @JoeyRosicka, unfortunately, there is nothing can be done on your side. We expect that the error rate will reduce to 0 organically by mid September. |
Alright, thanks for the update. |
A description of the problem, and the behavior you expected instead.
Many of our users encounter a GamesClientStatusCodes.SNAPSHOT_CONTENTS_UNAVAILABLE status code when attempting to open their SnapshotsClient save backing on app startup. The expected behavior is for these users to be able to successfully open their save data.
A list of steps and/or a small snippet of sample code that can be taken to reproduce the problem in another app.
When this bug started happening, and the frequency it occurs.
The first case we saw was on July 10th, 2021 (a couple per day). We saw a surge of cases on July 23rd, 2021 (~200 per day), then a bigger surge on July 30th, 2021 (~1300 per day).
A description of any workarounds you have found.
None.
A log file with a stack trace of the problem. To learn how to use the Android logging system, see Reading and Writing Logs.
We are unable to reproduce this so are unable to provide logs.
The main thing we're looking for here is any details about the cause of a GamesClientStatusCodes.SNAPSHOT_CONTENTS_UNAVAILABLE status code and whether there's anything we can do on our end to try to resolve it. The timeframe of when this started appearing does not line up with any app updates or other changes on our end, so we're confused about what could have triggered the surge of these cases.
The text was updated successfully, but these errors were encountered: