-
Notifications
You must be signed in to change notification settings - Fork 19
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
HTTP code indicates that request is invalid at line 168 #44
Comments
Same for me (Only starting Firefox) |
I'm seeing the same issue on my end. Is there a fix for this? I'm running Ubuntu 22.04.1 What I've noticed is I see a similar message in the python webdriver library if I don't supply the "execution_path" parameter to the Service object. This is different than the binary location. However, there is no place to supply this in this library. |
@tokox @dczaretsky I tried almost every version of selenium server from the last 3.X iterations to the latest, seems to not work at all, any news or idea how to solve this? maybe rolling back to a old commit of webdriverxx? |
@0xVZ thanks for sharing! I did checkout this commit but I'm still having trouble getting this to run on Ubuntu with the selenium-server-4.0.0-beta-4.jar. The error I keep getting is the following upon startup. Have you run into this? Any thoughts? WebDriver Error: at line 202, file /usr/local/include/webdriverxx/webdriverxx/detail/resource.h called from ProcessResponse (HTTP code: 500, body: { |
@dczaretsky odd... i would try doing the checkout, making sure the current HEAD is at the commit, build and grab the error and see if the error is different that what you got building from the last commit. |
I tried this program on Ubuntu 22.04:
I get the following output:
Is it intended that this error is thrown? I guess not. Does this happen only in my system?
I see Firefox popping up and disappearing again - I assume that is the default behavior?
What the selenium server shows:
The text was updated successfully, but these errors were encountered: