question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cache service responded with 500

See original GitHub issue

I have constantly returned cache service respond with error 500 for one of my projects:

Run msys2/setup-msys2@v2
Restoring package cache...
  Error: getCacheEntry failed: Cache service responded with 500

Other projects with same github actions work fine!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
lazkacommented, Dec 18, 2021

Maybe we should be more forgiving in that case?

Is there an explicit way of filtering that error apart from string matching?

Not sure. Since even official actions failed and this was a real problem on GH’s end maybe we shouldn’t after all.

1reaction
chronoxorcommented, Dec 18, 2021

The issue was fixed on actions/cache side! The issue can be closed. But I think it’s good idea to continue somehow even if cache is not available.

Read more comments on GitHub >

github_iconTop Results From Across the Web

getCacheEntry failed: Cache service responded with 500 in ...
Description: setup-node fails with an error ; Action version: setup-node@v2 ; Platform: ; Runner type: ; Tools version: node 14 + 16 pnpm...
Read more >
getCacheEntry failed: Cache service responded with 503
It is because of the cache server not responding that includes internal server error or any other. You can use actions/cache@v3 instead of ......
Read more >
How to Fix a 500 Internal Server Error - Lifewire
The 500 Internal Server Error is a very general HTTP status code that means something has gone wrong on the website's server, but...
Read more >
How to Fix a 500 Internal Server Error on Your WordPress Site
The 500 Internal Server Error status code occurs when the server encounters an error that prevents it from fulfilling the request.
Read more >
500 Internal Server Error - HTTP - MDN Web Docs - Mozilla
The HyperText Transfer Protocol (HTTP) 500 Internal Server Error server error response code indicates that the server encountered an ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found