arunoda / meteor-ddp-analyzer

Simple DDP Proxy which logs DDP messages
MIT License
150 stars 19 forks source link

DDP analyzer breaks my app #3

Open afuggini opened 10 years ago

afuggini commented 10 years ago

I get WebSocket connection to 'ws://localhost:3030/sockjs/512/sz3dcw4n/websocket' failed: Connection closed before receiving a handshake response on the browser console and information is not sent to browser.

My app is runs on port 3000 using meteor --settings config/development/settings.json. Is this a problem?

afuggini commented 10 years ago

Now DDP on my app only works on port 3030 as per the console error and my app doesn't work anymore. What should I do?

arunoda commented 10 years ago

That's error is okay. DDP Analyzer does not work with WS. But will be using others.

What do you mean by DDP works on 3030, but my app does not work anymore? Could you please send me a minimalistic repo with this issue? Then I could fix this quickly.

gVolop commented 8 years ago

have a same issue, my meteor app run on port 3000, ddp analyzer on port 3030, and my app couldn't run without apply ddp. if i run meteor and not ddp analyzer proxy, i get this error on my brwser console : "GET http://localhost:3030/sockjs/info?cb=ljx2z3er6t net::ERR_CONNECTION_REFUSED " and data didn't arrive to client

gazinbendigo commented 8 years ago

Me too. No data arriving to the app with browser console reporting GET http://localhost:3030/sockjs/info?........ ddp-client.js:910

gVolop commented 8 years ago

@arunoda can we get your help? unable to run meteor without DDP analyzer! and uninstalling didn't solve this! has a some way to return back after i made this installation?

gazinbendigo commented 8 years ago

@arunoda try meteor -p [your port number] from the command line.

gVolop commented 8 years ago

@gazinbendigo ? what u mean? this bug occured for me in any port!

gazinbendigo commented 8 years ago

meteor -p 3000 worked for me.

gVolop commented 8 years ago

@gazinbendigo still must execute DDP-analyzer! without this - data not arrived to client side!!!