Hi all, I was trying to run a Prefect agent on my local machine with a deployment using a docker container for the infrastructure block. I am able to build the docker image with my dockerfile set up and deploy a flow using the infrastructure block, along with a storage block.
However, after deploying, when I try to run the flow with the agent running on my machine, it is giving this error saying: 'charmap' codec can't encode characters in position 5-44: character maps to <undefined>
Based on the error text, it sounds like there might be something with one of the variables it is pulling in (like it is trying to read a special character and not able to or something). However, I can't tell where the issue is occurring based on the error message.
Does anyone have more insight on how this error might occur? See screenshots for the error and deployment code that I have.
Let me know if you need any more details. Was working on this with @Joseph Loss