System Exception The request was aborted: The request was canceled

Hello community

I have been getting this error The request was aborted: The request was canceled. It has occured many times i don’t know why.

My program basically runs for 12- 13 hours straight. It involves gsuite activities and just downloads any new file updated on the google drive. It is in a forever while loop which repeats every 3 minutes.

Why is this error showing. It occurs randomly sometimes after an hour and sometimes after 4-5 hours.

Any help would be greatly appreciated. Thanks

@Aditya_Kumar3

It would be great if you provide the exact screenshot of the issue

Is this the issue from the activity or from the UiPath Assistant?

Thanks

@Srini84 But i am not running it from the assistant. The project is not even published on orchestrator.

Hello Aditya Kumar
It has been a while I hope you resolved it. Currently I am facing the exact same exception. My exception is thrown by the HTTP Request activity. I reckon this happens because my robot is trying to upload a big file (260+ mb excel file) through a SOAP WEBservice. I am currently looking for solutions I thought this could help you pinpoint your problem if you havent resolved it already.
My recommendation would be to run the process in frequent but finite separate jobs on the orchestrator instead of running a flowchart in an infinite loop. Even though I dont know the context as much as you, I think it would be better in terms of memory management to start a job, do work and end the job. For example the logs could be piling up so much in the memory or memory load unload operations could be causing some instability.
Hope this help future visitors of the thread and if you could share your potential solution with us that would be cool
Best regards
Baris