I am trying to execute a function that takes around 40 seconds to execute. But after 30 seconds I get an error: Operation timed out after 30000 milliseconds with 0 bytes received with status code 0\nError Code: 0
I have set the timeout limit to be 200 seconds
Summary
Title: [SOLVED] Timeout error when running functions despite setting a timeout limit
Summary: The user is experiencing a timeout error after 30 seconds of running a function, despite setting a timeout limit of 200 seconds. They are using threading, which makes logging and debugging difficult. They are seeking an alternative solution.
Solution: The user has found a solution and provides a link to a resource on Discord.
Vishant Batta
Rank 1: Thread
Nov 8, 2023, 17:07
Getting timeout while executing functions despite defining timeout.
Vishant Batta
Rank 1: Thread
Nov 9, 2023, 10:06
I am using threading as of now, which makes logging and debugging quite difficult. Is there any other way to resolve this?