GitHub Updater and Error Messages
GitHub Updater now gives some feedback when the API responds with an error. What I’ve done is capture the HTTP error code and add that to an admin_head hook. I’ve also included some data if the error is the result of banging against GitHub API’s rate limit for unauthenticated accesses. Error Codes As these are … Read more