Runpod return {'error': 'request does not exist'}

I'm using stable-diffusion-forge template. I have sent requests to runpod using /run endpoint and /status endpoint for retrieving the status. Everything work normally until today when im checking the error log, it shows {'error': 'request does not exist'} when sending the /status. I think the error above is from runpod webserver. Can anyone explain about this?
Solution:
If you use /runsync your request status expires in 60 seconds, and if you use /run, it expires in 30 minutes, so you need to retrieve the status before it expires. I also think you're confusing pods with serverless, because you don't use a stable-diffusion-forge template in severless, you are probably using some custom one.
Jump to solution
10 Replies
Solution
digigoblin
digigoblin2y ago
If you use /runsync your request status expires in 60 seconds, and if you use /run, it expires in 30 minutes, so you need to retrieve the status before it expires. I also think you're confusing pods with serverless, because you don't use a stable-diffusion-forge template in severless, you are probably using some custom one.
leduyson2603
leduyson2603OP2y ago
Yes, i'm using a custom one from ashleykleynhans but i dont think the problem is from forge. So when the request is expired, it will return above error? But i'm using the /run and try to retrieve the result immediately, weird
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
leduyson2603
leduyson2603OP2y ago
Yes, that what im doing now, everything working right but only one request return that error
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
leduyson2603
leduyson2603OP2y ago
Yes, everything is good now but i want to understand why it happened to handle that in the future
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
digigoblin
digigoblin2y ago
How are you sending and checking the request? If you're using postman, ensure the request id is correct.
leduyson2603
leduyson2603OP2y ago
Thanks, I'm using runpod sdk i dont thing the request id is wrong because every others request work normally
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?