Failed to fetch version info for xxx/xxx.
See original GitHub issueHi @jsdelivr developers:
I’m using cdn of jsdelivr recently, but encountered some problems. When I open this link: https://cdn.jsdelivr.net/gh/pexcn/daily@gh-pages/pac/, the following error will be reported:
Failed to fetch version info for pexcn/daily.
Its target file is this: https://github.com/pexcn/daily/tree/gh-pages/pac How should this problem be solved?
Thanks.
Issue Analytics
- State:
- Created 3 years ago
- Comments:22 (10 by maintainers)
Top Results From Across the Web
error Failed to fetch diff for react-native@x.x.x Maybe it's not ...
I am trying to upgrade from react-native 0.59.4 to 0.60.6 but I am getting below messages: info Fetching diff between v0.59.4 and v0.60.6......
Read more >NCC check failure with "ERR : Failed to fetch NIC list on ...
Solution: The issue is fixed in NCC-3.10.0. Upgrade NCC to the latest version to resolve this issue.
Read more >unable to fetch the code from github to node (self -hosted)
This looks like the extraheader config value is set globally in the git config on that agent. Try running: git config --global --unset-all...
Read more >Troubleshoot Smart Licensing on Catalyst Platforms - Cisco
Scenario #6: Failure Reason "Missing Id cert serial number field; Missing signing cert serial number field; Signed data and certificate does not match"...
Read more >gitlab-runner with the shell executor sometimes fails to fetch ...
I had the same issue with gitlab-runner version 13.2.2. Analysis. Some more details. at the end of pipeline 2, the repo is on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Why is this closed? The issue still persists and seems to get worse. Icons, mostly svg across multiple production projects are missing. This seems to be rather random as different resources are missing on different days.
Ideally we wouldn’t use a version to always access the latest version of master but this doesn’t seem to be working at all these days.
The issue came back this morning as we’re again seeing a huge spike in
/gh/
traffic, which causes issues when fetching new files form GitHub in some cases. We’ve made some improvements to our analytics now that should make it easier to distinguish between regular users and spam/abuse and make this better. A long-term solution to this problem will be in development in the next months.Note that this issue mostly affects
@branch
links, as they are only cached for a short time by the CDN and need to be updated from GitHub frequently. If you use@release
links, after the first successful fetch they are stored on our servers permanently and do not need to be checked again with GitHub.EDIT: Also,
@commitHash
links don’t have this issue at all since they are static.