You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run cypress run --browser chrome, I get the error mentioned in the description.
URL of Issue(s)
No link
Steps to replicate
Install cypress
Write Cypress Test
run cypress run --browser chrome
You will see this warning Cypress Helper (GPU)[18271:268052] WARNING: AVCaptureDeviceTypeExternal is deprecated for Continuity Cameras. Please use AVCaptureDeviceTypeContinuityCamera and add NSCameraUseContinuityCameraDeviceType to your Info.plist.
It will fail after.
Still waiting to connect to Chrome, retrying in 1 second (attempt 62/62)
Cypress failed to make a connection to the Chrome DevTools Protocol after retrying for 50 seconds.
This usually indicates there was a problem opening the Chrome browser.
The CDP port requested was 51109.
Error: connect ECONNREFUSED 127.0.0.1:51109
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16)
error Command failed with exit code 1.
Browser
Chrome Version 117.0.5938.92 (Official Build) (arm64)
Device
PC
Mac
iPhone
iPad
Android Phone
Android Tablet
Additional Information
Cypress Helper (GPU)[18271:268052] WARNING: AVCaptureDeviceTypeExternal is deprecated for Continuity Cameras. Please use AVCaptureDeviceTypeContinuityCamera and add NSCameraUseContinuityCameraDeviceType to your Info.plist.
The text was updated successfully, but these errors were encountered:
This issue list is for documentation errors. Your issue belongs in the https://github.com/cypress-io/cypress/issues list, where you can find your issue also reported and resolved.
Node.js v16.13.0 has reached end-of-life and is no longer supported. It is unlikely to be causing your issues, but you should make sure that you are using a supported version of Node.js, which is currently 18 or 20.
Regarding your error in the title:
"AVCaptureDeviceTypeExternal is deprecated for Continuity Cameras"
You would need to give more information about which operating system you are running under.
You may find that updating to the latest Cypress version 13.3.0 may solve this issue, as some other gpu-related issues have been resolved by updating. It may also just be a warning which can be ignored after you have updated your Chrome browser.
Description
When I try to run cypress run --browser chrome, I get the error mentioned in the description.
URL of Issue(s)
No link
Steps to replicate
cypress run --browser chrome
Cypress Helper (GPU)[18271:268052] WARNING: AVCaptureDeviceTypeExternal is deprecated for Continuity Cameras. Please use AVCaptureDeviceTypeContinuityCamera and add NSCameraUseContinuityCameraDeviceType to your Info.plist.
It will fail after.
Still waiting to connect to Chrome, retrying in 1 second (attempt 62/62)
Browser
Chrome Version 117.0.5938.92 (Official Build) (arm64)
Device
Additional Information
Cypress Helper (GPU)[18271:268052] WARNING: AVCaptureDeviceTypeExternal is deprecated for Continuity Cameras. Please use AVCaptureDeviceTypeContinuityCamera and add NSCameraUseContinuityCameraDeviceType to your Info.plist.
The text was updated successfully, but these errors were encountered: