Skip to content
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

bs_local.stop() hangs python #24

Open
Sumeetkumar081 opened this issue Jun 19, 2018 · 0 comments
Open

bs_local.stop() hangs python #24

Sumeetkumar081 opened this issue Jun 19, 2018 · 0 comments

Comments

@Sumeetkumar081
Copy link

I have a program in python which has been running well till now.
Starting today, I am facing a strange issue. I have local testing enabled as described here https://github.com/browserstack/browserstack-local-python

However, the program hangs at this point : bs_local.stop().
Then I have to stop the kernel and get the below trace back:

Traceback (most recent call last):

File "", line 1, in
bs_local.stop()

File "/anaconda3/lib/python3.6/site-packages/browserstack/local.py", line 74, in stop
(out, err) = proc.communicate()

File "/anaconda3/lib/python3.6/subprocess.py", line 843, in communicate
stdout, stderr = self._communicate(input, endtime, timeout)

File "/anaconda3/lib/python3.6/subprocess.py", line 1514, in _communicate
ready = selector.select(timeout)

File "/anaconda3/lib/python3.6/selectors.py", line 376, in select
fd_event_list = self._poll.poll(timeout)

KeyboardInterrupt

Please help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant