Closed ELowry closed 2 years ago
This is rather an issue with the port 80 already being used. Ensure that nothing is running on port 80 or change it to some other port such as 3000 or 8000.
Note: You'll also need to change how it stores the IP into ip.js and add a :port_number at the end of it
So after some testing; this does indeed seem to be the case!
Again, I'm not too familiar with python; but I imagine there is some form of try/get error handling; in which case it might be interesting to include the following:
I released a new update this morning. Could you check if it is working? You can directly download the release 1.0.0 and run server.exe
I get the following error message; which I guess is because the port it's trying to use is still not available?
* Serving Flask app 'server' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
An attempt was made to access a socket in a way forbidden by its access permissions
The latest release should fix this.
When I run the controller.py script, I get the following error (I just removed the exact folder locations):