Unhandled error parsing document: TypeError: Cannot read property 'indexDocument' of undefined
See original GitHub issueReceiving this error on the first line of all terraform files since updating to v1.0.0
Unhandled error parsing document: TypeError: Cannot read property 'indexDocument' of undefined (1, 1)
User settings:
{
"[terraform]": {
"editor.formatOnSave": true
},
...
}
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Uncaught TypeError: Cannot read property 'get' of undefined ...
You are getting the error because myQuery is indeed undefined. You have to use "new" to create a query object. It's also good...
Read more >TypeError: Cannot read property 'template' of null · Issue #2779
Error Log: /uwazi/log/error.log. [localhost] TypeError: Cannot read property 'template' of null at Object.template [as shouldSync] ...
Read more >Failed to parse field of type in document with id ''. - Opster
In a nutshell, this error just means that you provided a value which could not be parsed by Elasticsearch for the field's type...
Read more >Indexer errors and warnings - Azure Cognitive Search
Try running the document through your indexer again later. Error: Could not parse document. Indexer read the document from the data source, but ......
Read more >https://raw.githubusercontent.com/arangodb/arangod...
No good reason to fatal error in agency state, when local database entries ... Now, if a WAL file is completely empty, there...
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 have released 1.0.1 which should fix this issue. If it remains you can disable indexing.
Sent from my iPhone
Fixed for me too, thanks!