-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Cannot create virtual authenticator; response is 405 HTTP method not allowed #2187
Comments
Duplicate of issue #2174. |
Revisited this on my project and am still getting I tried it with geckodriver v0.35.0 and the nightly using the same steps in my original issue submission. Is there something I'm missing or supposed to be enabling in capabilities? |
Sorry, I should have thought to include that again. Nothing is logged in response to the Let me know if there's anything else I can include. STDOUT
STDERR
|
The trace log above doesn't contain any lines for commands as sent except for |
I mentioned that the command to create the authenticator doesn't produce any log output. I do get the I don't know what else I can provide other than the evidence I've provided so far to demonstrate it isn't working. Here are the commands I ran:
|
Thanks a lot. There is indeed something broken. I've filed https://bugzilla.mozilla.org/show_bug.cgi?id=1933195 to get this fixed. Lets re-open this issue. |
I get this error when testing using Capybara in a Rails app, but I am able to reproduce the error (
405 HTTP method not allowed
) when startinggeckodriver
manually and runningcurl
commands.When using
--log trace
to startgeckodriver
, nothing is logged on the request to create the virtual authenticator.Please let me know if anything is missing.
System
Testcase
options.json:
authenticator.json:
Stacktrace
Trace-level log
The text was updated successfully, but these errors were encountered: