BlackHatMagic
RRunPod
•Created by BlackHatMagic on 5/28/2024 in #⚡|serverless
"Failed to return job results" and 400 bad request with known good code
I've been trying to get a serverless endpoint working with a Stable Diffusion script. When I test locally (or with the same hardware on pods) with
--rp_serve_api
or --test_input
, it works perfectly fine. I can also use the same functions in jupyter or a bare python script and it works as expected. But when I deploy the same code to serverless, I get (...) {"requestId": "(...)", "message": "Failed to return job results. | 400, message='Bad Request', url=URL('(...)')", "level": "ERROR"}
with no other information.4 replies