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

Uncaught Error: spawn ENOTDIR #365

Closed
s905060 opened this issue Jan 20, 2015 · 6 comments
Closed

Uncaught Error: spawn ENOTDIR #365

s905060 opened this issue Jan 20, 2015 · 6 comments

Comments

@s905060
Copy link

s905060 commented Jan 20, 2015

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.174.0
System: Mac OS X 10.10.1
Thrown From: linter package, v0.10.0

Stack Trace

Uncaught Error: spawn ENOTDIR

At child_process.js:1156

Error: spawn ENOTDIR
  at exports._errnoException (util.js:746:11)
  at ChildProcess.spawn (child_process.js:1156:11)
  at Object.exports.spawn (child_process.js:989:9)
  at new BufferedProcess (/Applications/Atom.app/Contents/Resources/app/src/buffered-process.js:51:37)
  at LinterPylint.Linter.lintFile (/Users/jashl/.atom/packages/linter/lib/linter.coffee:152:19)
  at /Users/jashl/.atom/packages/linter/lib/linter-view.coffee:139:18
  at Array.forEach (native)
  at /Users/jashl/.atom/packages/linter/lib/linter-view.coffee:138:18
  at Object.oncomplete (fs.js:93:15)

Commands

     -0:00.5 settings-view:check-for-package-updates (atom-workspace.workspace.scrollbars-visible-when-scrolling.theme-monokai.theme-seti-ui)
     -0:00.0 deprecation-cop:view (atom-workspace.workspace.scrollbars-visible-when-scrolling.theme-monokai.theme-seti-ui)

Config

{
  "core": {
    "themes": [
      "seti-ui",
      "monokai"
    ]
  },
  "linter": {
    "showErrorInline": true
  }
}

Installed Packages

# User
Sublime-Style-Column-Selection, v1.2.2
atom-django, v0.2.0
atom-lint, v0.20.1
autocomplete-plus, v1.1.0
color-picker, v1.4.0
highlight-selected, v0.7.0
language-python-django-templates, v0.1.0
linter, v0.10.0
linter-clang, v2.10.0
linter-csslint, v0.0.11
linter-javac, v0.1.3
linter-php, v0.0.11
linter-pylint, v0.2.0
linter-shellcheck, v0.0.6
linter-xmllint, v0.0.5
minimap, v3.5.6
minimap-selection, v3.1.1
monokai, v0.9.0
seti-ui, v0.6.1

# Dev
No dev packages

/cc @atom/core

@sanderv32
Copy link

Also have this error on Ubuntu 14.04LTS. Already added

process.env.PATH = ["/usr/bin", process.env.PATH].join(":")

to the init.coffee but that doesn't solve this problem.

@Tylerlhess
Copy link

My stack trace is a little different.

child_process.js:1160
Hide Stack TraceShow Stack Trace
Error: spawn ENOTDIR
at exports._errnoException (util.js:753:11)
at ChildProcess.spawn (child_process.js:1160:11)
at Object.exports.spawn (child_process.js:993:9)
at new BufferedProcess (/Users//Downloads/Atom.app/Contents/Resources/app/src/buffered-process.js:51:37)
at LinterPylint.Linter.lintFile (/Users//.atom/packages/linter/lib/linter.coffee:152:19)
at /Users//.atom/packages/linter/lib/linter-view.coffee:150:18
at Array.forEach (native)
at /Users//.atom/packages/linter/lib/linter-view.coffee:149:18
at FSReqWrap.oncomplete (fs.js:100:15)

@JoeNoPhoto
Copy link

Error: spawn ENOTDIR
at exports._errnoException (util.js:734:11)
at ChildProcess.spawn (child_process.js:1145:11)
at Object.exports.spawn (child_process.js:977:9)
at BufferedProcess.module.exports.BufferedProcess.spawn (/Users//Downloads/Atom.app/Contents/Resources/app.asar/src/buffered-process.js:188:44)
at new BufferedProcess (/Users//Downloads/Atom.app/Contents/Resources/app.asar/src/buffered-process.js:52:14)
at LinterJshint.Linter.lintFile (/Users//.atom/packages/linter/lib/linter.coffee:178:19)
at LinterJshint.lintFile (/Users//.atom/packages/linter-jshint/lib/linter-jshint.coffee:56:5)
at /Users//.atom/packages/linter/lib/linter-view.coffee:163:18
at Array.forEach (native)
at /Users//.atom/packages/linter/lib/linter-view.coffee:162:18

@seanwash
Copy link

seanwash commented Jul 4, 2015

I see that this issue has been closed, but Im still getting this error and Atom doesn't report that I have any plugins that need updating.

@AsaAyers
Copy link
Contributor

AsaAyers commented Jul 5, 2015

Linter was completely rewritten. I closed all 157 issues and this was one of them.

If it's still an issue please open a new issue with steps to reproduce.

@seanwash
Copy link

seanwash commented Jul 5, 2015

Got it! I'll open a new issue. Thanks for your awesome work btw.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants