Error to decode RegisterUserKeys
- Dominant language
- Go
- Stars
- 39
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description

Hi, i have a error when decode RegisterUserKeys, because response is a string not a map
{"status-code":500,"error-code":"CloudstackApiError","details":"json: cannot unmarshal string into Go value of type cloudstack.RegisterUserKeysResponse"}

Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing RegisterUserKeys and the decoding of cloudstack.RegisterUserKeysResponse. Reproduce the reported 500 error and compare the string response with the expected map-shaped response; done means the response no longer fails with the reported unmarshal error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100