q5sys/hfdl

the webpage doesn't run despite the server is running

Opened this issue · 1 comments

Hi thanks for the sooftware but idk i have this issue:
image

change requirements.txt to this

uvicorn==0.26.0
starlette==0.35.1
pydantic==2.5.3
jinja2==3.1.3
fastapi==0.109.0
python-multipart==0.0.9

create a .txt file paste this rename the .txt file to runHLDW.bat
@echo off

set "CMD=uvicorn main:app --reload --host 0.0.0.0 --port 7869"

taskkill /im uvicorn.exe 2>nul

echo Running command: %CMD%

start "" %CMD%

start chrome http://localhost:7869

exit

run the steps mentionned on the readme. if you don't want to bother changing requirements.txt then just use:
pip install python-multipart
image