You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
In
exceptions.py, ifgrpcio-statusis not installed,rpc_statusis set toNonepython-api-core/google/api_core/exceptions.py
Lines 31 to 43 in d96eb5c
In
_parse_grpc_error_details, whenrpc_statusisNone, this leads toAttributeError: 'NoneType' object has no attribute 'from_call'python-api-core/google/api_core/exceptions.py
Lines 562 to 566 in d96eb5c
We should add a check to make sure
rpc_statusis notNonebefore callingrpc_status.from_call(rpc_exc)