-
Notifications
You must be signed in to change notification settings - Fork 146
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
AttributeError
when error is a string in retry.py
#630
Comments
Would you like to make a PR with an |
Will do! |
keunhong
added a commit
to keunhong/gcsfs
that referenced
this issue
Jul 18, 2024
martindurant
pushed a commit
that referenced
this issue
Jul 18, 2024
VOvchinnikov
pushed a commit
to remerge/gcsfs
that referenced
this issue
Sep 4, 2024
VOvchinnikov
pushed a commit
to remerge/gcsfs
that referenced
this issue
Sep 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like in rare cases GCS returns a string in the
"error"
field rather than a JSON object here:gcsfs/gcsfs/retry.py
Line 101 in c7cf66d
This causes an attribute error here:
gcsfs/gcsfs/retry.py
Line 22 in c7cf66d
This happens very rarely and I haven't been able to log exactly what is returned by Google in this case.
The text was updated successfully, but these errors were encountered: