-
Notifications
You must be signed in to change notification settings - Fork 210
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
TypeScript: Kiota.Builder.KiotaBuilder[0]: error generating the client: the current dom node already contains a child with name #4382
Comments
Hi @NikolayLS |
@baywet Thanks for the prompt response! Here is the full kiota log:
|
The issue here is caused byt the openApi description contains the type Solution here is to have the refiner check the new interface name exists in the namespace and try to disambiguate further before trying to add it in the refiner.
@NikolayLS Any chance this is something you'd be willing to submit a PR for? |
Hello!
I'm trying to generate a TypeScript API client for the following OpenApi specification:
https://vdc-download.vmware.com/vmwb-repository/dcr-public/57e38985-f93c-4dba-baaf-cc7a8f77664e/ad079dcd-ef86-4be5-8e82-5dee43c79e74/vi_json_openapi_specification_v8_0_2_0.zip
I have installed "kiota" and followed the instructions.
And this is the problem that I'm hitting:
Note: I can successfully generate API clients for Java/Python.
Sorry if the topic is already covered by another issue.
The text was updated successfully, but these errors were encountered: