cypress: Cannot find unclaimed instance for spec
Current behavior:
I got this on the CL. Run do NOT get recorded This run will not be recorded. On the dashboard the run will be labeled as timeout.
Warning: We encountered an error talking to our servers.
This error will not alter the exit code.
StatusCodeError: 400
{
"message": "Cannot find unclaimed instance for spec: cypress\\integration\\dev-tests\\tests_writing_off.spec.js"
}
Desired behavior:
The run to get recorded
Test code to reproduce
cypress run --record
thrugth npm run ‘custom script’.
With any sets of tests.
Versions
Version 4.12.1 Windows 10 Electron 80
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 17 (6 by maintainers)
Our engineering team has released a fix for this issue - of seeing the
Cannot find unclaimed instance for spec
error when running in Windows OS’s. This fix should be immediate and not require a new version of Cypress.Please comment here or open a new issue if you continue to see this issue on any new runs that are recorded to the Dashboard.
I’m still facing this issue in the latest version of cypress (5.0.0) on Windows. Here is the full log with debug enabled if it helps: