Skip to content

Can't run with proxy  #18

Open
Open
@xenaree

Description

@xenaree

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions