You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a Project document is updated and IF manager is changed to update all Tasks that match that Project. If I have 7 Tasks I see 7 errors like this only varying with the document ID. I am using the { multi: true } functionality
Exception in queued task: Error: Removed nonexistent document L4ud6AuroXSTtkzKK
I20160426-15:06:23.146(-4)? at SessionCollectionView.removed (packages/ddp-server/livedata_server.js:202:17)
I20160426-15:06:23.146(-4)? at Session.removed (packages/ddp-server/livedata_server.js:391:10)
I20160426-15:06:23.146(-4)? at Subscription.removed (packages/ddp-server/livedata_server.js:1272:19)
I20160426-15:06:23.146(-4)? at Subscription.subscriptionProto.(anonymous function) [as removed] (packages/meteorhacks_kadira/lib/hijack/wrap_subscription.js:88:1)
I20160426-15:06:23.146(-4)? at removed (packages/mongo/collection.js:331:11)
I20160426-15:06:23.147(-4)? at packages/mongo/observe_multiplex.js:183:30
I20160426-15:06:23.147(-4)? at Function._.each._.forEach (packages/underscore/underscore.js:108:1)
I20160426-15:06:23.147(-4)? at Object.task (packages/mongo/observe_multiplex.js:177:9)
I20160426-15:06:23.147(-4)? at [object Object]._.extend._run (packages/meteor/fiber_helpers.js:147:1)
I20160426-15:06:23.147(-4)? at packages/meteor/fiber_helpers.js:125:1
The text was updated successfully, but these errors were encountered:
I am recieving this error and i have traced it back to Kadira. When i remove the kadira package I do not recieve this error.
The process that is taking places is I am using the package https://github.com/matb33/meteor-collection-hooks specifically the
after
hook to do the following:After a
Project
document is updated and IFmanager
is changed to update allTasks
that match thatProject
. If I have 7Tasks
I see 7 errors like this only varying with the document ID. I am using the{ multi: true }
functionalityThe text was updated successfully, but these errors were encountered: