Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WinAppDriver v1.2.99 Internal Error #1556

Open
pavelnaut opened this issue Jul 13, 2021 · 6 comments
Open

WinAppDriver v1.2.99 Internal Error #1556

pavelnaut opened this issue Jul 13, 2021 · 6 comments

Comments

@pavelnaut
Copy link

Using a simple get request to get the status returns a 500 internal error.
I am using the x64 build on a x64 architecture. Below command does not throw an error on previous stable build v1.2.1.

Command:
wget http://127.0.0.1:4723/status

Response:

GET /status HTTP/1.1
Host: 127.0.0.1:4723
User-Agent: Mozilla/5.0 (Windows NT; Windows NT 10.0; en-US) WindowsPowerShell/5.1.19041.1023
HTTP/1.1 500 Internal Error
Content-Length: 133
Content-Type: application/json
{"status":13,"value":{"error":"unknown error","message":"An unknown error occurred in the remote end while processing the command."}}

@SnowISmirnov
Copy link

Same error for me. It is not possible to launch WinAppDriver v1.2.99 with Appium.

Version 1.2.99
image

But all is ok on version 1.2.2009:
image

@DHowett
Copy link
Member

DHowett commented Jul 19, 2021

Thanks for the report! Looking into this now.

@DHowett
Copy link
Member

DHowett commented Jul 19, 2021

It looks like our build system didn't stamp WinAppDriver with a version number (how curious!)

We'll fix this in two ways:

  1. Emit version info (obviously)
  2. Respond to /status even if we cannot produce a version number, as /status is required to work to begin a session with Appium.

@manwalrachi
Copy link

manwalrachi commented Oct 28, 2022

Is WinAppDriver now compatible with Selenium 4?

@thopiekar
Copy link

Is someone going to fix it? This problem is known for more than a year without any progress 🤷‍♂️

@aristotelos
Copy link

Duplicate of #1874

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants