Perfect-HTTPServer icon indicating copy to clipboard operation
Perfect-HTTPServer copied to clipboard

LaunchFailure(message: "Server localhost:8181 - 1:Operation not permitted

Open cczufish opened this issue 5 years ago • 0 comments

when I run perfect server on Mac OS ,

LaunchFailure(message: "Server localhost:8181 - 1:Operation not permitted /Users/xxx/Library/Developer/Xcode/DerivedData/KubeWorkbench-amuiunavyuuwkvbhlqolywapxtmf/SourcePackages/checkouts/Perfect-Net/Sources/PerfectNet/Net.swift bind(port:address:) 273", configuration: PerfectHTTPServer.HTTPServer.Server(name: "localhost", port: 8181, address: "::", routes: PerfectHTTP.Routes(routes: [PerfectHTTP.Route(methods: [GET], uri: "/", handler: (Function)), PerfectHTTP.Route(methods: [GET], uri: "/**", handler: (Function))], moreRoutes: [], baseUri: "", handler: nil), requestFilters: [], responseFilters: [(PerfectHTTPServer.HTTPFilter.(unknown context at $1004668e8).(unknown context at $10046697c).CompressResponse(compressTypes: [/], ignoreTypes: [image/, video/, audio/*]), PerfectHTTP.HTTPFilterPriority.high)], tlsConfig: nil)) 2020-11-22 08:28:11.512314+0800 KubeWorkbench[53616:962125] Metal API Validation Enabled

cczufish avatar Nov 22 '20 00:11 cczufish