[Solved] getCacheEntry failed: Cache service responded with 503

Github Mohit Mozumder

Problem:

I am trying to check the lint on the gitubaction. Then i got this error

getcacheentry-failed-cache-service-responded-with-503


Solution:

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 the automatic cache by python using cache: 'pip' because the action/cache does the same but only gives warning on the server error


Thank you for reading the article. If you face any problem feel free to contact with us.