Giter Club home page Giter Club logo

Comments (4)

peteruithoven avatar peteruithoven commented on May 12, 2024

Same here. Tried starting the server on my computer and on a server. The server also reported creating the channel, but in Brackets I got the same error.
Running OS X 10.9.4.

I'd like to help, how do I start debugging this? Can I find a more verbose error message somewhere?

from brackets-code-connect.

josephlimb avatar josephlimb commented on May 12, 2024

It appears that the error is caused by the difference in versions of socket io. When you use NodeJS to install the server, it installs the latest version of socket io which is an entire difference release 1.x... verses the client which is still using 0.9.x. There were some changes in the api which are causing this problem.

from brackets-code-connect.

peteruithoven avatar peteruithoven commented on May 12, 2024

There is no version specified in the package.json.
https://github.com/tjwudi/code-connect-server/blob/master/package.json#L32

I think it's common to specify that you want the latest version within a major "breaking-change" version, using a caret range. This is added by default when you use npm install [some package] --save.

I opened a issue on the server part:
tjwudi/code-connect-server#4

from brackets-code-connect.

tjwudi avatar tjwudi commented on May 12, 2024

Hi. I've not been active on this project for a long time. I wrote it when I first got started with JavaScript and node.

So now, only GOD know what I was writing.

I've decided to develop a brand new version and will publish it soon, maybe some day in April 2015. Stay tuned!

from brackets-code-connect.

Related Issues (7)

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.