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

Kadira endevent forced complete #333

Open
TechplexEngineer opened this issue Mar 4, 2018 · 1 comment
Open

Kadira endevent forced complete #333

TechplexEngineer opened this issue Mar 4, 2018 · 1 comment

Comments

@TechplexEngineer
Copy link

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
	}
]
@lorensr
Copy link

lorensr commented Mar 19, 2018

Fixed by changing meteor@1.8.4 to meteor@1.8.5 in .meteor/versions. Ref: meteor/meteor#9730

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