I’m automating a process that uses a web that is not always available. Sometimes it returns 404 and after refresh it, it is available.
To solve it I use an if condition, element exist and shift+f5 to refresh. I used send hotkeys activity to press chift+f5 but it was not working, then, I use a type into.
Using a type into it works, but sometimes it return the error LoadString(205). How can i solve it? Maybe using a retry, but other parts of the code returns me the same ramdon error without problems on the selectors or similar issues.
I use Studio V. 2020.10.6. Could be it related to the version? On the forum I found that some LoadString(102) errors appears after 2019 version.
I usually use it in English. Sometimes the Citrix settings switch it to spanish. I tried to solve it updating the selectors and enable the “simulate click” option on all click activities.
Sometimes, this error appear only when I upload the project to Orchestrator, but it does not appear durong debug or run mode. It is the wort part, because I am not sure of the RPA till I run it from orchestrator and debug mode is losing its function.
Just to make things a bit more clear. The error itself comes from something misconfigured in the workflow (i.e. wrong selector).
The bug here is that what would normally be displayed as a localized selector, is displayed with a placeholder instead.
Switching to English should give you the actual error that is missing the translation.
Could you please run the same workflow, once in English and once in Spanish and then share the two errors. This should result in one time LoadString(205) and the other with a full source English error message that will be much more helpful