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

LiveData Errors #7

Closed
serviewcare opened this issue Jan 13, 2014 · 4 comments
Closed

LiveData Errors #7

serviewcare opened this issue Jan 13, 2014 · 4 comments

Comments

@serviewcare
Copy link

We're getting livedata exceptions thrown when using fast-render that do not occur if fast-render isn't being used.

The error which is being thrown is the following on line 1094:
if (serverDoc) {
// Some outstanding stub wrote here.
if (serverDoc.document === undefined) {
throw new Error("It doesn't make sense to be deleting something we don't know exists: "
+ msg.id);
}
serverDoc.document = undefined;
}

@arunoda
Copy link
Contributor

arunoda commented Jan 13, 2014

Seems like it caused by FastRender. If you provide some information. I can fix this easily. Here's how you can help me.

  • turn on fast-render logs with FastRender.Log.enable() on the console
  • send me the logs upto where errors caused.

@arunoda
Copy link
Contributor

arunoda commented Jan 13, 2014

And tell me which meteor version you are using?

@arunoda
Copy link
Contributor

arunoda commented Jan 14, 2014

I've fixed a ddp fixing error, try updating fast-render now.

@serviewcare
Copy link
Author

Fixed :) Thanks!

@arunoda arunoda closed this as completed Jan 16, 2014
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