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

[BUG] TypeError #437

Open
2 tasks done
7thux opened this issue Feb 11, 2024 · 0 comments
Open
2 tasks done

[BUG] TypeError #437

7thux opened this issue Feb 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@7thux
Copy link

7thux commented Feb 11, 2024

Before submitting a bug report...

  • 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

IMG_5213

Value of dashboard variable

W

@7thux 7thux added the bug Something isn't working label Feb 11, 2024
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

1 participant