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

Collections and subcription with dot (.) in name fail ( Meteor ver 1.0.3.1 #2

Open
eportico opened this issue Jan 30, 2015 · 2 comments
Labels

Comments

@eportico
Copy link

MongoError: The dotted field 'sae.things' in 'info.counts.oplogObserveHandles.sae.things' is not valid for storage.
I20150130-11:52:30.409(1)? at Object.Future.wait (/home/meteor/.meteor/packages/meteor-tool/.1.0.40.14f6fyl++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:326:15)
I20150130-11:52:30.409(1)? at [object Object]. (packages/meteor/helpers.js:119:1)
I20150130-11:52:30.409(1)? at [object Object].MongoConnection.(anonymous function) as update
I20150130-11:52:30.409(1)? at Object.fields (packages/matb33:collection-hooks/update.js:75:1)
I20150130-11:52:30.409(1)? at Object.collection.(anonymous function) as update
I20150130-11:52:30.409(1)? at [object Object].Mongo.Collection.(anonymous function) as update
I20150130-11:52:30.410(1)? at [object Object].Mongo.Collection.upsert (packages/mongo/collection.js:608:1)
I20150130-11:52:30.410(1)? at KeepAlive (app/server/helpers.js:16:13)
I20150130-11:52:30.410(1)? at [object Object]._.extend.withValue (packages/meteor/dynamics_nodejs.js:56:1)
I20150130-11:52:30.410(1)? at packages/meteor/timers.js:6:1

@zol
Copy link
Member

zol commented Feb 8, 2015

This looks like a bug, thanks for reporting it @eportico .

@zol zol added the bug label Feb 8, 2015
@fgm
Copy link

fgm commented Nov 22, 2018

Any chance you checked this on a more recent Meteor version ? I never find any dotted keys when using a recent (> 1.6) version for my NPM port ( https://github.com/fgm/meteor_server_info ).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants