-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Invalid URL
on GitHub repo file count badge
#7124
Comments
TypeError: Invalid URL
on GitHub repo file count badge
Example https://img.shields.io/github/directory-file-count/badges/shields Having deployed #6914 and kept an eye on it for a bit, the only thing that seems to have unexpected broken so far is the GitHub repo file count badge. This is really odd because none of the github badges should be using node-fetch at all. They should all still be using request: shields/services/github/github-auth-service.js Lines 5 to 14 in b209f5c
shields/core/base-service/base.js Line 448 in b209f5c
Also I can't reproduce this failure locally. Its only happening in production. I guess somehow we're registering that one service with sendAndCacheRequest rather than sendAndCacheRequestWithCallbacks in prod but not dev. I can't see how though 🤔
|
I feel like something funky has been going on with this badge for a while, and whatever we're seeing here probably bears some relation to the behavior we observed in #5967 |
I'd forgotten about that issue - well remembered. |
Sentry Issue: SHIELDS-6Q
The text was updated successfully, but these errors were encountered: