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

selenium.common.exceptions.WebDriverException: Message: Reached error page: about:neterror?e=proxyConnectFailure&u #108

Closed
AmirMonfared opened this issue Dec 5, 2018 · 4 comments

Comments

@AmirMonfared
Copy link

Hi,
when tor tries to open any website, i got this error:
"selenium.common.exceptions.WebDriverException: Message: Reached error page: about:neterror?e=proxyConnectFailure&u"".

can you help me?
thank you

@gunesacar
Copy link
Collaborator

That means Tor Browser cannot connect to the local proxy. How do you use the library? Which version of the TBB do you use? Which constructor parameters do you set? It's not possible to help without all these details.

@mrpew
Copy link

mrpew commented Jan 5, 2019

I get the same problem w/

from tbselenium.tbdriver import TorBrowserDriver
with TorBrowserDriver("/path/to/tbb/") as driver:
driver.get('https://www.google.com/')

Using Tor Browser 8.0.4, geckodriver 0.23.0

Using TorBrowserDriver("/home/mr/bin/tor/tor-browser_en-US/",tor_cfg=cm.USE_RUNNING_TOR) as suggested in #105 results in tbselenium.exceptions.TBDriverPortError: SOCKS port 9050 is not listening

@rjunior8
Copy link

rjunior8 commented Jan 10, 2019

from tbselenium.tbdriver import TorBrowserDriver
import tbselenium.common as cm


with TorBrowserDriver("/home/user/tor-browser_en-US/", tor_cfg=cm.USE_RUNNING_TOR) as driver:
  driver.get("https://github.com")

@gunesacar
Copy link
Collaborator

Should be fixed by #110

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

4 participants