raix-push icon indicating copy to clipboard operation
raix-push copied to clipboard

Kadira endevent forced complete

Open TechplexEngineer opened this issue 7 years ago • 1 comments

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
	}
]

TechplexEngineer avatar Mar 04 '18 16:03 TechplexEngineer

Fixed by changing [email protected] to [email protected] in .meteor/versions. Ref: https://github.com/meteor/meteor/issues/9730

lorensr avatar Mar 19 '18 19:03 lorensr