edubkendo / atom-elm

An atom package providing syntax highlighting and snippets for the Elm language.
65 stars 22 forks source link

Uncaught Error: No elm-oracle suggestions #52

Open mauradelrosario opened 7 years ago

mauradelrosario commented 7 years ago

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.15.0 x64 Electron: 1.3.13 OS: Mac OS X 10.11.6 Thrown From: language-elm package 1.5.0

Stack Trace

Uncaught Error: No elm-oracle suggestions

At /Users/maurarodriguez/.atom/packages/language-elm/lib/elmOracle.js:125

Error: No elm-oracle suggestions
    at parseOutput (/packages/language-elm/lib/elmOracle.js:125:11)
    at provideSuggestions (/packages/language-elm/lib/elmOracle.js:27:27)
    at triggerExitCallback (/app.asar/src/buffered-process.js:322:11)
    at /app.asar/src/buffered-process.js:335:11
    at /app.asar/src/buffered-process.js:204:9)
    at emitOne (events.js:101:20)
    at Socket.emit (events.js:188:7)
    at Pipe._handle.close [as _onclose] (net.js:493:12)

Commands

     -0:54.9.0 core:select-all (input.hidden-input)
     -0:53.8.0 core:paste (input.hidden-input)
     -0:52 core:undo (input.hidden-input)
  4x -0:28.9.0 core:backspace (input.hidden-input)
     -0:03.0 core:select-up (input.hidden-input)
     -0:02.7.0 core:backspace (input.hidden-input)

Non-Core Packages

busy-signal 1.3.0 
elm-format 2.1.0 
intentions 1.1.2 
language-elm 1.5.0 
linter 2.1.0 
linter-elm-make 0.23.2 
linter-ui-default 1.1.0 
react 0.16.2 
patrickdet commented 7 years ago

same here

duncanmalashock commented 7 years ago

I'm getting this too

angierovatti commented 7 years ago

same here :(

cgarciae commented 7 years ago

+1

groundedsage commented 7 years ago

+1

jigargosar commented 7 years ago

+1

gurujimani commented 7 years ago

+1

knutanderss commented 7 years ago

+1

suside commented 7 years ago

In my case it was just:

elm-make: elm-stuff/build-artifacts/0.18.0/user/project/1.0.0/Modules-Announcements-ItemView.elmi: openBinaryFile: permission denied (Permission denied)
elm-make: thread blocked indefinitely in an MVar operation

after fixing permissions everything works as expected.

Tmarty commented 7 years ago

In my case I was missing the elm-oracle package and needed to install and configure the plugin with it's path.

bmordan commented 6 years ago

+1

nlko commented 6 years ago

In my case I was missing elm-oracle package.

Using node v7.9.0 (nvm use v7.9.0), i did npm -g install elm-oracle

xpe commented 6 years ago

As of March 2016 (over two years ago), Github added a feature called reactions (https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) so that people don't need to respond "same here" and "+1".

alexpreiss commented 5 years ago

In my case it was just:

elm-make: elm-stuff/build-artifacts/0.18.0/user/project/1.0.0/Modules-Announcements-ItemView.elmi: openBinaryFile: permission denied (Permission denied)
elm-make: thread blocked indefinitely in an MVar operation

after fixing permissions everything works as expected.

How did you fix the permissions? I have the same exact error