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

When another instance of the simulator is running, it crashes in an ugly way #1

Open
gabeabrams opened this issue Jun 13, 2019 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@gabeabrams
Copy link
Contributor

Make a prettier crash than this:

events.js:183
      throw er; // Unhandled 'error' event
      ^

Error: listen EADDRINUSE :::8088
    at Object._errnoException (util.js:992:11)
    at _exceptionWithHostPort (util.js:1014:20)
    at Server.setupListenHandle [as _listen2] (net.js:1355:14)
    at listenInCluster (net.js:1396:12)
    at Server.listen (net.js:1480:7)
    at module.exports (/Users/gabeabrams/code/students-at-risk-widget/node_modules/caccl-canvas-partial-simulator/index.js:122:10)
    at Object.<anonymous> (/Users/gabeabrams/code/students-at-risk-widget/node_modules/caccl/canvas/startPartialSimulation.js:76:1)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
@gabeabrams gabeabrams added bug Something isn't working enhancement New feature or request labels Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant