https://prefect.io logo
n

Nabeel

01/27/2021, 8:13 AM
Hi all. My team has been trying to execute a flow in Azure storage. The flow registers to prefect server & can push to Azure blob storage. When we start a local agent it is able to pick up the flow and says deploying. However, it then crashes with the error ``Failed to load and execute Flow's environment: AttributeError("'NoneType' object has no attribute 'rstrip'")` The azure storage version is within the range specified by setup.py. Please if anyone has any idea what could be the possible issue it would be a huge help 🙌 Thanks so much! 😃
a

Aiden Price

01/27/2021, 9:00 AM
That one happens to me when I'm missing the Azure Storage connection string. Usually best to add it to an environment variable
n

Nabeel

01/27/2021, 1:56 PM
Thanks so much @Aiden Price! That worked perfectly.
a

Aiden Price

01/27/2021, 10:25 PM
You're welcome. Good luck out there!