Hi all. My team has been trying to execute a flow...
# ask-community
n
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
That one happens to me when I'm missing the Azure Storage connection string. Usually best to add it to an environment variable
n
Thanks so much @Aiden Price! That worked perfectly.
a
You're welcome. Good luck out there!