Replies: 3 comments 1 reply
-
@ajayra04 thanks so much for catching this and posting - could you please create an issue so we can make sure it's resolved? |
Beta Was this translation helpful? Give feedback.
-
Also could you try |
Beta Was this translation helpful? Give feedback.
-
Thanks for your prompt response @parasj @sarahwooders . I am still getting the same error, here is the screenshots. Coomand Used -> skyplane cp -r azure://testskyplaneazure/containazure gs://oradaostesr Error -> ~$ skyplane cp -r azure://testskyplaneazure/containazure gs://oradaostesr / | | / /\ \ / / ___ \ | / _ \ | \ | || | 02:05:24 [ERROR] Specified object does not exist. Traceback (most recent call last): ❌ MissingObjectException: No objects were found in the specified prefix |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
We need to transfer the data from azure storage to GCP Buckets, we setup the tool skyplane and trying to use for this purpose.
We are facing the challenges and getting below error -
04:49:42 [ERROR] Specified object does not exist.
Traceback (most recent call last):
File "/home/ajay_rana/.local/lib/python3.9/site-packages/skyplane/cli/cli.py", line 182, in cp
transfer_pairs = generate_full_transferobjlist(
File "/home/ajay_rana/.local/lib/python3.9/site-packages/skyplane/cli/cli_impl/cp_replicate.py", line 172, in generate_full_transferobjlist
raise exceptions.MissingObjectException(f"No objects were found in the specified prefix {source_prefix} in {source_bucket}")
skyplane.exceptions.MissingObjectException: No objects were found in the specified prefix testskyplaneazure/containazure/ in testskyplaneazure/containazure/
❌ MissingObjectException: No objects were found in the specified prefix testskyplaneazure/containazure/ in testskyplaneazure/containazure/
Please ensure that the object exists and is accessible.
We have the data in the blob. please suggest here.
Beta Was this translation helpful? Give feedback.
All reactions