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

Meteor v1.2: "to: wrong arguments" and "toEnd: wrong arguments" errors on startup #104

Closed
brianlukoff opened this issue Sep 1, 2015 · 9 comments
Labels

Comments

@brianlukoff
Copy link

In Meteor 1.2-rc7, I'm getting the following errors on startup during the tap-i18n-compiler step:

=> Started proxy.
=> Started MongoDB.
to: wrong argumentstap-i18n-compiler` fr...  |

toEnd: wrong arguments
@mquandalle
Copy link

👍 (still there with -rc12)

@theosp
Copy link
Collaborator

theosp commented Sep 4, 2015

wekan/wekan#264 related.

@theosp
Copy link
Collaborator

theosp commented Sep 4, 2015

Thanks for reporting this guys. As it seems we still have time till "late summer", the current release date for v1.2, I tend to wait with investing time to investigate this issue, might be solved in future RCs.

@theosp theosp added the bug label Sep 4, 2015
@theosp theosp changed the title "to: wrong arguments" and "toEnd: wrong arguments" errors on startup in Meteor 1.2 Meteor v1.2: "to: wrong arguments" and "toEnd: wrong arguments" errors on startup in Sep 4, 2015
@theosp theosp changed the title Meteor v1.2: "to: wrong arguments" and "toEnd: wrong arguments" errors on startup in Meteor v1.2: "to: wrong arguments" and "toEnd: wrong arguments" errors on startup Sep 4, 2015
@brianlukoff
Copy link
Author

After some digging, it appears to be an issue with Shell.js (shelljs/shelljs#159) which I think is now used by Meteor. The issue crops up when String.js (which simple-schema uses) tries to access all methods of String.

@mquandalle
Copy link

Is MDG aware of the issue?

@brianlukoff
Copy link
Author

Just filed meteor/meteor#5107.

@mquandalle
Copy link

This is fixed in Meteor 1.2-rc.14. Thank you very much @brianlukoff for identifying and reporting this bug to MDG :-)

@brianlukoff
Copy link
Author

Great - happy to help!

@Obiwarn
Copy link

Obiwarn commented Feb 25, 2016

reappears in 1.3 - beta 11

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

No branches or pull requests

4 participants