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
It fails with LocalError: Either another browserstack local client is running on your machine or some server is listening on port 45691
Error: LocalError: Either another browserstack local client is running on your machine or some server is listening on port 45691
at /Users/Adriaan/node_modules/browserstack-local/lib/Local.js:65:20
at ChildProcess.exithandler (child_process.js:286:7)
at ChildProcess.emit (events.js:210:5)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5) {
name: 'LocalError',
message: 'Either another browserstack local client is running on your machine or some server is listening on port 45691',
extra: undefined
Browserstack Local allows for only one instance of the binary(without local identifier). This includes any instance run by you using the terminal, language bindings or processes running in the background.
If you have run local tests via language bindings in the past, an instance may be running in the background if the driver process failed to quit.
If you have BrowserStack's Local app installed on your system, you will be required to uninstall the app and preferably restart before running the Local Binary.
@readikus the force parameter would only kill binary instances with the same local identifier and hence it won't work on binary instances that are initialized without a local identifier
When starting the app (see example below) without
localIdentifier
is fails to load:Expected Behavior
It just loads.
Actual Behavior
It fails with
LocalError: Either another browserstack local client is running on your machine or some server is listening on port 45691
Platform details
Details
This is a minimal version of the bug:
The text was updated successfully, but these errors were encountered: