-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Requests are incorrectly returning strings instead of hashes #34
Comments
DigitallyBorn
changed the title
list_servers should return Server models
Requests are incorrectly returning strings instead of hashes
Feb 26, 2019
DigitallyBorn
added a commit
to Rigor/fog-aliyun
that referenced
this issue
Feb 26, 2019
This is likely a breaking bug fix, since requests will now _correctly_ parse the response body as json and return a hash, instead of returning the body as a string. Fixes fog#34
DigitallyBorn
added a commit
to Rigor/fog-aliyun
that referenced
this issue
Feb 26, 2019
This is likely a breaking bug fix, since requests will now _correctly_ parse the response body as json and return a hash, instead of returning the body as a string. Fixes fog#34
DigitallyBorn
added a commit
to Rigor/fog-aliyun
that referenced
this issue
Apr 4, 2019
This is likely a breaking bug fix, since requests will now _correctly_ parse the response body as json and return a hash, instead of returning the body as a string. Fixes fog#34
DigitallyBorn
added a commit
to Rigor/fog-aliyun
that referenced
this issue
Apr 24, 2019
This is likely a breaking bug fix, since requests will now _correctly_ parse the response body as json and return a hash, instead of returning the body as a string. Fixes fog#34
DigitallyBorn
added a commit
to Rigor/fog-aliyun
that referenced
this issue
Oct 9, 2019
This is likely a breaking bug fix, since requests will now _correctly_ parse the response body as json and return a hash, instead of returning the body as a string. Fixes fog#34
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems as though there is a bug in determining the
Content-Type
returned by the Aliyun API which causes some requests to return the response body as strings instead of parsing the JSON into hashes.The text was updated successfully, but these errors were encountered: