bookshelf-action icon indicating copy to clipboard operation
bookshelf-action copied to clipboard

New book GitHub Action failure: Response code 429 (Too Many Requests)

Open ciwchris opened this issue 5 months ago • 3 comments

On August 24th when I created a new GitHub issue to begin reading a book the "Bookshelf Action: New Issue " Action worked. When I created new GitHub issues for two other books on August 25th and 29th both "Bookshelf Action: New Issue " Actions resulted in the response back of "I couldn't find details about this book using the Google Books API." When looking at the log of the GitHub Action I see the error:

HTTPError: Response code 429 (Too Many Requests) at Request. (/home/runner/work/_actions/AnandChowdhary/bookshelf-action/HEAD/node_modules/got/dist/source/as-promise/index.js:118:1) at processTicksAndRejections (node:internal/process/task_queues:95:5) { code: 'ERR_NON_2XX_3XX_RESPONSE',

When I closed these issues after reading the books the "Bookshelf Action: Close Issue" Action ran but not the "pages-build-deployment" Action. I imagine this is related to the first issue.

ciwchris avatar Aug 31 '24 20:08 ciwchris