rainyskilI When trying to start the web server, an error appears: PermissionError: [Errno 1] error while attempting to bind on address ('0.0.0.0', 8080): operation not permitted. I'm using aiohttp. Help.
admin rainyskilI Before binding on a port, you need to reserve it: https://docs.serv00.com/Port_reservation/