-
Notifications
You must be signed in to change notification settings - Fork 63
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
Running local example hang #11
Comments
As a follow-up to my initial issue we did some debugging. We ran the following command NODE_TLS_REJECT_UNAUTHORIZED=0 /home/vagrant/.browserstack/BrowserStackLocal -d start -logFile /home/vagrant/projects/nightwatch-browserstack/local.log XXX
The "hanging issue" persists..... |
Hey, Could you please share your BrowserStack email ID at [email protected]? It will help us debug the issue. Thanks. :) |
On 10 Nov 2016 15:16, "ujwalp1994" [email protected] wrote:
|
Hi Logs: BrowserStackLocal v6.5 BrowserStackLocal v6.5 *** Error: Could not connect to www.browserstack.com! To test an internal server, run: To test HTML files, run: home/vagrant/projects/nightwatch-browserstack/scripts/local.runner.js:16 |
Hey Blanché, Are you still facing this issue? |
I was unable to reproduce the error on my end; however, the error:
Generally implies firewall and/or proxy configurations are necessary to allow outbound connections to *.browserstack.com on ports 80,443. Please ensure that these are properly configured to allow the above. Details on the mechanics of the local connection can be found here. To demonstrate how to route the local connection through a proxy, I’ve created a fork here. Just update If you’re still running into issues and are able to provide more detail surrounding the network from which you’re running the tests, please include those in an e-mail to [email protected]. |
Good Day
We are running the following command behind a private firewall, which means we sometimes experience SSL cert issues.
NODE_TLS_REJECT_UNAUTHORIZED=0 BROWSERSTACK_ACCESS_KEY=XXX npm run local
The command does not respond and just hangs. Please advise how we go about debugging this so we can resolve and progress.
We look forward to hearing back from you soonest.
Regards
Blanché
The text was updated successfully, but these errors were encountered: