I have this code which produces a lot of errors which causes it to break out of the loop. These errors are due to coding issue in this code or because of remote server(s) issue. Is there anyway to restart the code block no matter what the error was. What i was thinking was a while loop inside a while loop but for some reason it is still breaking out of iteration.
while True:
while True:
[CODE BLOCK]
Could you please advise how a code block can be forced to restart iteration no matter the error. If there is anyway to skip any error and just move on.