actions / cache

Cache dependencies and build outputs in GitHub Actions
MIT License
4.49k stars 1.2k forks source link

Failed to restore: getCacheEntry failed: Cache service responded with 500 #1383

Closed aialok closed 5 months ago

aialok commented 5 months ago

Hi, I am trying to cache my Rust dependencies. However, I don't know why I am getting a 500 Internal Server Error. Is the error on my side due to using some wrong parameters or from the actions/cache side?

I tried checking out the error on GitHub discussions and Stack Overflow, but those issues were very old and not fruitful.

Here's my workflow: Workflow Link

Here is a screenshot of the error: Error Screenshot

Thank You : )

norrisjeremy commented 5 months ago

It's not an issue with your workflow: Github Actions cache is broken, but nobody at Github seems to care. See #1384 as well.

therealharpaljadeja commented 5 months ago

Glad I found this, same issue.

bweber commented 5 months ago

Seeing same issue this morning. 500 errors trying to load/save cache entries.

norrisjeremy commented 5 months ago

FYI, Github support finally responded to my support ticket and has reported this has been resolved.

aialok commented 5 months ago

FYI, Github support finally responded to my support ticket and has reported this has been resolved.

Thank you @norrisjeremy ! It's working fine now : )