<e6709b1c-8181-4182-9926-595a38b7bc57@app.fastmail.com>
By submitting this manifest to <https://builds.sr.ht/submit>, an unhandled internal server error is returned: image: alpine/edge oauth: foo tasks: - noop: "true" I believe it has to do with the parsing of the `oauth` string, which breaks when it doesn't contain a `/`. This manifest is parsed successfully: image: alpine/edge oauth: "foo/bar" tasks: - noop: "true"
<5155dfd8-d798-41b6-aedf-f8b41d8d7ab4@bitfehler.net>
<e6709b1c-8181-4182-9926-595a38b7bc57@app.fastmail.com>
(view parent)
On 12/29/23 05:20, Noelle Leigh wrote: > By submitting this manifest to <https://builds.sr.ht/submit>, an > unhandled internal server error is returned: Thanks for pointing that out. I submitted a patch that fixes that (by properly displaying the error message): https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/48283 Cheers, Conrad
<29c4aa6c-6e96-4319-94a4-861359b5e17b@app.fastmail.com>
<5155dfd8-d798-41b6-aedf-f8b41d8d7ab4@bitfehler.net>
(view parent)
On Thu, Jan 4, 2024, at 4:55 AM, Conrad Hoffmann wrote: > Thanks for pointing that out. I submitted a patch that fixes that (by > properly displaying the error message): > > https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/48283 Thanks Conrad!