Hi All, Quick question concerning a hosted runner....
# ask-community
r
Hi All, Quick question concerning a hosted runner. I'm getting a WinError 87 whenever I run prefect flows. Any ideas on how to resolve this error? Thanks for your assistance and support.
b
Hi Robert! Would you mind sharing the stack trace of the error here?
Also, are you running using a self-hosted server? Or are you using Prefect Cloud?
r
We are using Prefect cloud to call a self-hosted server.
b
Hmm..so the environment you're running your flows in can only be connected to Prefect Cloud or a local server (not both at the same time). Could you walk through how you've set up your dev environment where the flow is running? I assume you created a virtual environment, installed prefect, created a prefect flow, and authenticated to Cloud using
prefect cloud login
. Is that right?
r
Local environment, we trigger the job in PrefectIO and it executes the flow in our runners.
that's correct.
b
For your runner, are you using a worker? or are you using .serve()?
Whenever you get the chance, the stack trace will help with giving a bit more context on where the error is happening 🙏
r
Work Queues
👍 1