R
RunPod•12mo 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
Jason
Jason•12mo ago
Actually maybe its a problem with the size of the input payload or big output data
No description
Jason
Jason•12mo ago
@swift How big is your input and output payload ?
swift
swiftOP•12mo ago
One should be about ten minutes or so to video size
Jason
Jason•12mo ago
I mean the size in Kb, Mb
swift
swiftOP•12mo ago
I found that when I was running, the code that didn't go to the handler reported the error
Jason
Jason•12mo ago
Oh? the code that didn't go to the handler? what is that
swift
swiftOP•12mo 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})😫
Jason
Jason•12mo ago
use print instead?
digigoblin
digigoblin•12mo 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

Did you find this page helpful?