Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

[bug: API] VlansApi.getVirtualNetwork() , findVirtualNetworks() unable to parse description of response payload #34

Closed
rinzler-17 opened this issue Aug 9, 2022 · 1 comment

Comments

@rinzler-17
Copy link
Contributor

Using getVirtualNetwork(vlanId) and findVirtualNetworks(projectId, null, null, null, metro) methods of VlansApi gives this error:

[com.google.gson.JsonSyntaxException: Failed parsing '' as UUID; at path $.description
Caused by: java.lang.IllegalArgumentException: Invalid UUID string: 

The generated client is unable to parse the description field (which is "") in the response payload as a UUID.

@rinzler-17 rinzler-17 changed the title [bug: API] VlansApi.getVirtualNetwork() , findVirtualNetworks() not able to parse description of response payload [bug: API] VlansApi.getVirtualNetwork() , findVirtualNetworks() unable to parse description of response payload Aug 9, 2022
@rinzler-17
Copy link
Contributor Author

fixed in #35

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant