We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description The GetOrganizations returns a list of members, but the API is returning the below error -
Error: json: cannot unmarshal object into Go value of type []hub.Member (SQLSTATE HV000)
Steps to reproduce the issue:
Describe the results you received: Error: json: cannot unmarshal object into Go value of type []hub.Member (SQLSTATE HV000)
Describe the results you expected: The API should return the list of members.
Additional information you deem important (e.g. issue happens only occasionally):
Output of hub-tool --version:
hub-tool --version
(paste your output here)
Output of docker version:
docker version
Output of docker info:
docker info
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The GetOrganizations returns a list of members, but the API is returning the below error -
Error: json: cannot unmarshal object into Go value of type []hub.Member (SQLSTATE HV000)
Steps to reproduce the issue:
Describe the results you received:
Error: json: cannot unmarshal object into Go value of type []hub.Member (SQLSTATE HV000)
Describe the results you expected:
The API should return the list of members.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
hub-tool --version
:Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: