-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Current reproduction steps: clone https://github.com/exceptionless/exceptionless/tree/feature/elastic5 and run the EventIndexTests.GetByBotAsync
Message:
"Token PropertyName in state Property would result in an invalid JSON object. Path ''."
Stack
at Newtonsoft.Json.JsonWriter.AutoComplete(JsonToken tokenBeingWritten)
at Newtonsoft.Json.JsonTextWriter.WritePropertyName(String name, Boolean escape)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
at Nest.IndexRequestJsonConverter.WriteJson(JsonWriter writer, Object value, JsonSerializer serializer) in C:\Code\elasticsearch-net\src\Nest\Document\Single\Index\IndexRequestJsonConverter.cs:line 26
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeConvertable(JsonWriter writer, JsonConverter converter, Object value, JsonContract contract, JsonContainerContract collectionContract, JsonProperty containerProperty)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
at Nest.JsonNetSerializer.Serialize(Object data, Stream writableStream, SerializationFormatting formatting) in C:\Code\elasticsearch-net\src\Nest\CommonAbstractions\SerializationBehavior\JsonNetSerializer.cs:line 81
at Elasticsearch.Net.PostData`1.<WriteAsync>d__17.MoveNext() in C:\Code\elasticsearch-net\src\Elasticsearch.Net\Transport\PostData.cs:line 149
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
at Elasticsearch.Net.HttpConnection.<RequestAsync>d__7`1.MoveNext() in C:\Code\elasticsearch-net\src\Elasticsearch.Net\Connection\HttpConnection.cs:line 174
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
at Elasticsearch.Net.RequestPipeline.<CallElasticsearchAsync>d__65`1.MoveNext() in C:\Code\elasticsearch-net\src\Elasticsearch.Net\Transport\Pipeline\RequestPipeline.cs:line 437
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
at Elasticsearch.Net.Transport`1.<RequestAsync>d__15`1.MoveNext() in C:\Code\elasticsearch-net\src\Elasticsearch.Net\Transport\Transport.cs:line 134
Metadata
Metadata
Assignees
Labels
No labels