You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
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")
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
The text was updated successfully, but these errors were encountered: