Why does the raw file still show previous data? #46691
Replies: 37 comments 89 replies
-
Thanks for your question @burekasKodi I want to avoid repeating a step you've already tried. Before I proceed, please share the steps you've taken thus far. |
Beta Was this translation helpful? Give feedback.
-
Thanks for sharing more information @burekasKodi. I wonder if the old data is still due to caching issues. Can you use a unique query parameter to bypass the cache? As an example: By bypassing the cache, the client will be forced to retrieve the new version rather than the cached version. Please let me know what your thoughts are. |
Beta Was this translation helpful? Give feedback.
-
I have the same problem in my repository, the RAW links show the status from yesterday although it has been updated several times in the meantime. The parameter https://github.com/hagezi/dns-blocklists https://github.com/hagezi/dns-blocklists/blob/main/whitelist.txt https://raw.githubusercontent.com/hagezi/dns-blocklists/main/whitelist.txt?v=1 Missing last line in RAW ... |
Beta Was this translation helpful? Give feedback.
-
I'm having the same issue with this file: https://github.com/grantwinney/hide-comments-everywhere/blob/master/sites/version.json I've updated it several times, going back and forth between a couple values. The "raw" version of the file remains unchanged after 14 hours. I've checked on two separate devices, tried ctrl+shift+r to bypass any local cache, loaded the page in an incognito window, etc. What's weirder is that the other json file I updated in the first commit is showing an updated raw file. It's just this one that won't change. |
Beta Was this translation helpful? Give feedback.
-
Also happening with one (at least) of my repos. |
Beta Was this translation helpful? Give feedback.
-
I'm also having the same problem, it hasn't been reported yet on: |
Beta Was this translation helpful? Give feedback.
-
Mine finally updated about an hour ago. I haven't made any more changes to it though, to see if subsequent changes show up after a few minutes as they normally do. Edit: I made changes to the same files this evening, and after an hour only one of them has updated. |
Beta Was this translation helpful? Give feedback.
-
Thank you, everyone. @burekasKodi @grantwinney @GladistonXD @Aerowinder Please submit a Bug Report using this link, or if you feel it is specific to Git, you can find more information on reporting the bug to their mailing list from here. |
Beta Was this translation helpful? Give feedback.
-
For me, the Github "Cache" problems seem to be fixed. |
Beta Was this translation helpful? Give feedback.
-
@hagezi @2MuchC0ff33 |
Beta Was this translation helpful? Give feedback.
-
We hit the same issue |
Beta Was this translation helpful? Give feedback.
-
For me, the Github "Cache" problem is back ... |
Beta Was this translation helpful? Give feedback.
-
Same Issue here, The problem start from 7 FEB 2023 |
Beta Was this translation helpful? Give feedback.
-
This varies from repositories the default of "Cache-Control" is "max-age=300" repositories with a delay of up to 24h show 86400=24 hours, I don't know if this was a change in Github policy or if it is really a bug in the server. |
Beta Was this translation helpful? Give feedback.
-
I am facing the same issue now. Raw is pointing to older version. |
Beta Was this translation helpful? Give feedback.
-
This should be fixed now, thank you for reporting it. I've purged the cache so your raw files should be back to using |
Beta Was this translation helpful? Give feedback.
-
It's still happening to me (6h-old file), but I've found a workaround:
HTH |
Beta Was this translation helpful? Give feedback.
-
Has the issue been fixed? It seems like resolved for me. My updates went through in minutes |
Beta Was this translation helpful? Give feedback.
-
Hey folks, we're continuing to work with Fastly to make sure that our caches are properly cleared. I think that the majority of these cache problems should be resolved, but we are continuing to monitor to make sure that everything is properly cached. |
Beta Was this translation helpful? Give feedback.
-
The issue is back, it worked for a while, but now it doesn't work again for whatever reason. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have encountered the same issue. https://raw.githubusercontent.com/tadashi-aikawa/silhouette/master/manifest-beta.json returns the following. (as I expected) But https://raw.githubusercontent.com/tadashi-aikawa/silhouette/HEAD/manifest-beta.json returns the following. (too old) On the other hand, It returns correctly by Best regards. |
Beta Was this translation helpful? Give feedback.
-
I'm getting the same issue again with a recent commit of mine where the updated asset isn't showing up to new visitors: Slackadays/Clipboard@f1a0141 Would you mind purging the cache for mine too? |
Beta Was this translation helpful? Give feedback.
-
I found a way to get the latest with the raw URL. You will need your commit hash of the file version you want. Then simply use the following format: |
Beta Was this translation helpful? Give feedback.
-
Faced this issue many times recently. Adding |
Beta Was this translation helpful? Give feedback.
-
I am having the same problem, I've raised the ticket https://support.github.com/ticket/personal/0/2822358 |
Beta Was this translation helpful? Give feedback.
-
I'm facing this issue all the time in my new repo. It takes up to a minute or two for the raw file to properly update after pushing changes. |
Beta Was this translation helpful? Give feedback.
-
Also facing this issue. It would be great if |
Beta Was this translation helpful? Give feedback.
-
Same issue here. |
Beta Was this translation helpful? Give feedback.
-
Same issue - sometimes takes up to five minutes to update. |
Beta Was this translation helpful? Give feedback.
-
same issue. i was thinking it is my code issue so after spending hundred hours, found it is a cache issue :( |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
Hi,
I updated some files in my repository, and I need to get this updated data with the raw option.
But the data there still shows the old data, even few hours later.
What can be the reason for that?
How can I force it to be updated according the repo files?
Beta Was this translation helpful? Give feedback.
All reactions