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

Error message on server: 'has no method 'complete'' #2

Closed
tom-adsfund opened this issue Feb 22, 2013 · 2 comments
Closed

Error message on server: 'has no method 'complete'' #2

tom-adsfund opened this issue Feb 22, 2013 · 2 comments

Comments

@tom-adsfund
Copy link

Exception from sub aMBTXeGfjSbWRRHy2 TypeError: Object [object Object] has no method 'complete'
    at null._handler (app/packages/roles/roles_server.js:20:10)
    at _.extend._runHandler (app/packages/livedata/livedata_server.js:816:31)
    at _.extend._startSubscription (app/packages/livedata/livedata_server.js:715:9)
    at _.extend.protocol_handlers.sub (app/packages/livedata/livedata_server.js:520:12)
    at _.extend.processMessage.processNext (app/packages/livedata/livedata_server.js:484:43)

I think this is caused by the latest Meteor release:
https://github.com/meteor/meteor/blob/master/History.md#v057

Publish APIs have changed.

@alanning
Copy link
Contributor

Thanks for reporting this. I've removed the calls to 'complete' and updated the package to v1.0.2 on atmosphere. This resolves the error when I test with the example-app.

Please confirm that this resolves the issue for you as well and I'll close this issue.

@tom-adsfund
Copy link
Author

Resolved

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

2 participants