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

Another Elastic.Transport.UnexpectedTransportException with Ingest.GetPipelineAsync #8149

Open
gpetrou opened this issue Apr 19, 2024 · 2 comments
Labels
8.x Relates to 8.x client version Area: Specification Category: Bug

Comments

@gpetrou
Copy link
Contributor

gpetrou commented Apr 19, 2024

Elastic.Clients.Elasticsearch version: 8.13.8

Elasticsearch version: 8.12

.NET runtime version: 8.0

Operating system version:

Description of the problem including expected versus actual behavior:
This is similar to #8083.
Try to use elasticsearchClient.Ingest.GetPipelineAsync().
There is an exception. This problem existed before the new generator.

Elastic.Transport.UnexpectedTransportException : The JSON value could not be converted to System.Collections.Generic.ICollection`1[System.Object]. Path: $.value | LineNumber: 3 | BytePositionInLine: 153.
---- System.Text.Json.JsonException : The JSON value could not be converted to System.Collections.Generic.ICollection`1[System.Object]. Path: $.value | LineNumber: 3 | BytePositionInLine: 153.

Steps to reproduce:
1.
2.
3.

Expected behavior
A clear and concise description of what you expected to happen.

Provide ConnectionSettings (if relevant):

Provide DebugInformation (if relevant):

@gpetrou gpetrou added 8.x Relates to 8.x client version Category: Bug labels Apr 19, 2024
@flobernd
Copy link
Member

Hi @gpetrou, thanks for reporting. I'll check on Monday.

@flobernd
Copy link
Member

This seems to be the same issue as here: elastic/elasticsearch-java#667

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.x Relates to 8.x client version Area: Specification Category: Bug
Projects
None yet
Development

No branches or pull requests

2 participants