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: No elm-oracle suggestions #52

Open
mauradelrosario opened this issue Apr 6, 2017 · 14 comments
Open

Uncaught Error: No elm-oracle suggestions #52

mauradelrosario opened this issue Apr 6, 2017 · 14 comments

Comments

@mauradelrosario
Copy link

[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
Copy link

same here

@duncanmalashock
Copy link

I'm getting this too

@angierovatti
Copy link

same here :(

@cgarciae
Copy link

+1

4 similar comments
@groundedsage
Copy link

+1

@jigargosar
Copy link

+1

@gurujimani
Copy link

+1

@knutanderss
Copy link

+1

@suside
Copy link

suside commented Jul 19, 2017

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
Copy link

Tmarty commented Sep 5, 2017

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

@bmordan
Copy link

bmordan commented Feb 18, 2018

+1

@nlko
Copy link

nlko commented Mar 23, 2018

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
Copy link

xpe commented Sep 2, 2018

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
Copy link

alexpreiss commented Dec 11, 2018

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

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