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

gcs_copy_object returns 503 error #180

Open
TJLSmith0831 opened this issue Aug 7, 2023 · 1 comment
Open

gcs_copy_object returns 503 error #180

TJLSmith0831 opened this issue Aug 7, 2023 · 1 comment

Comments

@TJLSmith0831
Copy link

Attempting to use gcs_copy_object and it returns a 503 error. Every other function works smoothly and I'm on googleCloudStorageR version 0.7.0.9000. Here are the inputs:

gcs_copy_object(
        source_object         = "XXXX/XXXX_log.json",
        destination_object  = "XXXX/XXXX_log_temp.json",
        source_bucket        = "model-logs",
        destination_bucket = "model-logs"
    )

This is the exact console output:

Request failed [503]. Retrying in 1 seconds...
Request failed [503]. Retrying in 1.3 seconds...
ℹ 2023-08-07 12:19:51 > Request Status Code:  503
ℹ 2023-08-07 12:19:52 > Trying again:  1  of  5
ℹ 2023-08-07 12:19:54 > Trying again:  2  of  5
ℹ 2023-08-07 12:19:58 > Trying again:  3  of  5
ℹ 2023-08-07 12:20:07 > Trying again:  4  of  5
ℹ 2023-08-07 12:20:24 > Trying again:  5  of  5
ℹ 2023-08-07 12:20:56 > All attempts failed.
Error in abort_http(status_code, error) : 
  http_503 We encountered an internal error. Please try again.
@MarkEdmondson1234
Copy link
Collaborator

MarkEdmondson1234 commented Aug 24, 2023

Is this a repeatable error or happens every time? It may be a temporary thing? If its consistent may I see your sessionInfo()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants