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
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.
The text was updated successfully, but these errors were encountered:
@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?
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
I get the error:
The text was updated successfully, but these errors were encountered: