atom-elm icon indicating copy to clipboard operation
atom-elm copied to clipboard

Uncaught Error: No elm-oracle suggestions

Open mauradelrosario opened this issue 7 years ago • 14 comments

[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 

mauradelrosario avatar Apr 06 '17 16:04 mauradelrosario

same here

patrickdet avatar Apr 28 '17 09:04 patrickdet

I'm getting this too

duncanmalashock avatar May 09 '17 16:05 duncanmalashock

same here :(

angierovatti avatar May 11 '17 14:05 angierovatti

+1

cgarciae avatar May 16 '17 19:05 cgarciae

+1

groundedsage avatar May 21 '17 09:05 groundedsage

+1

jigargosar avatar May 31 '17 07:05 jigargosar

+1

gurujimani avatar Jun 15 '17 00:06 gurujimani

+1

knutanderss avatar Jul 17 '17 19:07 knutanderss

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.

suside avatar Jul 19 '17 07:07 suside

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

Tmarty avatar Sep 05 '17 17:09 Tmarty

+1

bmordan avatar Feb 18 '18 19:02 bmordan

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

nlko avatar Mar 23 '18 07:03 nlko

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".

xpe avatar Sep 02 '18 19:09 xpe

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

alexpreiss avatar Dec 11 '18 19:12 alexpreiss