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

Can't run with proxy #18

Open
xenaree opened this issue Jun 20, 2017 · 1 comment
Open

Can't run with proxy #18

xenaree opened this issue Jun 20, 2017 · 1 comment

Comments

@xenaree
Copy link

xenaree commented Jun 20, 2017

the proxy option doesn't work.
I was able to open the local connection using the browserstacklocal.exe using this command:
BrowserStackLocal.exe --key xxxxxxxx --local-proxy-host 10.2.2.2 --local-proxy-port 80 --force-proxy --force-local

But it doesn't work if i add

new KeyValuePair<string, string>("proxyHost", "10.2.2.2") 
new KeyValuePair<string, string>("proxyPort", "80")

I get the error:

An unhandled exception of type 'System.Exception' occurred in BrowserStackLocal.dll

Additional information: Binary not found or failed to launch. Make sure that BrowserStackLocal.exe is not already running.
@punitx
Copy link
Collaborator

punitx commented Jun 27, 2017

@xenaree You are receiving this error because either BrowserStackLocal.exe is already running on your system or some other process is listening on port 45691. Can you check these conditions before executing the code?

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

2 participants