I'm running Python's http.server with this command:
py -m http.server --bind 0.0.0.0
I can access the server on the same computer by typing bob:8000 in a browser's address bar (I may or may not have named my computer Bob), but when I try to access the server in the same way from a different computer on the same network, it says
This site can’t be reached
bob’s server IP address could not be found.
I was able to access this server previously, but I haven't been able to since upgrading my internet and router. How can I access this server from another computer?