-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
api: videointelligenceIssues related to the Video Intelligence API API.Issues related to the Video Intelligence API API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Log:
Traceback (most recent call last):
File "/workspace/video/cloud-client/analyze/beta_snippets_test.py", line 63, in bucket
bucket.delete(force=True)
File "/workspace/video/cloud-client/analyze/.nox/py-3-7/lib/python3.7/site-packages/google/cloud/storage/bucket.py", line 1360, in delete
timeout=timeout,
File "/workspace/video/cloud-client/analyze/.nox/py-3-7/lib/python3.7/site-packages/google/cloud/_http.py", line 423, in api_request
raise exceptions.from_http_response(response)
google.api_core.exceptions.Conflict: 409 DELETE https://storage.googleapis.com/storage/v1/b/tmp-8630953c5a584758ad851603d4dc1823: The bucket you tried to delete was not empty.
This should be an easy fix with something like force=True.
Metadata
Metadata
Assignees
Labels
api: videointelligenceIssues related to the Video Intelligence API API.Issues related to the Video Intelligence API API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.