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
This bug wasn't already reported.
(I have checked every bug report on GitHub)
Title
The title is no longer "[BUG] Title" and I edited it with the right error name.
Describe the bug
It is a “binary TypeError”. I’m kinda new on this please help me fixxing it. I’m doing it on Google colab btw.
Copy and paste your error
test 8.059
ERROR:root:TypeError: Binary Location Must be a String
Traceback (most recent call last):
File "/content/MS-Rewards-Farmer/main.py", line 47, in main
earned_points = executeBot(currentAccount, notifier, args)
File "/content/MS-Rewards-Farmer/main.py", line 221, in executeBot
with Browser(mobile=False, account=currentAccount, args=args) as desktopBrowser:
File "/content/MS-Rewards-Farmer/src/browser.py", line 41, in init
self.webdriver = self.browserSetup()
File "/content/MS-Rewards-Farmer/src/browser.py", line 86, in browserSetup
driver = webdriver.Chrome(
File "/usr/local/lib/python3.10/dist-packages/seleniumwire/undetected_chromedriver/webdriver.py", line 61, in init
super().init(*args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/undetected_chromedriver/init.py", line 372, in init
options.binary_location = (
File "/usr/local/lib/python3.10/dist-packages/selenium/webdriver/chromium/options.py", line 52, in binary_location
raise TypeError(self.BINARY_LOCATION_ERROR)
TypeError: Binary Location Must be a String
Screenshots
Value of dashboard variable
W
The text was updated successfully, but these errors were encountered:
Before submitting a bug report...
(I have checked every bug report on GitHub)
Title
Describe the bug
It is a “binary TypeError”. I’m kinda new on this please help me fixxing it. I’m doing it on Google colab btw.
Copy and paste your error
test 8.059
ERROR:root:TypeError: Binary Location Must be a String
Traceback (most recent call last):
File "/content/MS-Rewards-Farmer/main.py", line 47, in main
earned_points = executeBot(currentAccount, notifier, args)
File "/content/MS-Rewards-Farmer/main.py", line 221, in executeBot
with Browser(mobile=False, account=currentAccount, args=args) as desktopBrowser:
File "/content/MS-Rewards-Farmer/src/browser.py", line 41, in init
self.webdriver = self.browserSetup()
File "/content/MS-Rewards-Farmer/src/browser.py", line 86, in browserSetup
driver = webdriver.Chrome(
File "/usr/local/lib/python3.10/dist-packages/seleniumwire/undetected_chromedriver/webdriver.py", line 61, in init
super().init(*args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/undetected_chromedriver/init.py", line 372, in init
options.binary_location = (
File "/usr/local/lib/python3.10/dist-packages/selenium/webdriver/chromium/options.py", line 52, in binary_location
raise TypeError(self.BINARY_LOCATION_ERROR)
TypeError: Binary Location Must be a String
Screenshots
Value of dashboard variable
W
The text was updated successfully, but these errors were encountered: