Launch Hanging on Ubuntu when `snap` version of Chromium is installed
See original GitHub issueCurrent behavior:
cypress open
does not open Cypress.
cypress run
just seems to hang.
Logs: https://pastebin.com/ULZwQEj8
Snapshot of behavior and logs:
System:
Desired behavior:
Should be able to run tests.
Test code to reproduce
As this is happening prior to Cypress running I don’t think its anything I can give reproduction steps for.
DEBUG=* $(npm bin)/cypress open
DEBUG=* $(npm bin)/cypress run
Are the commands I am running.
Versions
v4.3.0 and v4.4.0
Issue Analytics
- State:
- Created 3 years ago
- Reactions:11
- Comments:22 (4 by maintainers)
Top Results From Across the Web
Chromium installation error in Lubuntu 20.04
Save this question. I've installed Lubuntu 20.04 x64, and wanted to install chromium browser. => Installing the chromium snap ==> Checking ...
Read more >the chromium snap takes a long time to install without ...
Running snap directly there was a progress indicator so i could see that snap downloads are very very very slow. 200kb/s. I'm on...
Read more >Intent to provide chromium as a snap only - Desktop
snap install chromium --channel=candidate/from-source ... The user is stuck using the version of the Chromium snap that they initially ...
Read more >Ubuntu chromium snap error - Troubleshooting
I fixed it by uninstalling chromium and install..... Got all my TVE channels back. sudo apt install chromium-bsu.
Read more >Ubuntu Devs Finally Fix Frustrating Firefox Snap Flaw
First: double-check that you have the latest version of the xdg-desktop-portal package (v1.14.4-1ubuntu2~22.04.1 to be specific). This is ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I also have that issue:
Similar issue that I reported: https://github.com/cypress-io/cypress/issues/7027
Removed chromium from snapd and regular apt and now is worked.
Also solved by uninstalling the snap version of Chromium. Thanks @Lektro9 & @jbpallingayan.