Everyday, Uipath project is running automatically, but sometimes when [login ] activity login into the other web, [login ] activity don’t start and not create any log too. Although i used [try-catch] activity in this case.
The below is error code:
Hi i have encounter this issues also , sometimes its because some variable/argument robot process actually doesnt contain anything , so it cannot process and trhow this error forcing it to stop and kill process
example:
u have variable named = “me” , with value of “a”
then
you have dropdown activity with value of (a,b,c) , and you assign variable “me” with value of “a”
normally it will work and choose “A” on dropdown
but when robot cannot get value of variable “me” , meaning its null/doesnt have value
Hi @Ahmad_Rais
This error stopped when robot login into the website, although login website opened, but robot cant input ID and pass of account. I checked UI Login’s box but it don’t have any problem.
Error happend, I re-excecuted in uipath robot by hand, this error did’n happen, so
reason is [ variable/argument [robot]] or not, i dont sure about that!
i think its because value of input ID and Pass doesnt exist , try to use log activity/message box just before it entered it into the account, and see if the value is exist , and if its trhoing error if value doesnt exist
Hi @Ahmad_Rais
I tried like that in orchestrator and the value is existed, but in the robot i’m not sure the value is exist or not because i did’n receive log massage.
Upgrade the system and UIAutomation package and give a try
Go to design tab → manage packages → project dependencies-> and upgrade the activity package
Hi @Palaniyappan
Thanks for your answer, but now i have more 70 uipath projects what is running everyday. If i will upgrade the activity package, repair more 70 projects and setup again environment. But finally if it cant fix. Isn’t it impossible?
Other process also met this error (cant login in the web and dont send log message). But this error sometimes happen, so i will try to upgrading the package versions in only one project and follow it.
If you have the other way, tell me, please.