#"Failed to return job results. | 400, message='Bad Request', url=URL('https://api.runpod.ai/v2/gg3lo

1 messages · Page 1 of 1 (latest)

ember ice
little bough
#

This kind of thing usually happens when your worker throws an exception or you return an error and pass a dict to the error key insteasd of a string. The RunPod SDK used to support a dict, but the latest versions only support a string. It also tends to result in your job status being COMPLETED without returning any output.

rose sable
#

I'm getting the same error even if I explicitly convert the output to a string

#

After some more debugging, the error seems to be related to the size of the payload, but I can't find any information on a maximum size for streamed outputs in the documentation. Is there are fixed limit?