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
[I determined that I was using an old-style request (see next comment), but still the server should have returned a Bad Request error and not after 5 minutes.]
What happened?
Standalone server en Linux returns "Internal Server Error" when starting new Firefox session via HTTP POST "/session". Starting a new Firefox works with the .NET WebDriver client.
How can we reproduce the issue?
Start standalone server:
$ java -jar selenium-server-4.24.0.jar standalone --port 4444 --selenium-manager true
From the same PC, send request via Postman equivalent to this command:
curl --location 'http://127.0.0.1:4444/session' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'Accept: application/json; charset=utf-8' \
--data '{"desiredCapabilities":{"browserName":"firefox","version":"", "javascriptEnabled": true}}'
@fehmud, thank you for creating this issue. We will troubleshoot it as soon as we can.
Info for maintainers
Triage this issue by using labels.
If information is missing, add a helpful comment and then I-issue-template label.
If the issue is a question, add the I-question label.
If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable G-* label, and it will provide the correct link and auto-close the
issue.
After troubleshooting the issue, please add the R-awaiting answer label.
[I determined that I was using an old-style request (see next comment), but still the server should have returned a Bad Request error and not after 5 minutes.]
What happened?
Standalone server en Linux returns "Internal Server Error" when starting new Firefox session via HTTP POST "/session". Starting a new Firefox works with the .NET WebDriver client.
How can we reproduce the issue?
Relevant log output
Operating System
Linux Mint 21.1 Cinnamon - Kernel 5.15.0-119-generic
Selenium version
None, I'm testing HTTP requests to write a new WebDriver client.
What are the browser(s) and version(s) where you see this issue?
Firefox v129.0 (64-bit)
What are the browser driver(s) and version(s) where you see this issue?
Don't know.
Are you using Selenium Grid?
4.24.0
The text was updated successfully, but these errors were encountered: