You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this issue resolved ?
I am seeing same issue when Python Multiprocessor is used as a custom keyword (Robot 6.1.1 and Python 3.10.10)
If robot FOR Loop is present in previous task and its next task contains a custom keyword (Python multi-process)
XML gets corrupted like this !
RF 7.3 fixes at least one major case where output.xml can be corrupted (#5417). I close this issue, but if you encounter corruption still with RF 7.3, please submit new ones.
Uh oh!
There was an error while loading. Please reload this page.
output.xml looks like below starting from line 3861
or sometimes gets error like below:
output.xml' failed: Incompatible XML element 'status' error ,so that also fails log generation
i am using Builtin.run_keyword_and_return_status to call user keyword and using python multiprocessing in main library
using robo v 3.1
The text was updated successfully, but these errors were encountered: