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

fibers/future.js error #1914

Closed
christianbundy opened this issue Mar 12, 2014 · 3 comments
Closed

fibers/future.js error #1914

christianbundy opened this issue Mar 12, 2014 · 3 comments

Comments

@christianbundy
Copy link
Contributor

Today Meteor stopped working for me – running either mrtor meteor throws this:

$ meteor
[[[[[ ~/Development/fraction ]]]]]

=> Started proxy.
=> Started MongoDB.     
=> Starting your app...
/Users/christianbundy/.meteor/tools/f3947a4651/lib/node_modules/fibers/future.js:173
                        throw(ex);
                              ^
TypeError: Cannot call method 'split' of undefined
  at Object.exports.parse (/Users/christianbundy/.meteor/tools/f3947a4651/tools/parse-stack.js:18:26)
  at Object.exception (/Users/christianbundy/.meteor/tools/f3947a4651/tools/buildmessage.js:355:28)
  at /Users/christianbundy/.meteor/tools/f3947a4651/tools/packages.js:495:22
  at Array.forEach (native)
  at Function._.each._.forEach (/Users/christianbundy/.meteor/tools/f3947a4651/lib/node_modules/underscore/underscore.js:79:11)
  at [object Object]._.extend.build (/Users/christianbundy/.meteor/tools/f3947a4651/tools/packages.js:279:7)
  at /Users/christianbundy/.meteor/tools/f3947a4651/tools/packages.js:1088:13
  at Array.forEach (native)
  at Function._.each._.forEach (/Users/christianbundy/.meteor/tools/f3947a4651/lib/node_modules/underscore/underscore.js:79:11)
  at [object Object]._.extend.build (/Users/christianbundy/.meteor/tools/f3947a4651/tools/packages.js:1087:7)
  at [object Object]._.extend.getForApp (/Users/christianbundy/.meteor/tools/f3947a4651/tools/library.js:285:9)
  at /Users/christianbundy/.meteor/tools/f3947a4651/tools/bundler.js:1762:25
  at Object.capture (/Users/christianbundy/.meteor/tools/f3947a4651/tools/buildmessage.js:191:5)
  at Object.exports.bundle (/Users/christianbundy/.meteor/tools/f3947a4651/tools/bundler.js:1697:31)
  at [object Object]._.extend._runOnce (/Users/christianbundy/.meteor/tools/f3947a4651/tools/run-app.js:396:32)
  at [object Object]._.extend._fiber (/Users/christianbundy/.meteor/tools/f3947a4651/tools/run-app.js:520:28)
  at /Users/christianbundy/.meteor/tools/f3947a4651/tools/run-app.js:340:12

What could I have done to cause this? You can find my code at christianbundy/fraction:fix-login-mobile

christianbundy added a commit to christianbundy/fraction that referenced this issue Mar 12, 2014
@christianbundy
Copy link
Contributor Author

For your reference, this was caused by an undefined LESS variable. I can close this issue if you'd like, but the bug is still present. Thanks.

@Slava
Copy link
Contributor

Slava commented Mar 12, 2014

@christianbundy thanks for the report! I believe this issue is a duplicate of #1877 and it was fixed on devel. Is there any chance for you to check it? You can run mrt first, get the crash and then run meteor from checkout.

@christianbundy
Copy link
Contributor Author

Oops, I tried searching around and couldn't find the original error – it's definitely a dupe though. Everything works on devel, cheers!

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

2 participants