https://raw.githubusercontent.com sends back a 404 HTTP code #53538
Replies: 9 comments 2 replies
-
Maybe, GitHub has some spam protection in place. I think, these days, the behavior changed again. I have troubles with |
Beta Was this translation helpful? Give feedback.
-
Having a similar problem with https://raw.githubusercontent.com/VictoriaMetrics/VictoriaMetrics/refs/tags/v1.114.0/LICENSE |
Beta Was this translation helpful? Give feedback.
-
I have this error intermittently: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Same for https://github.com/bufbuild/protovalidate/blob/main/proto/protovalidate/buf/validate/validate.proto - failing all our builds because of this. |
Beta Was this translation helpful? Give feedback.
-
Started getting this today on https://raw.githubusercontent.com/react-native-community/rn-diff-purge/refs/heads/master/RELEASES which broke https://react-native-community.github.io/upgrade-helper/?from=0.74.6&to=0.79.5 (which I've been using fine this last week) Seems to apply to other files in the repo too: https://raw.githubusercontent.com/react-native-community/rn-diff-purge/release/0.79.5/RnDiffApp/android/gradlew.bat |
Beta Was this translation helpful? Give feedback.
-
Another example here, this file exists in the repo: Seems like it's working in some repositories, and not in others. But seems repository-wide when it's happening |
Beta Was this translation helpful? Give feedback.
-
Same issue here at Apollo GraphQL. Tagged github hosted file: 404 when clicking through to the raw file: A tagged raw file which is being served...but pointing to the wrong file: ⬆️ Note that in there, instead of that being We're actually seeing that same behaviour with a lot of our deploys. 📆 If timestamps are useful, this started being reported at Apollo around |
Beta Was this translation helpful? Give feedback.
-
For those who end up here: aquaproj/aqua#4068 (comment) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Hello,
I've been witnessing a weird behavior with raw.githubusercontent, where some URLs sends back a 404 code, although content is available. I had the 404 with both wget and browser. Navigating back through the GUI from the repository root to the file seemed to "refresh" the raw.githubusercontent link, but wget is still inconsistent.
Here is the link in question :
https://raw.githubusercontent.com/t0pd4wn/loco.sh/gh-main/profiles/full/dotfiles/.p10k.zsh
Kind regards,
Beta Was this translation helpful? Give feedback.
All reactions