-
Notifications
You must be signed in to change notification settings - Fork 56
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
Error: spawn UNKNOWN - when attempting to use browserstack-local for the first time #33
Comments
Hi Thanks |
@AnkurGel Any news on this being fixed? |
I was having this issue too and it turns out the binary would attempt to download, but my proxy blocked the request causing the download to fail. However, even though the download failed, there was a zero byte file created (at '%USERPROFILE%.browserstack\BrowserStackLocal.exe') on disk that prevented the download from being attempted again once I specified the correct proxy settings. |
Even after deleting the |
If you arrived here and you are using linux alpine it just not supported according to this issue. |
I'm currently having this issue as well... and am using alpine. So this is good to know. Any work around people have? |
To whoever has this problem on Windows Step 1: Delete the folder '%USERPROFILE%.browserstack --alternate to Step 2-- |
In my case it works after updating the version of node/npm and deps to latest, and delete the
|
In my case it is working after deleting the %USERPROFILE%/.browserstack folder |
@ravindra237 where is this folder %USERPROFILE%/.browserstack, in my case I'm not running on browser stack local but on live |
@haideralii - For me, I was unable to run browser stack locally. So post deleting the folder, I was able to run successfully in local. |
I am having issues trying to get browserstack-local to work having followed the documentation.
In my beforeLaunch I have:
When attempting to run my protractor script, I get the following error:
I don't think I have missed out any steps.
Looking at the stacktrace and the files it references, I can see it seems to be downloading a browserstack binary, does this happen at the start of each test run?
Thanks
The text was updated successfully, but these errors were encountered: