Hi there,
Every time I use this logic for error handling it times out my schedule function. Anybody else have this problem? The code seems to run normally otherwise (up to the point at which the exception occurs). Am I missing something?
while True:
try:
do something
except:
pass