-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
My library page shows no games #501
Labels
Comments
andrew-codes
added a commit
that referenced
this issue
Aug 17, 2024
Show games on the library page if game data exists. Log errors to console. ✅ Closes: #501
andrew-codes
changed the title
No games show up when graphql errors are found, despite there being game data returned
My library page shows no games
Aug 17, 2024
🎉 This issue has been resolved in version 5.2.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
andrew-codes
added a commit
that referenced
this issue
Aug 18, 2024
Ensure a game (`consolidated-game`` collection) always has at least one release. Also add indexes to collections. ✅ Closes: #501
andrew-codes
added a commit
that referenced
this issue
Aug 18, 2024
🎉 This issue has been resolved in version 6.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an error loading some games on the My library page which prevents all games from loading. Determine the root cause and fix. This error shows for approximately 4 or 5 games.
It appears that when the library syncs for the first time, there are some number of games that are added to the consolidated-games collection without a release ID. This causes a game to be created with no releases, which is not allowed given a game in the library is computed as one or more grouped releases.
The text was updated successfully, but these errors were encountered: