Serverless request returns None from python client but web status says completed successfully
Hello, I have been baffled by this issue for weeks and im pulling my hair out.
I have a serverless endpoint that always comes back as None from the python runpod client with no error messages in the logs or from my inference script.
Yet the runpod.io metrics for my requests always show has completed.
The logs have no errors, but its clearly not finishing, as the last thing I see in the logs is "processed frame 205/750"
When I spin up a regular pod with the exact same image, then ssh into the pod and run the exact command I use in the entrypoint it works flawlessly.
I have no idea what i could be missing.
I have a serverless endpoint that always comes back as None from the python runpod client with no error messages in the logs or from my inference script.
Yet the runpod.io metrics for my requests always show has completed.
The logs have no errors, but its clearly not finishing, as the last thing I see in the logs is "processed frame 205/750"
When I spin up a regular pod with the exact same image, then ssh into the pod and run the exact command I use in the entrypoint it works flawlessly.
I have no idea what i could be missing.


