I want to know what are the reason of Crashing the bot while running continue.
Reason:-
:- Is bot generating some garbage object.
:- Continue reading some files
I want to know what are the reason of Crashing the bot while running continue.
Reason:-
:- Is bot generating some garbage object.
:- Continue reading some files
@pankajs3
That depends entirely on how it is crashing. You should be catching exceptions and using them to tell you what specifically is going wrong so that you can fix it.
@DanielMitchell
That is not exception. I have written all code in try block. That is Bot crashing problem