https://prefect.io logo
Title
y

Yupei Chen

06/27/2022, 10:41 PM
Running
prefect auth list-tenants
I get below:
ValueError: badly formed hexadecimal UUID string
Nvm user error.
1
t

tc_prefect

07/05/2022, 5:32 PM
I am getting this same error, do you remember what fixed it? @Yupei Chen
y

Yupei Chen

07/05/2022, 5:44 PM
In my .env file where I have the api key and tenant id defined, the values weren’t formatted correctly. There was extra spaces between the key and the value, and the value wasn’t double quoted. So when I exported the vars from the .env file it wasn’t exporting correctly to local env.
:gratitude-thank-you: 1
🤔 1
t

tc_prefect

07/05/2022, 6:48 PM
It’s because I accidentally changed the name of my Local Storage dir without updating the storage configuration. 🤦‍♀️ Thank you for being responsive. User error indeed