You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
I'm trying to use the createOrUpdate method, but I get this error.
(node:7342) UnhandledPromiseRejectionWarning: ResponseError: mapper_parsing_exception
at IncomingMessage. (/Users/fernandogalindez/Documents/Projects/SynthRiders/sr-analytics/plugins/elastic/node_modules/@elastic/elasticsearch/lib/Transport.js:240:25)
at IncomingMessage.emit (events.js:326:22)
at endReadableNT (_stream_readable.js:1244:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
Reading in some other sites, this problem is related to string type that ElasticSeacrh does not support. I don't know if the issue is really associated with that problem or I'm committing some mistakes in the implementation.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to use the createOrUpdate method, but I get this error.
(node:7342) UnhandledPromiseRejectionWarning: ResponseError: mapper_parsing_exception
at IncomingMessage. (/Users/fernandogalindez/Documents/Projects/SynthRiders/sr-analytics/plugins/elastic/node_modules/@elastic/elasticsearch/lib/Transport.js:240:25)
at IncomingMessage.emit (events.js:326:22)
at endReadableNT (_stream_readable.js:1244:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
Reading in some other sites, this problem is related to string type that ElasticSeacrh does not support. I don't know if the issue is really associated with that problem or I'm committing some mistakes in the implementation.
The text was updated successfully, but these errors were encountered: