Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Error: Meteor code must always run within a Fiber. #3

Closed
chaksaray opened this issue Jun 7, 2016 · 0 comments
Closed

Error: Meteor code must always run within a Fiber. #3

chaksaray opened this issue Jun 7, 2016 · 0 comments

Comments

@chaksaray
Copy link

chaksaray commented Jun 7, 2016

After I run

meteor add ongoworks:spiderable

then I run my project with ?escaped_fragment=

http://localhost:3000/?_escaped_fragment_=

I got the error :

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 (/home/saray/.meteor/packages/webapp/.1.2.3.7d83sr++os+web.browser+web.cordova/npm/node_modules/connect/lib/proto.js:190:15)
at packages/ongoworks_spiderable/packages/ongoworks_spiderable.js:159:1

I don't know what is going on,, so please help guide me for the solution.

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

No branches or pull requests

1 participant