breuerfelix / chromedriver-py

chromedriver self updated binaries for all platforms
https://pypi.org/project/chromedriver-py/
Apache License 2.0
52 stars 15 forks source link

Unable to start server #27

Closed Hypurrnating closed 7 months ago

Hypurrnating commented 1 year ago

Every time I try to use the driver it just says:

Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
[1680334266.938][SEVERE]: bind() returned an error: An attempt was made to access a socket in a way forbidden by its access permissions. (0x271D)
[1680334266.938][SEVERE]: bind() returned an error: An attempt was made to access a socket in a way forbidden by its access permissions. (0x271D)
Unable to start server with either IPv4 or IPv6. Exiting...

I even tried installing a previous version, but it didn't help. I would really appreciate some help!

breuerfelix commented 9 months ago

It seems like your OS is pretty restricted and chromedriver does not have enough permissions to start. It is not even able to bind to a local port. What system do you use?