camo
camo copied to clipboard
Invalid upstream response (201)
This image doesn't show up because the server returns a 201:

201 is typical for POST or PUT requests, but I can't find anything that states it would be invalid as response to GET.
I think #77 should have fixed that and can't actually find the code for the error message in the sources, but I thought I'd report here since it seems to be related to camo.
camo forwards the status code it receives, see here. Possibly it's whatever GitHub places in front of it? Google doesn't return anything meaningful for that error message, either.