Skip to content

What could this be related to? #2

@ghost

Description

stream.js:94
W20141104-22:28:56.572(13)? (STDERR)       throw er; // Unhandled stream error in pipe.
W20141104-22:28:56.572(13)? (STDERR)             ^
W20141104-22:28:56.572(13)? (STDERR) Error: Meteor code must always run within a Fiber. Try wrapping callbacks that you pass to non-Meteor libraries with Meteor.bindEnvironment.
W20141104-22:28:56.572(13)? (STDERR)     at Object.Meteor._nodeCodeMustBeInFiber (packages/meteor/dynamics_nodejs.js:9)
W20141104-22:28:56.573(13)? (STDERR)     at _.extend.get (packages/meteor/dynamics_nodejs.js:21)
W20141104-22:28:56.573(13)? (STDERR)     at Object.Meteor.userId (packages/accou

Could this be related to what?

this is the code that is casuing this

Meteor.ClientCall.apply(Meteor.userId(), 'captured', function (error, result) {
                            console.log('CALLBACK', result);
                        });

This code runs only on the server file.

And on the client only file i have

Meteor.ClientCall.methods({
  'captured': function() {
    debugger;
  },

});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions