Giter Club home page Giter Club logo

Comments (3)

jamii avatar jamii commented on August 22, 2024

The exception takes down the main locker process but leaves other node processes running. Restarting locker fails with:

jamie@jamie-aspire:~/Locker$ node locker.js
[01:27:21][Locker] Installing c638801c4fb3759985c239f9da53c0c4
[01:27:21][Locker] Spawned dashboard pid: 7169
[01:27:21][Locker] locker running at http://localhost:8042/
[01:27:21][Locker] id keys loaded
[01:27:22][Locker] dashboard stdout: http://localhost:18042/

[01:27:22][Locker] Error dashboard:

[01:27:22][Locker] Error dashboard: node.js:116

[01:27:22][Locker] Error dashboard: throw e; // process.nextTick error, or 'error' event on first tick

[01:27:22][Locker] Error dashboard: ^

[01:27:22][Locker] Error dashboard: Error: EADDRINUSE, Address already in use
at HTTPServer._doListen (net.js:1062:5)
at net.js:1033:14
at Object.lookup (dns.js:132:45)
at HTTPServer.listen (net.js:1027:20)
at Object. (/home/jamie/Locker/Ops/Dashboard/dashboard.js:188:5)
at Module._compile (module.js:383:26)
at Object..js (module.js:389:10)
at Module.load (module.js:315:31)
at Function._load (module.js:276:12)
at Array. (module.js:402:10)

[01:27:22][Locker] dashboard died with code 1

from locker.

temas avatar temas commented on August 22, 2024

So the comment issue is a more annoying one due to the crash in the core and needing to find a way to cleanup the children processes in that case. We'll deal with that later, and could you spin it off as a new issue?

The plugin issue is proving to be rather nasty. The first part of the issue had to do with the way the file was sent causing a redirect. This redirect handler would send headers, but then after the successful redirect more headers were attempted to be sent. Once that issue was resolved the plugin is now not loading by Chrome. Still under investigation.

from locker.

smurthas avatar smurthas commented on August 22, 2024

This code has been deprecated.

from locker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.