R
RunPod•2mo ago
swift

Failed to return job results

Does any brother know what this mistake is? Failed to return job results. | 400, message='Bad Request', url=URL('https://api.runpod.ai/v2/nbv9wne1ci0jzc/job-done/7mt8j2tdv4qv9o/b6b6cb8d-010f-44f2-9fb8?gpu=NVIDIA+RTX+A4500&is Stream=false
9 Replies
nerdylive
nerdylive•2mo ago
Actually maybe its a problem with the size of the input payload or big output data
No description
nerdylive
nerdylive•2mo ago
@swift How big is your input and output payload ?
swift
swift•2mo ago
One should be about ten minutes or so to video size
nerdylive
nerdylive•2mo ago
I mean the size in Kb, Mb
swift
swift•2mo ago
I found that when I was running, the code that didn't go to the handler reported the error
nerdylive
nerdylive•2mo ago
Oh? the code that didn't go to the handler? what is that
swift
swift•2mo ago
These two lines of code are in handler.py, but the first line of code is not even logged out. logging.info('Start initialization') runpod.serverless.start({"handler": handler})😫
nerdylive
nerdylive•2mo ago
use print instead?
digigoblin
digigoblin•2mo ago
Logs are dropped if they are too verbose so doesn't matter if you use the logger or print, the effect is the same