Stuck at opening webdriver
See original GitHub issuewhen launching eagleeye, it seems to get stuck at “opening webdriver”.
- path to geckodriver is specified in config.json
- It does open a firefox window
- there are 2 jpg files in the known folder
- after about a minute it ends up dying
==> Opening Webdriver Traceback (most recent call last): File "eagle-eye.py", line 230, in <module> main(skipFB=args.skipfb, skipIR=args.skipir, skipY=None, FBUrls=[]) File "eagle-eye.py", line 84, in main f.grabData() File "/root/tmp/EagleEye/grabber/facebook.py", line 16, in grabData driver = cfg.getWebDriver() File "/root/tmp/EagleEye/utils/config.py", line 40, in getWebDriver return webdriver.Firefox(profile) File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/firefox/webdriver.py", line 170, in __init__ keep_alive=True) File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/remote/webdriver.py", line 156, in __init__ self.start_session(capabilities, browser_profile) File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/remote/webdriver.py", line 251, in start_session response = self.execute(Command.NEW_SESSION, parameters) File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/remote/webdriver.py", line 320, in execute self.error_handler.check_response(response) File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: connection refused
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Python selenium gets stuck on site loading screen
First of all, this is the website I use. The code block I used: from selenium import webdriver browserProfile = webdriver.ChromeOptions() ...
Read more >[ Bug]: Chrome's Webdriver getting stuck on `driver.get(URL ...
What happened? Hello, As a pet project, I'm working on a web-extension, which is tested using selenium's python binding.
Read more >402 - webdriver hangs on page load and does not give control ...
When the browser hangs after some time, press shift+Esc to check the number the process and memory taken by each process. There are...
Read more >Python stops after opening webdriver - SQA Stack Exchange
Hello, I am new to selenium and i have got this problem: My Chrome Browser opens, but it is not going to open...
Read more >RF/Selenium (sometimes) get stuck while running test
test just getting stuck as if it waits for something. It happens on random(?)places in the code, so I cannot relate it to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Excerpt from the README: Note: If you are using Firefox ESR(like Kali does) please use the Geckodriver Version 17
You are using Version 21
1530624566068 geckodriver INFO geckodriver 0.21.0
Since the Problem seems fixed 👍 closed.