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

i keep getting this error when i run it on idle, i'm not that good at this... any help #35

Closed
ikkiv2 opened this issue Feb 14, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@ikkiv2
Copy link

ikkiv2 commented Feb 14, 2021

Traceback (most recent call last):
File "C:\Windows\Microsoft-Rewards-Farmer-master\ms_rewards_farmer.py", line 735, in
browser = browserSetup(True, PC_USER_AGENT)
File "C:\Windows\Microsoft-Rewards-Farmer-master\ms_rewards_farmer.py", line 39, in browserSetup
chrome_browser_obj = webdriver.Chrome(options=options)
File "C:\Program Files (x86)\Python38-32\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 76, in init
RemoteWebDriver.init(
File "C:\Program Files (x86)\Python38-32\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "C:\Program Files (x86)\Python38-32\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "C:\Program Files (x86)\Python38-32\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "C:\Program Files (x86)\Python38-32\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary

@ikkiv2 ikkiv2 added the bug Something isn't working label Feb 14, 2021
@charlesbel
Copy link
Owner

Screenshot
Make sure you have chrome installed on this location.
If not, install it there and it will correct the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants