-
Notifications
You must be signed in to change notification settings - Fork 147
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
Failed to download release artifact: 404 Not Found in Patch #1271
Comments
We should definitely give a better error. It appears that the release in question does not exist on our servers, even though we think it should. https://console.shorebird.dev/apps/3f5268bd-acea-44f3-9e41-cf3f4766f3c3 (I can't click the link, but you should be able to) should be a link to the apps page where you can see what releases our servers do know about. |
This might go away with #1382 |
Hi, getting the following on android, worked on ios ❯ shorebird patch android -v ❯ shorebird doctor ✓ Shorebird is up-to-date (0.8s) |
Just got another report of this on Discord https://discord.com/channels/1030243211995791380/1125516353370075306/1163843314580193493 |
I think these DB logs might be related – there seem to be a bunch of cases where think an artifact already exists for a given architecture https://console.cloud.google.com/logs/query;query=resource.type%3D%22alloydb.googleapis.com%2FInstance%22%0Aseverity%3DWARNING%20OR%20severity%3DERROR%20severity%3E%3DDEFAULT;cursorTimestamp=2023-10-17T12:17:26.623142Z;duration=P7D?project=code-push-prod |
The user experiencing this issue says that they ran the release command several times before it successfully completed, so my theory is that a release artifact entry existed in the DB with no artifact having been successfully uploaded. Checking the code now to see how that might happen – I could've sworn we only created the DB entries after successfully uploading the artifacts… |
Error Log -
The text was updated successfully, but these errors were encountered: