-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
TypeError: Cannot read property 'toString' of null #1590
Comments
I can confirm that this seems be the |
The error does not seem to occur if you switch to Meteor 1.4.1 using the |
I pulled everything having to do with job control: the package, all jobs, all imports, etc. same error. |
I've seen this error as well. Frequently on the 0.18.0 branch and every once in a while on the 0.17.0 branch (GetOutfitted Fork) |
We've also not seen this in a production build, nor reported on Linux, which continues point at file watching and the various Meteor issues around this, paired with the number of files we're building -> the issue does seem to happen more frequently the more rebuilding/restarting that's happening. |
I've also never seen this in either of our deployed instances on either Digital Ocean or AWS, so I agree that it seems to be an issue with local development/meteor |
This has re-emerged in new Meteor issue: meteor/meteor#8648 maybe this time, it'll get some attention. It might not be the same issue or multiple issues but the described behavior of dying with an |
Just installed and got this error after running for about 15 mins. Here's my version information: Node: 8.0.0 If this helps, my mail configuration hadn't been set so I was getting a series of 07:05:46.634Z WARN Reaction: Reaction.Email.getMailUrl() - no email provider configured |
@mikemurray has been experimenting with using the latest release candidate for Meteor which to this point looks to mitigate this bug. I can't imagine we'll push it as the official release until it's an official release for Meteor, but if you're fed up with getting
|
Depending on how high you've set your file limits, you may still experience this issue occasionally, but with Meteor 1.5.1 the issue is mostly gone, although not 100%. (Released in Reaction 1.4). Closing this issue as |
Not 100% sure on the origin of this error but it does seem to be happening on the
release-0.18.0
branch and not onmaster
. Putting in this ticket as a place to gather data.The only steps to reproduce are start the app and wait. Sometimes it happens right away and sometimes it doesn't but it definitely has nothing to do with doing anything in the app as I have got the error before even opening a browser.
Full stack trace:
The text was updated successfully, but these errors were encountered: