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

bot crashes at the resume upload step #363

Open
osamagamal7 opened this issue Sep 12, 2024 · 1 comment
Open

bot crashes at the resume upload step #363

osamagamal7 opened this issue Sep 12, 2024 · 1 comment

Comments

@osamagamal7
Copy link

I keep getting this error.
i downloaded Chromedrive and put the path explicitly in init_browser function but can't seem to fix it.

def init_browser() -> webdriver.Chrome:
    try:
        options = chromeBrowserOptions()  
        # Use the located path for ChromeDriver
        service = Service("/usr/local/bin/chromedriver")
        return webdriver.Chrome(service=service, options=options)
    except Exception as e:
        raise RuntimeError(f"Failed to initialize browser: {str(e)}")

Screenshot 2024-09-12 at 8 14 51 PM

@thomHayner
Copy link
Contributor

#313

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants