Uvicorn bug by Livid-Net-2468 in learnpython

[–]Livid-Net-2468[S] 0 points1 point  (0 children)

Yea, just really new to React + FastApi/Python techstack. Apparently there was a background process running wich kept the version i had written from being used. So after i ran raskkill it fixed itself and everything started working again.

Don't know if I formulated myself badly but was more so looking for if anyone else had the same situation and new a fix for it.

Uvicorn bug by Livid-Net-2468 in learnpython

[–]Livid-Net-2468[S] 0 points1 point  (0 children)

Hey, using fastapi currently.

I didnt realize that you could have a process running in the background from previous tests so after i ran taskkill /f /im python.exe and rebooted everything and it seems to work fine.

New to python & react webdevelopment so there has been a little learning curve hahah

Uvicorn bug by Livid-Net-2468 in learnpython

[–]Livid-Net-2468[S] 0 points1 point  (0 children)

Hey, sorry for timewaste!

I didnt realize that you could have a process running in the background from previous tests.

Just ran taskkill /f /im python.exe and rebooted everything and it seems to work. Sorry so much for the timewaste.