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

Cannot connect #26

Open
T-Grave opened this issue Dec 7, 2015 · 2 comments
Open

Cannot connect #26

T-Grave opened this issue Dec 7, 2015 · 2 comments

Comments

@T-Grave
Copy link

T-Grave commented Dec 7, 2015

I can't connect using the Kadira Debug UI.

I installed kadira:debug in my Meteor app, went to the debug ui, clicked connect, but nothing's happening. It does show it's opening a websocket in the Network dev tools, but I'm not getting any info whatsoever.

@Gaelan
Copy link

Gaelan commented Dec 13, 2015

Same problem here.

@dpankros
Copy link

It doesn't work for me either. After hooking into DDPCommon on the server I'm trying to debug, I'm seeing this:

DDPCommon.parseDDP called with arguments "msg":"method","method":"kadira.debug.remote.getAppEnv","params":[],"id":"1"}
DDPCommon.stringifyDDP called with arguments { msg: 'result',
  id: '1',
  error:
   { [Error: Method not found [404]]
     error: 404,
     reason: 'Method not found',
     details: undefined,
     message: 'Method not found [404]',
     errorType: 'Meteor.Error' } }

It looks pretty clear that the meteor methods that this package injects are NOT getting injected or they're getting removed. Hence, the client cannot connect. I'm searching for a cause, but no promises.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants