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

Exception in queued task: Error: Removed nonexistent document #228

Open
patrickml opened this issue Apr 26, 2016 · 0 comments
Open

Exception in queued task: Error: Removed nonexistent document #228

patrickml opened this issue Apr 26, 2016 · 0 comments

Comments

@patrickml
Copy link

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

1 participant