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
Probable cause
Some of the errors are due to timing issues when the underlying Windows COM object is still in the process of getting access to the specific part of the Windows application and the library is trying to access the object before access is ready for use.
Possible fix
Implement a retry mechanism for parts of the libraries when the COM object is likely to cause an exception.
An example error message: error: (1400, 'SetForegroundWindow', 'Invalid window handle.')
Affected libraries:
RPA.*.Applications libraries
RPA.Windows library
RPA.JavaAccessBridge library
The text was updated successfully, but these errors were encountered:
Probable cause
Some of the errors are due to timing issues when the underlying Windows COM object is still in the process of getting access to the specific part of the Windows application and the library is trying to access the object before access is ready for use.
Possible fix
Implement a retry mechanism for parts of the libraries when the COM object is likely to cause an exception.
An example error message:
error: (1400, 'SetForegroundWindow', 'Invalid window handle.')
Affected libraries:
The text was updated successfully, but these errors were encountered: