Hi everyone, currently I face some problem launchi...
# flyte-support
f
Hi everyone, currently I face some problem launching flyte workflow again. When I submit the job into the server. I got the error message
Copy code
flytekit.exceptions.system.FlyteDownloadDataException: SYSTEM:DownloadDataError: error=Failed to get data from <gs://bucket/project/domain/runid/data.tar.gz> to ./ (recursive=False).

Original exception: Invalid Credentials, 401
I use this configuration as my image spec
Copy code
image_spec = ImageSpec(
    name=<name>,
    requirements="uv.lock",

    builder_config={"micromamba_image": "mambaorg/micromamba:2.1-debian12-slim"},
    registry=<gcp-artifact-registry>
)
then run
Copy code
source .venv/bin/activate
pyflyte run  --remote --project <project> --domain <domain> <workflow_file.py> <workflow>
after the job is submitted into the server about 2 minutes I got that error message. PS. flytekit version is 1.16.0 appreciate your support as always.
c
Did you recently upgrade flyte or are you trying this for the first time?
f
More context: I have created this new cluster and try to submit job on this cluster for the first time.
f
hmmm seems like permissions problem maybe?
f
Fixed. Indeed, it is problem from my side. Thanks for suggestion.
f
@few-angle-62167 fantastic, please let us know if you need any more help