#[SOLVED] Getting timeout while executing functions despite defining timeout.

1 messages · Page 1 of 1 (latest)

dull pelican
#

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

#

Getting timeout while executing functions despite defining timeout.

dull pelican
#

I am using threading as of now, which makes logging and debugging quite difficult. Is there any other way to resolve this?

#

NVM got it