fiddler everywhere 无法在Mac上启动

11:40:44.480 › [Product information] Fiddler Everywhere 2.0.1

11:40:44.499 › [System information] darwin (Darwin/x64) - version 15.6.0

11:40:44.604 › Initializing splash screen.

11:40:44.608 › Attempting to run server - 5 attempts left.

11:40:44.610 › Calculating the URL of ASP.NET Server application.

11:40:44.611 › Generating random port.

11:40:44.612 › Trying to start server at port [25263].

11:40:45.339 › Unable to start server process, closed with code: null

11:40:45.340 › Fetching .NET Core server status.

11:40:45.373 › Error occurred while fetching .NET Core server [25263] status. Error message: connect ECONNREFUSED 127.0.0.1:25263

11:40:45.375 › Attempting to run server - 4 attempts left.

11:40:45.377 › Calculating the URL of ASP.NET Server application.

11:40:45.377 › Generating random port.

11:40:45.380 › Trying to start server at port [48682].

11:40:45.589 › Unable to start server process, closed with code: null

11:40:45.590 › Fetching .NET Core server status.

11:40:45.594 › Error occurred while fetching .NET Core server [48682] status. Error message: connect ECONNREFUSED 127.0.0.1:48682

11:40:45.595 › Attempting to run server - 3 attempts left.

11:40:45.597 › Calculating the URL of ASP.NET Server application.

11:40:45.597 › Generating random port.

11:40:45.601 › Trying to start server at port [1154].

11:40:45.826 › Unable to start server process, closed with code: null

11:40:45.826 › Fetching .NET Core server status.

11:40:45.831 › Error occurred while fetching .NET Core server [1154] status. Error message: connect ECONNREFUSED 127.0.0.1:1154

11:40:45.832 › Attempting to run server - 2 attempts left.

11:40:45.833 › Calculating the URL of ASP.NET Server application.

11:40:45.834 › Generating random port.

11:40:45.834 › Trying to start server at port [65153].

11:40:46.052 › Unable to start server process, closed with code: null

11:40:46.053 › Fetching .NET Core server status.

11:40:46.057 › Error occurred while fetching .NET Core server [65153] status. Error message: connect ECONNREFUSED 127.0.0.1:65153

11:40:46.058 › Attempting to run server - 1 attempts left.

11:40:46.060 › Calculating the URL of ASP.NET Server application.

11:40:46.060 › Generating random port.

11:40:46.061 › Trying to start server at port [12309].

11:40:46.243 › Unable to start server process, closed with code: null

11:40:46.244 › Fetching .NET Core server status.

11:40:46.248 › Error occurred while fetching .NET Core server [12309] status. Error message: connect ECONNREFUSED 127.0.0.1:12309

11:40:46.249 › Maximum number of attempts reached - quitting application.

11:40:46.251 › Unable to start the server, error is Maximum number of attempts reached - quitting application.

11:40:46.254 › [CPU information] The processor model is: Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz with number of cores: 4 and working at 1.6 GHz frequency

11:40:46.254 › [Memory information] The total amount of memory is 4096 MBs.

[2021-07-11T03:40:46.417Z] Warning: Error from HTTP request. Error: connect ECONNREFUSED 127.0.0.1:12309

[2021-07-11T03:40:46.417Z] Error: Failed to complete negotiation with the server: Error: connect ECONNREFUSED 127.0.0.1:12309

[2021-07-11T03:40:46.418Z] Error: Failed to start the connection: Error: connect ECONNREFUSED 127.0.0.1:12309

11:40:46.418 › {

  constructor:'Error',

  errno:'ECONNREFUSED',

  code:'ECONNREFUSED',

  syscall:'connect',

  address:'127.0.0.1',

  port:12309,

  stack:'Error: connect ECONNREFUSED 127.0.0.1:12309\n' +

    '    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16)'

}

[2021-07-11T03:40:46.421Z] Warning: Error from HTTP request. Error: connect ECONNREFUSED 127.0.0.1:12309

[2021-07-11T03:40:46.422Z] Error: Failed to complete negotiation with the server: Error: connect ECONNREFUSED 127.0.0.1:12309

[2021-07-11T03:40:46.422Z] Error: Failed to start the connection: Error: connect ECONNREFUSED 127.0.0.1:12309

11:40:46.422 › {

  constructor:'Error',

  errno:'ECONNREFUSED',

  code:'ECONNREFUSED',

  syscall:'connect',

  address:'127.0.0.1',

  port:12309,

  stack:'Error: connect ECONNREFUSED 127.0.0.1:12309\n' +

    '    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16)'

}

11:40:46.423 › Unable to get default proxy info. Error: Error: connect ECONNREFUSED 127.0.0.1:12309

11:40:46.452 › Loading application in window.

11:40:46.453 › Getting the URL of Angular application.

11:40:46.704 › Starting the app without a deep link.

(node:51589) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron.  See https://github.com/electron/electron/issues/23506 for more information

(node:51589) UnhandledPromiseRejectionWarning: Error: connect ECONNREFUSED 127.0.0.1:12309

    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16)

(node:51589) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 7)

(node:51589) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

(node:51589) UnhandledPromiseRejectionWarning: Error: connect ECONNREFUSED 127.0.0.1:12309

    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16)

(node:51589) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 8)

(node:51589) UnhandledPromiseRejectionWarning: Error: connect ECONNREFUSED 127.0.0.1:12309

    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16)

(node:51589) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 9)

11:40:46.720 › PM: Fiddler Everywhere(51589):CPU 5.80%, MEM 54.75MB/1.34% / Fiddler Everywhere Helper(51597):CPU 0.60%, MEM 22.16MB/0.54% / Fiddler Everywhere Helper (GPU)(51593):CPU 0.60%, MEM 45.99MB/1.12%

logout

Saving session...

...copying shared history...

...saving history...truncating history files...

...completed.

[进程已完成]

你可能感兴趣的:(fiddler everywhere 无法在Mac上启动)