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
I started from scratch, did a full sync from playnite and my games list was successfully displayed on the web UI.
A few days later, after a partial sync, nothing was displayed anymore because of the following error:
2025/01/03 16:12:05 stderr }
2025/01/03 16:12:05 stderr extensions: [Object: null prototype] {}
2025/01/03 16:12:05 stderr locations: [ { line: 10, column: 5 } ],
2025/01/03 16:12:05 stderr path: [ 'games', 1416, 'releases' ],
2025/01/03 16:12:05 stderr at completeValue (file:///opt/playnite-web-app/node_modules/@graphql-tools/executor/esm/execution/execute.js:439:16) {
2025/01/03 16:12:05 stderr at completeListValue (file:///opt/playnite-web-app/node_modules/@graphql-tools/executor/esm/execution/execute.js:554:13)
2025/01/03 16:12:05 stderr at completeListItemValue (file:///opt/playnite-web-app/node_modules/@graphql-tools/executor/esm/execution/execute.js:573:29)
2025/01/03 16:12:05 stderr at completeValue (file:///opt/playnite-web-app/node_modules/@graphql-tools/executor/esm/execution/execute.js:427:27)
2025/01/03 16:12:05 stderr at completeValue (file:///opt/playnite-web-app/node_modules/@graphql-tools/executor/esm/execution/execute.js:453:16)
2025/01/03 16:12:05 stderr at completeObjectValue (file:///opt/playnite-web-app/node_modules/@graphql-tools/executor/esm/execution/execute.js:685:12)
2025/01/03 16:12:05 stderr at collectAndExecuteSubfields (file:///opt/playnite-web-app/node_modules/@graphql-tools/executor/esm/execution/execute.js:695:23)
2025/01/03 16:12:05 stderr at executeFields (file:///opt/playnite-web-app/node_modules/@graphql-tools/executor/esm/execution/execute.js:266:28)
2025/01/03 16:12:05 stderr at executeField (file:///opt/playnite-web-app/node_modules/@graphql-tools/executor/esm/execution/execute.js:318:24)
2025/01/03 16:12:05 stderr at Object.releases (file:///opt/playnite-web-app/src/server/graphql/modules/game/resolvers/Game.js:14:26)
2025/01/03 16:12:05 stderr �[31mERR�[0m TypeError: Cannot read properties of undefined (reading 'map')
In MongoDB, 3 new entries were added in the "game" collection, but they look more like "Releases" rather than "Games":
Hi,
I started from scratch, did a full sync from playnite and my games list was successfully displayed on the web UI.
A few days later, after a partial sync, nothing was displayed anymore because of the following error:
In MongoDB, 3 new entries were added in the "game" collection, but they look more like "Releases" rather than "Games":
If I remove these entries, my games are displayed properly.
The text was updated successfully, but these errors were encountered: