Closed vaibhavsulake closed 1 month ago
Hey, as described also via email, this is likely a firewall or port conflict issue. Here's some AI assistance how you could debug that. I've removed everything that's software related because the service is working on many machines and so it needs to be a configuration issue on your device. Please also take them with a graint of salt and only run commands that are good for your system.
You're encountering the following error on one specific PC:
An error occurred while starting the HTTP server: The network location cannot be reached. For information about network troubleshooting, see Windows Help
Here are steps to troubleshoot and resolve the issue:
localhost
or 127.0.0.1
, make sure these are correctly mapped in the hosts
file.ipconfig /all
to view all network interfaces and their IP addresses.netstat -ano
to list all active connections and listening ports.C:\Windows\System32\drivers\etc\hosts
.localhost
are present and not commented out:
127.0.0.1 localhost
::1 localhost
gpedit.msc
to see if any policies are restricting network access.netsh winsock reset
netsh int ip reset
ipconfig /flushdns
ping 127.0.0.1
to verify the loopback interface is operational.By following these steps, you should be able to identify and resolve the issue causing the HTTP server to fail on this specific PC.
Platform
Windows
Operating system version
Windows 11 (23H2 22631.4169)
System architecture
Windows
Herd Version
1.10.0
PHP Version
No response
Bug description
It seems that the HTTP server is failing to start due to a network location issue. I have verified that the configuration file exists and that the port (5000) is available. However, the error persists, and I’m unable to proceed further. 1) I tried using different ports, but unfortunately, I am still encountering the same error across all ports. 2) I also turned off the firewall and antivirus to rule out any network restrictions, but the issue persists. Before the Windows update, the system was functioning properly. However, after the update, the port status turned red, indicating a problem.
Steps to reproduce
No response
Relevant log output