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]: Cant find libxul.so #5

Open
1 task done
LucasMichelsKuntz opened this issue Nov 25, 2024 · 0 comments
Open
1 task done

[Bug]: Cant find libxul.so #5

LucasMichelsKuntz opened this issue Nov 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@LucasMichelsKuntz
Copy link

Operating System

Linux

OS Version

Ubuntu 24.04

Description

When I run the script, I encounter the error: Could not find libxul.so.

I have confirmed that the libxul.so file exists on my machine, and the correct path is specified. The path I am using in the configuration points to the correct location of the libxul.so file, which I have verified using commands like locate libxul.so and checking the installation directories of Firefox. Despite this, the script continues to return the error that it cannot find libxul.so.

Here is the way I am initializing the Firefox driver in my code:

from undetected_geckodriver import Firefox

driver = Firefox()
return driver

I have made sure the path to libxul.so is correctly set, but the issue persists.

Environment Details

Python version: 3.10.15
Selenium version: 4.25.0
Firefox version: 132.0.2

Additional Information

No response

Logs and Screenshots

No response

Are you using the latest version of undetected_geckodriver?

  • I am using the latest version of undetected_geckodriver
@LucasMichelsKuntz LucasMichelsKuntz added the bug Something isn't working label Nov 25, 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