-
Notifications
You must be signed in to change notification settings - Fork 33
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
Error: Meteor code must always run within a Fiber #3
Comments
This doesn't seems like a picker's error. It's passing the http request to IR and that's where the error throws. But, I'ld like to see a sample code or something which can be re-producible. |
I don't actually know where it's coming from. I don't use the picker On 17 February 2015 at 00:22, Arunoda Susiripala [email protected]
|
Actually, it can be fast-render. If that's the case, try to isolate the publication which cause this and send me. Still, I'm not exactly sure where this is happening. |
Hi,
The error appears when I add the mongo.update() part |
What about |
I too have problem with this error when I trying to use mongo handling requests. |
My mup logs:
spiderable: phantomjs failed: null
stderr:
Error: Meteor code must always run within a Fiber. Try wrapping callbacks that you pass to non-Meteor libraries with Meteor.bindEnvironment.
at Object.Meteor.nodeCodeMustBeInFiber (packages/meteor/dynamics_nodejs.js:9:1)
at [object Object]..extend.get (packages/meteor/dynamics_nodejs.js:21:1)
at [object Object].RouteController.lookupOption (packages/iron:router/lib/route_controller.js:66:1)
at new Controller.extend.constructor (packages/iron:router/lib/route_controller.js:26:1)
at [object Object].ctor (packages/iron:core/lib/iron_core.js:88:1)
at Function.Router.createController (packages/iron:router/lib/router.js:201:1)
at Function.Router.dispatch (packages/iron:router/lib/router_server.js:39:1)
at Object.router (packages/iron:router/lib/router.js:15:1)
at next (/opt/draftapp/app/programs/server/npm/webapp/node_modules/connect/lib/proto.js:190:15)
at processNextSubRouter (packages/meteorhacks:picker/lib/implementation.js:74:1)
The text was updated successfully, but these errors were encountered: