-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Failure during cypress verify --smoke-test: code 3221225781 in Windows #4625
Comments
I was running into this. I cleared all cypress cache at: |
I have setup a cypress repo on jenkins machine. We run It looks like this is your first time using Cypress: 3.4.1
[?25l[15:46:57] Verifying Cypress can run /home/username/.cache/Cypress/3.4.1/Cypress [started]
[15:47:29] Verifying Cypress can run /home/username/.cache/Cypress/3.4.1/Cypress [failed]
[?25hCypress verification timed out.
This command failed with the following output:
/home/username/.cache/Cypress/3.4.1/Cypress/Cypress --smoke-test --ping=236
----------
Command failed: /home/username/.cache/Cypress/3.4.1/Cypress/Cypress --smoke-test --ping=236
---------- If I run the npm install again, it passes. |
If you're trying to get this working in a Windows Docker image, something that shows the same error number, then see cypress-io/cypress-docker-images#261 for a possible (if not so great) solution. |
I have installed Cypress 4.12.1 version in Windows 10 Home OS. While running the 'cypress open' command from command prompt, below error displays:
I have also cleared the cache from I have uninstalled the latest version again and switch to older version is 4.11.0, but I am getting the same error. |
Yes, I have managed to resolved the problem by uninstalling, clearing the cache and then installed the cypress version again. |
so if we install the latest version it does have the problem for most of the persons who are trying to install? Anyways thanks for the reply an I will try doing the same thing |
From the github thread I could see some of the people are getting the same error. Not sure about the reason. Give a try, even I have tried 3 or 4 times and installed an old version 4.10.0 as the issue was not solved in first instance. |
I tried doing the installation with the older version, but no use :( still facing the same issue. |
Fwiw, I'm running these versions and it works great:
You can try blowing away |
I also faced the same as below:
Workaround- It is due to not installing correctly cypress or maybe broken installation. Simple work around in my case Thanks. |
After an update, the cypress getting an issue while running Workaround after update-
|
I got this error too when trying to run Cypress in travis CI on a Windows host. Solved it by running |
It seems this only occurs in Windows, from looking at the comments. @bjowes Yes, a reproducible repo would be ideal. Thanks. |
@jennifer-shehane - please see https://github.com/bjowes/cypress-4625-repro I run it on Travis-CI to execute Cypress on Windows. The repo is setup for it (.travis.yml file in place). When putting this together, I noticed that it works fine with 5.5.0, so I worked myself backwards to the first failing version, which is 5.3.0. It fails the smoke test with the specific code of this issue. The only difference between the branches is the cypress version installed. Even if this seems to be resolved from 5.4.0, I presume it would still be of interest to find the actual root cause. |
@Vi1234sh12 |
How do I find where a file is located ? |
In your local |
I Follow all this steps but again show me same error |
did you restart visual studio after update cypress? |
No yet , I'm not restart visual studio
Thanks and Regards,
Vishal Dhanure
Aurangabad Maharashtra,
📞 Mobile: +919373680226
✉ Email: vishald41234@gmail.com
…On Fri, 12 Feb 2021, 4:10 pm sharadsamant12, ***@***.***> wrote:
After an update, the cypress getting an issue while running
Command timed out after 30000 milliseconds:
Workaround after update-
1. Copy the JSON file from following path AppData\Local\Cypress\Cache(older
version folder) and paste in newly created AppData\Local\Cypress\Cache(updated
version folder)
2. Delete the cypress older folder from the Cache
3. Run the .\node_modules.bin\cypress open command
I Follow all this steps but again show me same error
did you restart visual studio after update cypress?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4625 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK3VXMK76NHF3GQXBKG4AQTS6UARVANCNFSM4H4QCXJA>
.
|
Thank you so much @sharadsamant12 for helping me and solve this error. now it's working |
Hi, I was facing same issue. So I have find a solution for you. It will work for all of you. You also don't need to uninstall anything , Try this one . It is the in last of page. |
for me this was the solution: |
well, I have nothing on Anyone face same issue? :( |
@NAMU1105 did you |
Yes, I did. Anyway, I cleaned the cache in WSL2. |
hello |
Since this issue hasn't had activity in a while, we'll close the issue until we can confirm this is still happening. Please comment if there is new information to provide concerning the original issue and we'd be happy to reopen. |
NOTE If the code after running Cypress with
DEBUG:cypress*
is NOT 3221225781, but you are seeing a similar error - see this issue instead: #4624Current behavior:
Running
cypress open
,cypress run
orcypress verify
results in the error below. Specifically when running withDEBUG:cypress*
logs set, themakeError
portion prints thecode: 3221225781
.previous comments from @brian-mann
The text was updated successfully, but these errors were encountered: