randhash
RRunPod
•Created by Bell Chen on 2/19/2024 in #⚡|serverless
"Failed to return job results. | 400, message='Bad Request', url=URL('https://api.runpod.ai/v2/gg3lo
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?
6 replies
RRunPod
•Created by Bell Chen on 2/19/2024 in #⚡|serverless
"Failed to return job results. | 400, message='Bad Request', url=URL('https://api.runpod.ai/v2/gg3lo
I'm getting the same error even if I explicitly convert the output to a string
6 replies
RRunPod
•Created by Bell Chen on 2/19/2024 in #⚡|serverless
"Failed to return job results. | 400, message='Bad Request', url=URL('https://api.runpod.ai/v2/gg3lo
The RunPod SDK used to support a dict, but the latest versions only support a string.Isn't the output serialized to JSON within the output handler here: https://github.com/runpod/runpod-python/blob/main/runpod/serverless/modules/rp_http.py#L45
6 replies