-
Notifications
You must be signed in to change notification settings - Fork 61
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 ETXTBSY #209
Comments
I am struggling with the same problem where browserstack-runner is reporting an ETXTBSY error (see https://travis-ci.org/tus/tus-js-client/jobs/566880643#L321). Would it be possible to fix this? |
@dmedinag - Could you provide some more details around the issue you are facing?
Also, can you delete the old browserstack-runner package and try installing it again ? You may also try to upgrade the package - Do attached verbose logs, if any |
I can't tell for @dmedinag but we get the same error when running this script (https://github.com/tus/tus-js-client/blob/master/bin/browserstack-jasmine.js) on Travis CI. It basically just calls |
I'm afraid I can't replicate the issue anymore since the code generating it is from a previous position :/ I'm not working there anymore and don't have access to the code. Sorry guys |
The problem is solved for me by upgrading the |
I'm still running into this issue with the latest |
Fixes the 'spawn ETXTBSY' errors as reported in browserstack#209. The patch is inspired from browserstack/browserstack-local-nodejs#19 (comment).
I'm getting this error when attempting to use the browserstack runner in my CI/CD pipeline:
It looks like a similar issue was filed in other repo from Browserstack with the same error.
The text was updated successfully, but these errors were encountered: