We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ever since I added te arix:push package I've been seeing these weird errors/warnings. Have others seen these?
Kadira endevent forced complete [ { "type":"start", "at":1520179947892, "data":{ "userId":null, "params":"[{\"id\":\"KEJR4uArv5wyThDDN\",\"token\":{\"gcm\":\"<REDACTED>\"},\"appName\":\"main\",\"userId\":null,\"metadata\":{}}]" } }, { "type":"wait", "at":1520179947892, "data":{} }, { "type":"waitend", "at":1520179947892, "data":{ "waitOn":[] } }, { "type":"db", "at":1520179947893, "data":{ "coll":"_raix_push_app_tokens", "func":"find", "selector":"{\"_id\":\"KEJR4uArv5wyThDDN\"}" } }, { "type":"dbend", "at":1520179947893, "data":{} }, { "type":"db", "at":1520179947893, "data":{ "coll":"_raix_push_app_tokens", "selector":"{\"_id\":\"KEJR4uArv5wyThDDN\"}", "func":"fetch", "cursor":true, "limit":1 } }, { "type":"dbend", "at":1520179947894, "data":{ "docsFetched":0, "docSize":0 } }, { "type":"db", "at":1520179947894, "data":{ "coll":"_raix_push_app_tokens", "func":"find", "selector":"{\"$and\":[{\"token\":{\"gcm\":\"<REDACTED>\"}},{\"appName\":\"main\"},{\"token\":{\"$exists\":true}}]}" } }, { "type":"dbend", "at":1520179947894, "data":{} }, { "type":"db", "at":1520179947894, "data":{ "coll":"_raix_push_app_tokens", "selector":"{\"$and\":[{\"token\":{\"gcm\":\"<REDACTED>\"}},{\"appName\":\"main\"},{\"token\":{\"$exists\":true}}]}", "func":"fetch", "cursor":true, "limit":1 } }, { "type":"dbend", "at":1520179947895, "data":{ "docsFetched":0, "docSize":0 } }, { "type":"db", "at":1520179947895, "data":{ "coll":"_raix_push_app_tokens", "func":"insert" } }, { "type":"dbend", "at":1520179947896, "data":{} }, { "type":"db", "at":1520179947896, "data":{ "coll":"_raix_push_app_tokens", "func":"remove", "selector":"{\"$and\":[{\"_id\":{\"$ne\":\"KEJR4uArv5wyThDDN\"}},{\"token\":{\"gcm\":\"<REDACTED>\"}},{\"appName\":\"main\"},{\"token\":{\"$exists\":true}}]}" } }, { "type":"dbend", "at":1520179947898, "data":{ "removedDocs":0 } }, { "type":"async", "at":1520179947898 }, { "type":"asyncend", "at":1520179947898 }, { "type":"async", "at":1520179947898 }, { "type":"asyncend", "at":1520179947898 }, { "type":"async", "at":1520179947898 }, { "type":"asyncend", "at":1520179947898 } ]
The text was updated successfully, but these errors were encountered:
Fixed by changing [email protected] to [email protected] in .meteor/versions. Ref: meteor/meteor#9730
[email protected]
.meteor/versions
Sorry, something went wrong.
No branches or pull requests
Ever since I added te arix:push package I've been seeing these weird errors/warnings. Have others seen these?
The text was updated successfully, but these errors were encountered: