-
Notifications
You must be signed in to change notification settings - Fork 149
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
Missing File : Unexpected 404 Error : Used to Resolve, Now Missing #367
Comments
No idea what changed but this file now appears to be resolving again. |
Glad its working again. |
So once again I'm having troubles again with GAIA returning 404's for Files that I know should be there. The new missing file(404'ing) should be a png at: https://gaia.blockstack.org/hub/19D1FXF4BQmfgvreuYZ4qncLhSr2Hx4uuC/gaia-1647988098857.png Another missing file(404'ing) should be a gif at: https://gaia.blockstack.org/hub/1MzJdLMwQ66KZvtBAFKnESynKGthyt4sh1/gaia-1647245409819.gif |
unclear if you are the person to look into the servers logs, but @criadoperez I'm tagging you to bring this back to your attention since something seemingly is up with the host environments being periodically unavailable. |
@cryptocracy The only file that exists in this hub ( Do multiple users have access to this hub? Hiro hasn't deleted anything from it. |
@CharlieC3 To give more context on our UI/UX here: app: https://mia.derupt.io So the way this works is after auth, users can goto our form for creating a new Chime. Our app UX has 0 methods facilitated to manage files whats so ever, its literally just a upload and attach file uri value as a tx argument basically. (upon which later we get the gaia hub per name and app origin, then concat that hub url to the file name, then use that full public path as the src in our front end media elements by type) |
So to be extra clear here are the multiple missing files that do not make any sense from what I can tell: relative to user: relative to user: |
@cryptocracy Are you seeing this issue happen with files uploaded more recently? The one file that loads successfully (https://gaia.blockstack.org/hub/19D1FXF4BQmfgvreuYZ4qncLhSr2Hx4uuC/gaia-1647641797279.png) was uploaded on March 18th, and we don't keep logs that far back. I'm wondering if this was an underlying issue caused by the storage provider. Are you able to re-upload the files for now? I think our best chance at debugging this would have to come from a more recent case. |
@CharlieC3 Yes: The image is just a flyer graphic for announcing the recent in app competition for trying to incentivize users to create Chimes and get some initial Chimes content created. |
@cryptocracy Anything within the past 7 days? |
Makes me wonder if its worth creating a feature so any user can easily see his own logs on the gaia hub, to confirm the activity. |
Not yet, I've uploaded a new file https://gaia.blockstack.org/hub/19D1FXF4BQmfgvreuYZ4qncLhSr2Hx4uuC/gaia-1648859602303.png to see if it will reproduce. It should be noted that the
|
Describe the bug
File that was Stored now returns a 404. No explanation, no Update or Delete calls were ever made after the initial write.
The file size is 12.5 MB
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The file was previously resolvable, as it was the first file reference in the first Chime at served as an initial promo launch so to speak. At our app https://mia.derupt.io. (See next screenshot, of it being previously used as a src in video element, you can see the video is at 2 seconds into its 15 seconds)
Screenshots
Share your zonefile
zonefile: https://gaia.blockstack.org/hub/1J97mmBPXuv6p1EUX9EESiPnUNZXSVpETn/profile.json
Console log
Desktop (please complete the following information):
Additional context
I do have a bit of an aggressive scan that attempts to find files sometimes at the wrong gaia hub, but I'm positive this is the correct hub, I'm wondering if my aggressive scanning some how flagged this promo video as spam or something?
The text was updated successfully, but these errors were encountered: