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: TypeError: Object has no method 'size' #200

Closed
brentjanderson opened this issue Nov 7, 2015 · 4 comments
Closed

Comments

@brentjanderson
Copy link

This appears to be an error internal to Kadira, with more details available here: https://ui.kadira.io/et/699ef319-8b2d-473e-87c1-a44f1423763f/wrZXoP4tWKSzPvLmv

Below is the full error (repeated hundreds of times in my console) from Kadira:

Exception in queued task: TypeError: Object  has no method 'size'
I20151107-10:25:14.573(-7)?     at [object Object].proto._pollMongo (meteor://💻app/packages/meteorhacks_kadira/lib/hijack/wrap_observers.js:67:1)
I20151107-10:25:14.573(-7)?     at Object.task (meteor://💻app/packages/mongo/polling_observe_driver.js:85:1)
I20151107-10:25:14.573(-7)?     at [object Object]._.extend._run (meteor://💻app/packages/meteor/fiber_helpers.js:147:1)
I20151107-10:25:14.574(-7)?     at meteor://💻app/packages/meteor/fiber_helpers.js:125:1

I'm not sure where the unicode Laptop icon (💻) is coming from. Removing meteorhacks:kadira silences the error, and I haven't identified any other packages causing this issue for Kadira.

@arunoda
Copy link
Member

arunoda commented Nov 8, 2015

Okay. What's the meteor version you are using ?
And can I have the package list?
On 2015 නොවැ 7, සෙන at ප.ව. 11.02 Brent Anderson [email protected]
wrote:

This appears to be an error internal to Kadira, with more details
available here:
https://ui.kadira.io/et/699ef319-8b2d-473e-87c1-a44f1423763f/wrZXoP4tWKSzPvLmv

Below is the full error (repeated hundreds of times in my console) from
Kadira:

Exception in queued task: TypeError: Object has no method 'size'
I20151107-10:25:14.573(-7)? at [object Object].proto.pollMongo (meteor://💻app/packages/meteorhacks_kadira/lib/hijack/wrap_observers.js:67:1)
I20151107-10:25:14.573(-7)? at Object.task (meteor://💻app/packages/mongo/polling_observe_driver.js:85:1)
I20151107-10:25:14.573(-7)? at [object Object].
.extend._run (meteor://💻app/packages/meteor/fiber_helpers.js:147:1)
I20151107-10:25:14.574(-7)? at meteor://💻app/packages/meteor/fiber_helpers.js:125:1

I'm not sure where the unicode Laptop icon (💻) is coming from. Removing
meteorhacks:kadira silences the error, and I haven't identified any other
packages causing this issue for Kadira.


Reply to this email directly or view it on GitHub
#200.

arunoda added a commit that referenced this issue Nov 8, 2015
results._size of the polling can be undefined sometimes
It's hard to find the reason. That's a possible case
@arunoda
Copy link
Member

arunoda commented Nov 8, 2015

Try now. I did a fix.
On 2015 නොවැ 8, ඉරිදා at පෙ.ව. 7.43 Arunoda Susiripala <
[email protected]> wrote:

Okay. What's the meteor version you are using ?
And can I have the package list?
On 2015 නොවැ 7, සෙන at ප.ව. 11.02 Brent Anderson [email protected]
wrote:

This appears to be an error internal to Kadira, with more details
available here:
https://ui.kadira.io/et/699ef319-8b2d-473e-87c1-a44f1423763f/wrZXoP4tWKSzPvLmv

Below is the full error (repeated hundreds of times in my console) from
Kadira:

Exception in queued task: TypeError: Object has no method 'size'
I20151107-10:25:14.573(-7)? at [object Object].proto.pollMongo (meteor://💻app/packages/meteorhacks_kadira/lib/hijack/wrap_observers.js:67:1)
I20151107-10:25:14.573(-7)? at Object.task (meteor://💻app/packages/mongo/polling_observe_driver.js:85:1)
I20151107-10:25:14.573(-7)? at [object Object].
.extend._run (meteor://💻app/packages/meteor/fiber_helpers.js:147:1)
I20151107-10:25:14.574(-7)? at meteor://💻app/packages/meteor/fiber_helpers.js:125:1

I'm not sure where the unicode Laptop icon (💻) is coming from. Removing
meteorhacks:kadira silences the error, and I haven't identified any other
packages causing this issue for Kadira.


Reply to this email directly or view it on GitHub
#200.

@lukasvan3l
Copy link

yup, a meteor update fixed it for me! Thanks for the quick response :)

@brentjanderson
Copy link
Author

This appears to have fixed the issue. Thanks!

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

3 participants