claabs / epicgames-freegames-node

Automatically login and find available free games the Epic Games Store. Sends you a prepopulated checkout link so you can complete the checkout after logging in. Supports multiple accounts, login sessions, and scheduled runs.
https://hub.docker.com/r/charlocharlie/epicgames-freegames
MIT License
1.37k stars 93 forks source link

Error: Error paginating catalog data PersistedQueryNotFound #230

Closed Ratomas closed 2 years ago

Ratomas commented 2 years ago

Recently updated to the latest docker image.

Error: Error paginating catalog data: {"errors":[{"message":"PersistedQueryNotFound","correlationId":"","serviceResponse":"{\"errorStatus\":500}","stack":null}]}

at Object.transform (/usr/app/src/free-games.ts:82:21) at paginateEach (/usr/app/node_modules/got/dist/source/create.js:180:45) at processTicksAndRejections (node:internal/process/task_queues:96:5) at AsyncGeneratorFunction.got.paginate.all (/usr/app/node_modules/got/dist/source/create.js:213:26) at FreeGames.getCatalogFreeGames (/usr/app/src/free-games.ts:67:19) at FreeGames.getAllFreeGames (/usr/app/src/free-games.ts:309:24) at redeemAccount (/usr/app/src/index.ts:27:20) at async Promise.all (index 0) at main (/usr/app/src/index.ts:67:5) }

claabs commented 2 years ago

Sorry, the build for the fix failed initially. It's running again now: https://github.com/claabs/epicgames-freegames-node/runs/5891916823?check_suite_focus=true

Ratomas commented 2 years ago

Verified as working