Meteor-Community-Packages / raix-push

DEPRECATED: Push notifications for cordova (ios, android) browser (Chrome, Safari, Firefox)
https://atmospherejs.com/raix/push
MIT License
514 stars 197 forks source link

Kadira endevent forced complete #333

Open TechplexEngineer opened 6 years ago

TechplexEngineer commented 6 years ago

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 commented 6 years ago

Fixed by changing meteor@1.8.4 to meteor@1.8.5 in .meteor/versions. Ref: https://github.com/meteor/meteor/issues/9730