Failed to get ops
See original GitHub issueI using METEOR@1.4.0.1. I changed doc and reloaded application. I saw the error in console:
failed to get ops for "docid": MongoError: Failed to parse: sort: "_id.v". 'sort' field must be of BSON type Object.
How can I fix it?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:7
- Comments:39 (5 by maintainers)
Top Results From Across the Web
Failed to get ops && Failed to parse: sort: "_id.v". 'sort' field ...
Hello Teacher: I run your week2 code on debian8.6(64 bit), then I got errors Failed to get ops && Failed to parse: sort:...
Read more >Troubleshoot the Ops Agent | Operations Suite - Google Cloud
Inspect agent self logs ... If the agent fails to ingest logs to Cloud Logging, then you might have to inspect the logs...
Read more >Azure DevOps Terraform Init - Remote State - Failed to get ...
Azure DevOps Terraform Init - Remote State - Failed to get existing workspaces: containers.Client#ListBlobs: Failure sending request: StatusCode ...
Read more >Azure DevOps release pipeline getting fail with "Failed to fetch ...
I am using Azure ADO Pipeline to build and push Docker Image to ACR from my code in build pipeline and release pipeline...
Read more >Basic Troubleshooting | Operations Hub 2022.06 ...
To troubleshoot data source test connection errors, refer to Error Messages description. Resolving Extension Query Error. If you do not have sufficient ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
i am also getting this issue - using meteor 1.4.0.1
" failed to get ops for KeCcKETkXWEAewWJv: MongoError: Failed to parse: sort: “_id.v”. ‘sort’ field must be of BSON type Object."
For meteor 1.4.1.1, If we reset mongoDB using “meteor reset”, then sharejs works. But if we restart meteor server, then we are getting the same error. Basically, For every new id, it works for first time and fails after restart. if we create a new entry in Mongo, that works as long as server doesnt restart.