selenium.common.exceptions.SessionNotCreatedException: Message: Error: NS_ERROR_UNKNOWN_HOST error opening Firefox v105.0 with GeckoDriver v0.31.0
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
People
(Reporter: nimmygeo87, Unassigned, NeedInfo)
References
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0
Steps to reproduce:
Steps to reproduce:
Initiated Firefox v105.0 with latest GeckoDriver v0.31.0 and Selenium v4.0.0-alpha-1
Actual results:
Browser session opens & then getting closed immediately.
Below are from logs :
remote stacktrace: org.openqa.selenium.SessionNotCreatedException: Error: NS_ERROR_UNKNOWN_HOST
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
System info: host: 'FUNC-WEB-FF1', ip: '192.168.9.134', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '11.0.10'
Driver info: driver.version: unknown
remote stacktrace: #checkLoadingState@chrome://remote/content/shared/Navigate.jsm:239:28
onStateChange@chrome://remote/content/shared/Navigate.jsm:284:28
Expected results:
Browser session should be able to launch the test URL
Comment 1•3 years ago
|
||
How do you start Firefox? Does it navigate to a specific URL immediately? Please provide a trace log for geckodriver and if possible a minimized testcase.
Looks to be related to https://github.com/mozilla/geckodriver/issues/2036 where we never got a reply from the reporter.
Comment 2•3 years ago
|
||
Also did that start with the Firefox 105 release or was it also present before? If the latter is the case it would be good to know since when it's happening.
Actually this is a dupe of bug 1784593. Nimmy please provide your information on the other bug and we will reopen.
Updated•2 years ago
|
Description
•