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

Error: EISDIR: illegal operation on a directory, read #155

Closed
jasonLaster opened this issue Jun 8, 2016 · 0 comments
Closed

Error: EISDIR: illegal operation on a directory, read #155

jasonLaster opened this issue Jun 8, 2016 · 0 comments
Assignees

Comments

@jasonLaster
Copy link

Seeing this error with cypress run and cypress ci. It seems harmless, as in doesn't keep the tests from failing, but still an issue.

debugger.html cypress  run

Tests should begin momentarily...

Error: EISDIR: illegal operation on a directory, read
  at Error (native)
  at Object.fs.readSync (fs.js:651:19)
  at Object.fs.readSync (/Applications/Cypress.app/Contents/Resources/app/node_modules/mocha/node_modules/graceful-fs/polyfills.js:218:23)
  at Object.fs.readFileSync (fs.js:472:24)
  at Object.fs.readFileSync (ELECTRON_ASAR.js:426:29)
  at /Applications/Cypress.app/Contents/Resources/app/node_modules/snockets/lib/snockets.js:398:23
  at Snockets.module.exports.Snockets.stat (/Applications/Cypress.app/Contents/Resources/app/node_modules/snockets/lib/snockets.js:368:18)
  at Snockets.module.exports.Snockets.readFile (/Applications/Cypress.app/Contents/Resources/app/node_modules/snockets/lib/snockets.js:377:19)
  at Snockets.module.exports.Snockets.updateDirectives (/Applications/Cypress.app/Contents/Resources/app/node_modules/snockets/lib/snockets.js:280:19)
  at Snockets.module.exports.Snockets.getCompiledChain (/Applications/Cypress.app/Contents/Resources/app/node_modules/snockets/lib/snockets.js:76:19)
  at Object.module.exports.handle (/Applications/Cypress.app/Contents/Resources/app/index.js:1529:31)
  at /Applications/Cypress.app/Contents/Resources/app/index.js:4865:19
  at Layer.handle [as handle_request] (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/layer.js:82:5)
  at next (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/route.js:110:13)
  at Route.dispatch (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/route.js:91:3)
  at Layer.handle [as handle_request] (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/layer.js:82:5)
  at /Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:267:22
  at Function.proto.process_params (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:321:12)
  at next (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:261:10)
  at Layer.handle [as handle_request] (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/layer.js:78:12)
  at trim_prefix (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:302:13)
  at /Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:270:7
  at Function.proto.process_params (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:321:12)
  at next (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:261:10)
  at compression (/Applications/Cypress.app/Contents/Resources/app/node_modules/compression/index.js:217:5)
  at Layer.handle [as handle_request] (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/layer.js:82:5)
  at trim_prefix (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:302:13)
  at /Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:270:7
  at Function.proto.process_params (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:321:12)
  at next (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:261:10)
  at cookieParser (/Applications/Cypress.app/Contents/Resources/app/node_modules/cookie-parser/index.js:56:14)
  at Layer.handle [as handle_request] (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/layer.js:82:5)
  at trim_prefix (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:302:13)
  at /Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:270:7
  at Function.proto.process_params (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:321:12)
  at next (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:261:10)
  at expressInit (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/middleware/init.js:23:5)
  at Layer.handle [as handle_request] (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/layer.js:82:5)
  at trim_prefix (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:302:13)
  at /Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:270:7
  at Function.proto.process_params (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:321:12)
  at next (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:261:10)
  at query (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/middleware/query.js:28:5)
  at Layer.handle [as handle_request] (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/layer.js:82:5)
  at trim_prefix (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:302:13)
  at /Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:270:7
  at Function.proto.process_params (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:321:12)
  at next (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:261:10)
  at Function.proto.handle (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/router/index.js:166:3)
  at EventEmitter.app.handle (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/application.js:170:10)
  at Server.app (/Applications/Cypress.app/Contents/Resources/app/node_modules/express/lib/express.js:28:9)
  at Server.<anonymous> (/Applications/Cypress.app/Contents/Resources/app/node_modules/engine.io/lib/server.js:434:22)
  at Server.<anonymous> (/Applications/Cypress.app/Contents/Resources/app/node_modules/socket.io/lib/index.js:260:16)
  at emitTwo (events.js:100:13)
  at Server.emit (events.js:185:7)
  at HTTPParser.parserOnIncoming [as onIncoming] (_http_server.js:537:12)
  at HTTPParser.parserOnHeadersComplete (_http_common.js:103:23)



  Todo MVC
    ✓ (Firefox) Adding a Todo (9840ms)
    ✓ (Firefox) Adding Breakpoints (7459ms)
    - (Chrome) Adding a Todo


  2 passing (17s)
  1 pending
@cypress-io cypress-io locked as resolved and limited conversation to collaborators Dec 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants