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

ETIMEDOUT when psc-ide dies #147

Open
nwolverson opened this issue Feb 10, 2017 · 0 comments
Open

ETIMEDOUT when psc-ide dies #147

nwolverson opened this issue Feb 10, 2017 · 0 comments
Labels

Comments

@nwolverson
Copy link
Owner

I assume psc-ide has died, then build etc comes up with:

main.js:4172 PureScript build status: Failure: Error running PureScript build command: Error: connect ETIMEDOUT 127.0.0.1:15319
    at Object.exports._errnoException (util.js:1026:11)
    at exports._exceptionWithHostPort (util.js:1049:20)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1081:14)

And also

Uncaught (in promise) Error: connect ETIMEDOUT 127.0.0.1:15319(…)exports._errnoException @ util.js:1026exports._exceptionWithHostPort @ util.js:1049afterConnect @ net.js:1081

Should not have uncaught promise exceptions, lots of red popups after big delay in this case.

  • Reduce timeout delay, I don't care to wait 30s for a tooltip
  • Detect dead psc-ide?
    • Why did it die?
  • Suppress repeated identical errors, suppress error representation to toolbar icon?
@nwolverson nwolverson added the bug label Apr 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant