https://prefect.io logo
Title
d

Dharit Sura

05/26/2022, 5:55 AM
Hi everyone, I am having an issue in running Prefect 2.0 flows. Can anyone take a look at the error and help me understand what is the issue that is happening. I have tried to uninstall and reinstall prefect as well as python. But still the issue is continuing.
1
k

Kevin Kho

05/26/2022, 2:06 PM
If you are on Windows, Windows support will be added next release (1 or 2 weeks)
d

Dharit Sura

05/26/2022, 2:28 PM
@Kevin Kho Oh ok , I am using windows. However, I had it working for a brief time and when I was following the docker tutorial, I updated and set the api url to http://127.0.0.1:4200/api . Thats when things started breaking.
k

Kevin Kho

05/26/2022, 3:53 PM
Ah I see what are you trying to do to set the API URL there?
d

Dharit Sura

05/26/2022, 3:55 PM
Just wanted to make sure the values were set appropriately. I am adding my prefect config and prefect version as well.
k

Kevin Kho

05/26/2022, 3:56 PM
Could you try
prefect config unset ..
to see if it works when using the default?
d

Dharit Sura

05/26/2022, 4:02 PM
I am sorry, can you let me know the exact command. I am getting the below error
k

Kevin Kho

05/26/2022, 4:07 PM
prefect config unset PREFECT_API_URL, just the opposite of the set
1
🙌 1
d

Dharit Sura

05/26/2022, 4:07 PM
Got it. I ran prefect config unset PREFECT_API_URL and seems it is back to the state what it was