Closed aahnik closed 4 years ago
bot got hanged...
Why is the timeout restriction of 10 s not working? no, that should not happen as I have code to handle that
stdout, stderr = proc.communicate(timeout=10)
is output too long ?? But I have
if len(returned_val) > 2000: returned_val = returned_val[:2000] returned_val += '\n\n 😟 Output was too long, truncated to 2000 characters'
Investigate the cause of the problem.
I now discovered that if the exponential is too large, it times out, but if it is not too large, it gets hanged
bot got hanged...
Why is the timeout restriction of 10 s not working? no, that should not happen as I have code to handle that
is output too long ?? But I have
Investigate the cause of the problem.