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

timeout error and permission error (window + wsl2) #19947

Closed
NAMU1105 opened this issue Jan 28, 2022 · 3 comments
Closed

timeout error and permission error (window + wsl2) #19947

NAMU1105 opened this issue Jan 28, 2022 · 3 comments
Labels
stage: awaiting response Potential fix was proposed; awaiting response

Comments

@NAMU1105
Copy link

Current behavior

can not open cypress due to timeout error + permission error.
(I even changed the default waiting time from 30000 to 10000)

People say that I have to clear cache etc. So I followed their guides and encountered the permission error while doing that.

Therefore I tried to solve the permission issue with chmod 777 -R and chown,
But it still does not work.

image

Desired behavior

Cypress should work as it should.

Test code to reproduce

yarn run cypress open

Cypress Version

9.3.1

Other

It was originally worked fine.

But I haven't used Cypress for a month.
And when I hit run command today I've faced this issue.

Please give me some help.

@tbiethman
Copy link
Contributor

tbiethman commented Jan 28, 2022

@NAMU1105 Can you provide the full error message and other relevant system details (node/yarn/OS versions)? Did you recently update your version of Cypress?

We've had similar issues come in recently: #19457 cypress-io/github-action#446

@tbiethman tbiethman added the stage: awaiting response Potential fix was proposed; awaiting response label Jan 28, 2022
@NAMU1105
Copy link
Author

NAMU1105 commented Feb 2, 2022

@NAMU1105 Can you provide the full error message and other relevant system details (node/yarn/OS versions)? Did you recently update your version of Cypress?

We've had similar issues come in recently: #19457 cypress-io/github-action#446

Will do it on Monday! (I'm on my lunar new year holiday vacation)

@NAMU1105
Copy link
Author

NAMU1105 commented Feb 6, 2022

Hey! I solved this problem today.

I originally have used [email protected]

But after I update cypress to version 9.3.0, I faced the problem.

So, I guess maybe the error is derived from the newer version issue

or...
I hit the 'npm uninstall cypress --save-dev' just in case
(I use yarn, so I was just trying to make sure every cypress-related stuff is erased from my computer.)

Maybe I somehow installed the cypress with npm (even though I use yarn) and that might cause me trouble.

Anyway, thanks for the concern and I'll close this issue.

@NAMU1105 NAMU1105 closed this as completed Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage: awaiting response Potential fix was proposed; awaiting response
Projects
None yet
Development

No branches or pull requests

2 participants