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

PermissionDenied: 403 Location errors when collecting GCP TPU catalog #98

Open
r4victor opened this issue Sep 16, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@r4victor
Copy link
Collaborator

GCP catalog collection started to fail due to errors like google.api_core.exceptions.PermissionDenied: 403 Location europe-west1-b is not found or access is unauthorized. when listing TPU accelerators:

request = tpu_v2.ListAcceleratorTypesRequest(
parent=parent,
)
# request = tpu_v1.ListAcceleratorTypesRequest(parent=parent)
page_result = client.list_accelerator_types(request=request)

Sometimes collection is successful which can mean that this is a GCP glitch or the API has changed so it's now somehow depends on TPU availability.

@r4victor r4victor added the bug Something isn't working label Sep 16, 2024
@r4victor
Copy link
Collaborator Author

Not reproduced anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant