webfp / tor-browser-selenium

Tor Browser automation with Selenium.
MIT License
556 stars 99 forks source link

Handle "[Errno 111] Connection refused" initialization error #64

Closed gunesacar closed 8 years ago

gunesacar commented 8 years ago

Once in a while we get [Errno 111] Connection refused error during the initialization: https://travis-ci.org/gunesacar/tor-browser-selenium/jobs/153531217#L380

We should handle this error within the test fixture to retry the initialization.