Hello,
We have automated our appium testcases using WinAppDriver. It is running in remote machine through task scheduler and is scheduled to run in every 30 minutes every day. It runs for a day and then WinAppDriver stops listening in on the specified IP and port. When we checked the WinAppDriver, it is showing status as mentioned below -
{"status":13," value":{"error":"unknown error","message":"An unknown error occurred in the remote end while processing the command."}}
During this time, the concerned task parameters shows as follows -
- Last Run Time - the time during which WinAppDriver stopped listening.
- Next Run Time - the current time the task is scheduled to run next.
You can find almost 12 hours of difference between these two parameter timings. This means that the task is trying to run as scheduled, but it is unable to do so as WinAppDriver is not listening to the mentioned IP and port anymore.
Once we restart the WinAppDriver it is working, and the task runs fine.
Please let us know if there is a default timeout in WinAppDriver to listen in on an IP and Port. Also, it would be great if we could have any information about the WinAppDriver status 13.
Thanks.