Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the webpage doesn't run despite the server is running #1

Open
xmaxrayx opened this issue May 23, 2024 · 1 comment
Open

the webpage doesn't run despite the server is running #1

xmaxrayx opened this issue May 23, 2024 · 1 comment

Comments

@xmaxrayx
Copy link

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

@MOYABE
Copy link

MOYABE commented Sep 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants