-
Notifications
You must be signed in to change notification settings - Fork 783
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
Failed to create browser in Windows WSL Docker #733
Comments
skyvern-ui-1 | Running at http://localhost:8080 |
what is this? Windows is screaming it's a virus again and again |
+1 its also there while running it via the docker command on windows, the UI works, but If I click any of the example tasks like
|
Hmm this is interesting -- we will take a look. It seems like there's an issue running Chrome |
@suchintan any updates? from what I could gather from the logs, it seems that the browser doesn't have permissions to open up, which is quite peculiar given that we are running it from docker and it should provide the same environment that you used to test the image. Maybe a dependency is missing from the docker image? |
@sameerimperium no updates right now -- I don't have a windows computer so it's not trivial for me to test this Are you able to ssh into your docker image and run this?
What's the output you get? Would be super helpful to understand I wonder if it's an issue with xvbf + docker + windows |
@suchintan I get this same error, I have run the code and I get: |
@antoniotorresresoluciona are you also running on Windows? I wonder if the cache gets blown away after each run |
Same here, when I run the statement mentioned by you above, inside the docker terminal, it gives me: [1001/063502.635605:ERROR:chrome_main_delegate.cc(1283)] Remote debugging pipe file descriptors are not open. |
Can you try it with MacOS or non-wsl Ubuntu? |
cypress-io/cypress#4925 These issues seem to be related after googling. We'll look into this issue this week |
I can confirm it happens only on windows and wsl-Ubuntu, not on native Ubuntu. |
Great. Thanks a lot. We'll take a look. |
Hi, we found it was caused by a change in our Could you please use the latest |
🤦 |
I can confirm - the latest docker-compose.yml fixes the issue. |
I've made a new release v0.1.30. The latest image build |
Hey I ran the skyvern app through docker and when I create a new task, I get this error on the task run:
"Reasoning: unexpected SkyvernException(UnknownErrorWhileCreatingBrowserContext)\n"
.To give you a bit of context I am running this on windows with wsl install and I have set docker to use ubuntu which is installed through wsl. I would be pasting the error logs down below in a new comment.
The text was updated successfully, but these errors were encountered: