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

0.81: Cannot call method 'charAt' of null at isRelative (packages/minifiers/minifiers.js:88) #2103

Closed
pwujek opened this issue May 1, 2014 · 2 comments

Comments

@pwujek
Copy link

pwujek commented May 1, 2014

This exception looks similar to #2093 but is happening in different code.
It occurs after mrt is started and prevents the server from starting.

/home/paul/.meteor/tools/43b8566b9f/lib/node_modules/fibers/future.js:173
                        throw(ex);
                              ^
TypeError: Cannot call method 'charAt' of null
    at isRelative (packages/minifiers/minifiers.js:88)
    at packages/minifiers/minifiers.js:112
    at Array.forEach (native)
    at Function._.each._.forEach (packages/underscore/underscore.js:105)
    at packages/minifiers/minifiers.js:94
    at Array.forEach (native)
    at Function._.each._.forEach (packages/underscore/underscore.js:105)
    at Object.CssTools.rewriteCssUrls (packages/minifiers/minifiers.js:91)
    at packages/minifiers/minifiers.js:57
    at Array.forEach (native)
    at Function._.each._.forEach (packages/underscore/underscore.js:105)
    at Object.CssTools.mergeCssAsts (packages/minifiers/minifiers.js:34)
    at _.extend.mergeCss (/home/paul/.meteor/tools/43b8566b9f/tools/bundler.js:813:34)
    at _.extend.make (/home/paul/.meteor/tools/43b8566b9f/tools/bundler.js:455:12)
    at makeClientTarget (/home/paul/.meteor/tools/43b8566b9f/tools/bundler.js:1667:14)
    at /home/paul/.meteor/tools/43b8566b9f/tools/bundler.js:1723:20
    at Object.capture (/home/paul/.meteor/tools/43b8566b9f/tools/buildmessage.js:191:5)
    at Object.exports.bundle (/home/paul/.meteor/tools/43b8566b9f/tools/bundler.js:1655:31)
    at _.extend._runOnce (/home/paul/.meteor/tools/43b8566b9f/tools/run-app.js:406:32)
    at _.extend._fiber (/home/paul/.meteor/tools/43b8566b9f/tools/run-app.js:540:28)
    at /home/paul/.meteor/tools/43b8566b9f/tools/run-app.js:348:12
@avital
Copy link
Contributor

avital commented May 1, 2014

Can you please see if the test-fix-2093 release solves your issue? (meteor run --release test-fix-2093)

@pwujek
Copy link
Author

pwujek commented May 1, 2014

Yes, the test-fix-2093 seems to fix that problem.
The app no longer works for unknown other reasons which I now have to research…

@pwujek pwujek closed this as completed May 1, 2014
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