-
Notifications
You must be signed in to change notification settings - Fork 23
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
example server stays at "connecting..." #4
Comments
Did you clone the repo and follow the instructions in the README?
|
Yes, that's what I did, I have the server running on 7007, however in the chrome console I can see that error |
That's odd - I'm not able to reproduce this... |
@hatpick what version of node are you running? |
stable version v0.10.29 btw I can run ShareJS server on the same machine and it works. (from sharejs project) |
Reproduced myself, latest master and same node version. Something seems to go wrong in the subscription, not sure what though, the error is on {
"a": "sub",
"error": {},
"c": "users",
"d": "sephx"
} |
I moved my |
FYI, this still happens on master. |
Looks like Go to This should get the demo working. |
@christopherdro Thanks, that worked for me but I wasn't happy with using a workaround. When I went into the code to figure out the actual problem, I realized that the scripts in All it takes to fix this is renaming |
Hey,
I get this error when I try to run the server:
Could not subscribe: [object Object]
I'm a ShareJS 0.6.X user and I don't have a good understanding of 0.7+ at the moment so I can't figure out what's wrong, would you mind checking this?
The text was updated successfully, but these errors were encountered: