Need some help with "Make sure your repl has a port open and is ready to receive HTTP traffic."
After following one of repl.it's own tutorials for making a static site generator, I added a few of my own content pages and now when opening a link I get the error message:
This is despite the fact that I had just opened a port in the shell, as explained in the tutorial, with the commands "cd public" and "python -m http.server"
Any help on this would be much appreciated!
JamesHustis
Someone tell me how to fix this i want to play eaglercraft
DavontePage
hello l
CONNERALVARADO
python -m http.server
CONNERALVARADO
cd public
AhmedSheikh4
omgb thx\
wed
awsd
s
da
sd
as
da
sd
a
das
d
sad
sa
fds
c
rf
gsdncsgkhckhgasdfasdwhj
WalidEid
Solution does not work.
BrianCruz7
can someone pls help me with this i dont like it and i want to play
that's because that is the shell not the replit run button.
The shell basically only runs commands, and all those features are lost when you click the run button. Instead, create a new
.replit
file, and add this:then, create a
bash.sh
and add this:It did not work