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
Trying to get the new build running with selenium and chromedriver, but I get this error after launching. I've installed selenium from pip3 and grabbed the v94 version of chromedriver, but not sure where I need to put this file on my host...
Traceback (most recent call last):
File "main.py", line 4, in
from new_listings_scraper import *
File "/root/binance-trading-bot-new-coins/new_listings_scraper.py", line 15, in
driver = webdriver.Chrome(executable_path=binary_path, options=chrome_options)
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/chrome/webdriver.py", line 73, in init
self.service.start()
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/common/service.py", line 98, in start
self.assert_process_still_running()
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/common/service.py", line 109, in assert_process_still_running
raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: Service /usr/local/lib/python3.8/dist-packages/chromedriver_py/chromedriver_linux64 unexpectedly exited. Status code was: 127
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to get the new build running with selenium and chromedriver, but I get this error after launching. I've installed selenium from pip3 and grabbed the v94 version of chromedriver, but not sure where I need to put this file on my host...
Traceback (most recent call last):
File "main.py", line 4, in
from new_listings_scraper import *
File "/root/binance-trading-bot-new-coins/new_listings_scraper.py", line 15, in
driver = webdriver.Chrome(executable_path=binary_path, options=chrome_options)
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/chrome/webdriver.py", line 73, in init
self.service.start()
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/common/service.py", line 98, in start
self.assert_process_still_running()
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/common/service.py", line 109, in assert_process_still_running
raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: Service /usr/local/lib/python3.8/dist-packages/chromedriver_py/chromedriver_linux64 unexpectedly exited. Status code was: 127
Beta Was this translation helpful? Give feedback.
All reactions