-
Notifications
You must be signed in to change notification settings - Fork 59
[BUG]: createOrUpdateFileContents results in error 504 #702
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
Comments
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with |
I'm also seeing a 502 error: Uploading file pr2998-firmware-2.2.16.0792274.zip (first time) 22PUT /repos/meshtastic/artifacts/contents/pr2998-firmware-2.2.16.0792274.zip - 502 in 12451ms 23Error: Server Error |
Can you share a code snippet demonstratimg the issue? |
@wolfy1339 Sure. So we're seeing this while using https://github.com/gavv/pull-request-artifacts and an example CI run is at https://github.com/meshtastic/firmware/actions/runs/7185520403/job/19573992603#step:13:24 That code is at https://github.com/gavv/pull-request-artifacts/blob/main/src/main.ts#L147
|
What happened?
Using the createOrUpdateFileContents in a the pull-request-artifacts action is failing to upload, and returning a 504 error, and the message "Error: We couldn't respond to your request in time. Sorry about that. Please try resubmitting your request and contact us if the problem persists."
Versions
plugin-rest-endpoint-methods 10.1.2
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: