Skip to content
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

fix: Check error body before dereference when producing error codes #3085

Closed
wants to merge 1 commit into from

Conversation

fluggo
Copy link

@fluggo fluggo commented Dec 7, 2021

Not a perfect solution, and I certainly have no business editing this code.
But I do want to get AWS's attention to get this fixed.

Issue

Issue number #2861

Description

This fixes the TypeError that occurs when AWS sends back a blank response to a query.

Testing

I didn't test it, but the original issue's been open for two months without a fix, and I figure it's bad for AWS to push us to use its shiny new V3 API when it's a little broken.

Additional context

Add any other context about the PR here.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Not a perfect solution, and I certainly have no business editing this code.
But I do want to get AWS's attention to get this fixed.
@fluggo fluggo requested a review from a team as a code owner December 7, 2021 22:22
@fluggo fluggo changed the title Check error body before dereference when producing error codes fix: Check error body before dereference when producing error codes Dec 8, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #3085 (5b55db0) into main (b0e1422) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3085   +/-   ##
=======================================
  Coverage   58.72%   58.72%           
=======================================
  Files         571      571           
  Lines       30622    30622           
  Branches     7541     7541           
=======================================
  Hits        17984    17984           
  Misses      12638    12638           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b0e1422...5b55db0. Read the comment docs.

@kuhe
Copy link
Contributor

kuhe commented Jan 31, 2023

This has been added in #4367

@kuhe kuhe closed this Jan 31, 2023
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants