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

Getting error Service geckodriver unexpectedly exited. Status code was: 3221225595 #1672

Closed
Dmitry131 opened this issue Dec 27, 2019 · 5 comments

Comments

@Dmitry131
Copy link

Dmitry131 commented Dec 27, 2019

## System

  • Version: 0.26.0
  • Platform: Win 10
  • Firefox: 71.0
  • Selenium: 3.141.0

Testcase

from selenium import webdriver

driver = webdriver.Firefox()
driver.get('https://www.google.com')

Stacktrace

self = <selenium.webdriver.firefox.service.Service object at 0x037160B8>

def assert_process_still_running(self):
    return_code = self.process.poll()
    if return_code is not None:
      raise WebDriverException(
            'Service %s unexpectedly exited. Status code was: %s'
            % (self.path, return_code)
        )

E selenium.common.exceptions.WebDriverException: Message: Service geckodriver unexpectedly exited. Status code was: 3221225595

Trace-level log

Could you help me resolve this problem? In system path was added route to my geckodriver file.
I'll be grateful !

@whimboo
Copy link
Collaborator

whimboo commented Dec 27, 2019

Could you please attach a trace-level log from geckodriver? Read more about reporting actionable bugs in our contribution guidelines.

@Dmitry131
Copy link
Author

I resolved my issue via installing Microsoft Visual Studio redistributable
runtime. Thanks

@Dmitry131
Copy link
Author

Fixed issue in my side

@whimboo
Copy link
Collaborator

whimboo commented Dec 30, 2019

Thanks. That makes it a dupe of #1617.

@lock
Copy link

lock bot commented Feb 13, 2020

This issue has been automatically locked since there has not been any recent activity after it was closed. If you have run into an issue you think is related, please open a new issue.

@lock lock bot locked and limited conversation to collaborators Feb 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants