iisnode encountered an error when processing the request.

HRESULT: 0x6d
HTTP status: 500
HTTP subStatus: 1013
HTTP reason: Internal Server Error

You are receiving this HTTP 200 response because system.webServer/iisnode/@devErrorsEnabled configuration setting is 'true'.

In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.

The last 64k of the output generated by the node.exe process to stderr is shown below:

Unable to load person
ERROR Error: Uncaught (in promise): ApiRequestError: {"attempt":1,"message":"Ошибка загрузки данных","internalError":{"headers":{"normalizedNames":{},"lazyUpdate":null},"status":400,"statusText":"Bad Request","url":"https://whoiswho.dp.ru/api/Person/Get?id=1939471%26rut","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=1939471%26rut: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value '1939471&rut' is not valid."]},"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-99882096b477c8408d45d92edf152fe1-f932b2af7ebf2d47-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Person/Get?id=1939471%26rut',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=1939471%26rut: 400 Bad Request',
      error: [Object]
    },
    reason: 0,
    retryable: false
  },
  promise: ZoneAwarePromise [Promise] {
    __zone_symbol__state: 0,
    __zone_symbol__value: ApiRequestError {
      attempt: 1,
      message: 'Ошибка загрузки данных',
      internalError: [HttpErrorResponse],
      reason: 0,
      retryable: false
    }
  },
  zone: <ref *1> Zone {
    _parent: Zone {
      _parent: null,
      _name: '<root>',
      _properties: {},
      _zoneDelegate: [ZoneDelegate]
    },
    _name: 'angular',
    _properties: { isAngularZone: true },
    _zoneDelegate: <ref *2> ZoneDelegate {
      _taskCounts: [Object],
      zone: [Circular *1],
      _parentDelegate: [ZoneDelegate],
      _forkZS: null,
      _forkDlgt: null,
      _forkCurrZone: null,
      _interceptZS: null,
      _interceptDlgt: null,
      _interceptCurrZone: null,
      _invokeZS: [Object],
      _invokeDlgt: [ZoneDelegate],
      _invokeCurrZone: [Circular *1],
      _handleErrorZS: [Object],
      _handleErrorDlgt: [ZoneDelegate],
      _handleErrorCurrZone: [Circular *1],
      _scheduleTaskZS: [Object],
      _scheduleTaskDlgt: [ZoneDelegate],
      _scheduleTaskCurrZone: [Circular *1],
      _invokeTaskZS: [Object],
      _invokeTaskDlgt: [ZoneDelegate],
      _invokeTaskCurrZone: [Circular *1],
      _cancelTaskZS: [Object],
      _cancelTaskDlgt: [ZoneDelegate],
      _cancelTaskCurrZone: [Circular *1],
      _hasTaskZS: [Object],
      _hasTaskDlgt: [ZoneDelegate],
      _hasTaskDlgtOwner: [Circular *2],
      _hasTaskCurrZone: [Circular *1]
    }
  },
  task: ZoneTask {
    _zone: <ref *1> Zone {
      _parent: [Zone],
      _name: 'angular',
      _properties: [Object],
      _zoneDelegate: [ZoneDelegate]
    },
    runCount: 0,
    _zoneDelegates: null,
    _state: 'notScheduled',
    type: 'microTask',
    source: 'Promise.then',
    data: ZoneAwarePromise [Promise] {
      __zone_symbol__state: true,
      __zone_symbol__value: undefined
    },
    scheduleFn: undefined,
    cancelFn: undefined,
    callback: [Function (anonymous)],
    invoke: [Function (anonymous)]
  }
}
ERROR TypeError: person.Birthday.getFullYear is not a function
    at PersonCardTableComponent.getPersonDates (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\site-company-company-module.js:1:67719)
    at PersonCardTableComponent_ng_container_1_a_1_Template (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\site-company-company-module.js:1:66305)
    at executeTemplate (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1394827)
    at refreshView (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1391191)
    at refreshEmbeddedViews (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1392329)
    at refreshView (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1392411)
    at refreshEmbeddedViews (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1392329)
    at refreshView (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1392411)
    at refreshComponent (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1407649)
    at refreshChildComponents (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1393441)
Unable to load company
ERROR Error: Uncaught (in promise): ApiRequestError: {"attempt":1,"message":"Ошибка загрузки данных","internalError":{"headers":{"normalizedNames":{},"lazyUpdate":null},"status":400,"statusText":"Bad Request","url":"https://whoiswho.dp.ru/api/Company/Get?id=47845%20%20YOU%20%200Tuob","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=47845%20%20YOU%20%200Tuob: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value '47845  YOU  0Tuob' is not valid."]},"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-9dd20bf8519111418fddf393c36d12d8-248f1f5cae949247-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Company/Get?id=47845%20%20YOU%20%200Tuob',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=47845%20%20YOU%20%200Tuob: 400 Bad Request',
      error: [Object]
    },
    reason: 0,
    retryable: false
  },
  promise: ZoneAwarePromise [Promise] {
    __zone_symbol__state: 0,
    __zone_symbol__value: ApiRequestError {
      attempt: 1,
      message: 'Ошибка загрузки данных',
      internalError: [HttpErrorResponse],
      reason: 0,
      retryable: false
    }
  },
  zone: <ref *1> Zone {
    _parent: Zone {
      _parent: null,
      _name: '<root>',
      _properties: {},
      _zoneDelegate: [ZoneDelegate]
    },
    _name: 'angular',
    _properties: { isAngularZone: true },
    _zoneDelegate: <ref *2> ZoneDelegate {
      _taskCounts: [Object],
      zone: [Circular *1],
      _parentDelegate: [ZoneDelegate],
      _forkZS: null,
      _forkDlgt: null,
      _forkCurrZone: null,
      _interceptZS: null,
      _interceptDlgt: null,
      _interceptCurrZone: null,
      _invokeZS: [Object],
      _invokeDlgt: [ZoneDelegate],
      _invokeCurrZone: [Circular *1],
      _handleErrorZS: [Object],
      _handleErrorDlgt: [ZoneDelegate],
      _handleErrorCurrZone: [Circular *1],
      _scheduleTaskZS: [Object],
      _scheduleTaskDlgt: [ZoneDelegate],
      _scheduleTaskCurrZone: [Circular *1],
      _invokeTaskZS: [Object],
      _invokeTaskDlgt: [ZoneDelegate],
      _invokeTaskCurrZone: [Circular *1],
      _cancelTaskZS: [Object],
      _cancelTaskDlgt: [ZoneDelegate],
      _cancelTaskCurrZone: [Circular *1],
      _hasTaskZS: [Object],
      _hasTaskDlgt: [ZoneDelegate],
      _hasTaskDlgtOwner: [Circular *2],
      _hasTaskCurrZone: [Circular *1]
    }
  },
  task: ZoneTask {
    _zone: <ref *1> Zone {
      _parent: [Zone],
      _name: 'angular',
      _properties: [Object],
      _zoneDelegate: [ZoneDelegate]
    },
    runCount: 0,
    _zoneDelegates: null,
    _state: 'notScheduled',
    type: 'microTask',
    source: 'Promise.then',
    data: ZoneAwarePromise [Promise] {
      __zone_symbol__state: true,
      __zone_symbol__value: undefined
    },
    scheduleFn: undefined,
    cancelFn: undefined,
    callback: [Function (anonymous)],
    invoke: [Function (anonymous)]
  }
}
Unable to load person
ERROR Error: Uncaught (in promise): ApiRequestError: {"attempt":1,"message":"Ошибка загрузки данных","internalError":{"headers":{"normalizedNames":{},"lazyUpdate":null},"status":400,"statusText":"Bad Request","url":"https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'favicon.ico' is not valid."]},"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-f9fa7f8b2e71444191a14a6094e37f12-6fc8632cd6defe4a-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico: 400 Bad Request',
      error: [Object]
    },
    reason: 0,
    retryable: false
  },
  promise: ZoneAwarePromise [Promise] {
    __zone_symbol__state: 0,
    __zone_symbol__value: ApiRequestError {
      attempt: 1,
      message: 'Ошибка загрузки данных',
      internalError: [HttpErrorResponse],
      reason: 0,
      retryable: false
    }
  },
  zone: <ref *1> Zone {
    _parent: Zone {
      _parent: null,
      _name: '<root>',
      _properties: {},
      _zoneDelegate: [ZoneDelegate]
    },
    _name: 'angular',
    _properties: { isAngularZone: true },
    _zoneDelegate: <ref *2> ZoneDelegate {
      _taskCounts: [Object],
      zone: [Circular *1],
      _parentDelegate: [ZoneDelegate],
      _forkZS: null,
      _forkDlgt: null,
      _forkCurrZone: null,
      _interceptZS: null,
      _interceptDlgt: null,
      _interceptCurrZone: null,
      _invokeZS: [Object],
      _invokeDlgt: [ZoneDelegate],
      _invokeCurrZone: [Circular *1],
      _handleErrorZS: [Object],
      _handleErrorDlgt: [ZoneDelegate],
      _handleErrorCurrZone: [Circular *1],
      _scheduleTaskZS: [Object],
      _scheduleTaskDlgt: [ZoneDelegate],
      _scheduleTaskCurrZone: [Circular *1],
      _invokeTaskZS: [Object],
      _invokeTaskDlgt: [ZoneDelegate],
      _invokeTaskCurrZone: [Circular *1],
      _cancelTaskZS: [Object],
      _cancelTaskDlgt: [ZoneDelegate],
      _cancelTaskCurrZone: [Circular *1],
      _hasTaskZS: [Object],
      _hasTaskDlgt: [ZoneDelegate],
      _hasTaskDlgtOwner: [Circular *2],
      _hasTaskCurrZone: [Circular *1]
    }
  },
  task: ZoneTask {
    _zone: <ref *1> Zone {
      _parent: [Zone],
      _name: 'angular',
      _properties: [Object],
      _zoneDelegate: [ZoneDelegate]
    },
    runCount: 0,
    _zoneDelegates: null,
    _state: 'notScheduled',
    type: 'microTask',
    source: 'Promise.then',
    data: ZoneAwarePromise [Promise] {
      __zone_symbol__state: true,
      __zone_symbol__value: undefined
    },
    scheduleFn: undefined,
    cancelFn: undefined,
    callback: [Function (anonymous)],
    invoke: [Function (anonymous)]
  }
}
Unable to load person
ERROR Error: Uncaught (in promise): ApiRequestError: {"attempt":1,"message":"Ошибка загрузки данных","internalError":{"headers":{"normalizedNames":{},"lazyUpdate":null},"status":400,"statusText":"Bad Request","url":"https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'favicon.ico' is not valid."]},"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-531eb677be156143b9f034d6c287b180-7c2444f29c2aa646-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico: 400 Bad Request',
      error: [Object]
    },
    reason: 0,
    retryable: false
  },
  promise: ZoneAwarePromise [Promise] {
    __zone_symbol__state: 0,
    __zone_symbol__value: ApiRequestError {
      attempt: 1,
      message: 'Ошибка загрузки данных',
      internalError: [HttpErrorResponse],
      reason: 0,
      retryable: false
    }
  },
  zone: <ref *1> Zone {
    _parent: Zone {
      _parent: null,
      _name: '<root>',
      _properties: {},
      _zoneDelegate: [ZoneDelegate]
    },
    _name: 'angular',
    _properties: { isAngularZone: true },
    _zoneDelegate: <ref *2> ZoneDelegate {
      _taskCounts: [Object],
      zone: [Circular *1],
      _parentDelegate: [ZoneDelegate],
      _forkZS: null,
      _forkDlgt: null,
      _forkCurrZone: null,
      _interceptZS: null,
      _interceptDlgt: null,
      _interceptCurrZone: null,
      _invokeZS: [Object],
      _invokeDlgt: [ZoneDelegate],
      _invokeCurrZone: [Circular *1],
      _handleErrorZS: [Object],
      _handleErrorDlgt: [ZoneDelegate],
      _handleErrorCurrZone: [Circular *1],
      _scheduleTaskZS: [Object],
      _scheduleTaskDlgt: [ZoneDelegate],
      _scheduleTaskCurrZone: [Circular *1],
      _invokeTaskZS: [Object],
      _invokeTaskDlgt: [ZoneDelegate],
      _invokeTaskCurrZone: [Circular *1],
      _cancelTaskZS: [Object],
      _cancelTaskDlgt: [ZoneDelegate],
      _cancelTaskCurrZone: [Circular *1],
      _hasTaskZS: [Object],
      _hasTaskDlgt: [ZoneDelegate],
      _hasTaskDlgtOwner: [Circular *2],
      _hasTaskCurrZone: [Circular *1]
    }
  },
  task: ZoneTask {
    _zone: <ref *1> Zone {
      _parent: [Zone],
      _name: 'angular',
      _properties: [Object],
      _zoneDelegate: [ZoneDelegate]
    },
    runCount: 0,
    _zoneDelegates: null,
    _state: 'notScheduled',
    type: 'microTask',
    source: 'Promise.then',
    data: ZoneAwarePromise [Promise] {
      __zone_symbol__state: true,
      __zone_symbol__value: undefined
    },
    scheduleFn: undefined,
    cancelFn: undefined,
    callback: [Function (anonymous)],
    invoke: [Function (anonymous)]
  }
}
Unable to load person
ERROR Error: Uncaught (in promise): ApiRequestError: {"attempt":1,"message":"Ошибка загрузки данных","internalError":{"headers":{"normalizedNames":{},"lazyUpdate":null},"status":400,"statusText":"Bad Request","url":"https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'favicon.ico' is not valid."]},"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-11698a7b203b5f41a166fa41096d029a-d80ad43c26901e4c-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico: 400 Bad Request',
      error: [Object]
    },
    reason: 0,
    retryable: false
  },
  promise: ZoneAwarePromise [Promise] {
    __zone_symbol__state: 0,
    __zone_symbol__value: ApiRequestError {
      attempt: 1,
      message: 'Ошибка загрузки данных',
      internalError: [HttpErrorResponse],
      reason: 0,
      retryable: false
    }
  },
  zone: <ref *1> Zone {
    _parent: Zone {
      _parent: null,
      _name: '<root>',
      _properties: {},
      _zoneDelegate: [ZoneDelegate]
    },
    _name: 'angular',
    _properties: { isAngularZone: true },
    _zoneDelegate: <ref *2> ZoneDelegate {
      _taskCounts: [Object],
      zone: [Circular *1],
      _parentDelegate: [ZoneDelegate],
      _forkZS: null,
      _forkDlgt: null,
      _forkCurrZone: null,
      _interceptZS: null,
      _interceptDlgt: null,
      _interceptCurrZone: null,
      _invokeZS: [Object],
      _invokeDlgt: [ZoneDelegate],
      _invokeCurrZone: [Circular *1],
      _handleErrorZS: [Object],
      _handleErrorDlgt: [ZoneDelegate],
      _handleErrorCurrZone: [Circular *1],
      _scheduleTaskZS: [Object],
      _scheduleTaskDlgt: [ZoneDelegate],
      _scheduleTaskCurrZone: [Circular *1],
      _invokeTaskZS: [Object],
      _invokeTaskDlgt: [ZoneDelegate],
      _invokeTaskCurrZone: [Circular *1],
      _cancelTaskZS: [Object],
      _cancelTaskDlgt: [ZoneDelegate],
      _cancelTaskCurrZone: [Circular *1],
      _hasTaskZS: [Object],
      _hasTaskDlgt: [ZoneDelegate],
      _hasTaskDlgtOwner: [Circular *2],
      _hasTaskCurrZone: [Circular *1]
    }
  },
  task: ZoneTask {
    _zone: <ref *1> Zone {
      _parent: [Zone],
      _name: 'angular',
      _properties: [Object],
      _zoneDelegate: [ZoneDelegate]
    },
    runCount: 0,
    _zoneDelegates: null,
    _state: 'notScheduled',
    type: 'microTask',
    source: 'Promise.then',
    data: ZoneAwarePromise [Promise] {
      __zone_symbol__state: true,
      __zone_symbol__value: undefined
    },
    scheduleFn: undefined,
    cancelFn: undefined,
    callback: [Function (anonymous)],
    invoke: [Function (anonymous)]
  }
}
Unable to load company
ERROR Error: Uncaught (in promise): ApiRequestError: {"attempt":1,"message":"Ошибка загрузки данных","internalError":{"headers":{"normalizedNames":{},"lazyUpdate":null},"status":400,"statusText":"Bad Request","url":"https://whoiswho.dp.ru/api/Company/Get?id=2913599%26rut","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=2913599%26rut: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value '2913599&rut' is not valid."]},"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-db7eae96918d2c48b951243f976b2f54-a37525d12e59614a-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Company/Get?id=2913599%26rut',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=2913599%26rut: 400 Bad Request',
      error: [Object]
    },
    reason: 0,
    retryable: false
  },
  promise: ZoneAwarePromise [Promise] {
    __zone_symbol__state: 0,
    __zone_symbol__value: ApiRequestError {
      attempt: 1,
      message: 'Ошибка загрузки данных',
      internalError: [HttpErrorResponse],
      reason: 0,
      retryable: false
    }
  },
  zone: <ref *1> Zone {
    _parent: Zone {
      _parent: null,
      _name: '<root>',
      _properties: {},
      _zoneDelegate: [ZoneDelegate]
    },
    _name: 'angular',
    _properties: { isAngularZone: true },
    _zoneDelegate: <ref *2> ZoneDelegate {
      _taskCounts: [Object],
      zone: [Circular *1],
      _parentDelegate: [ZoneDelegate],
      _forkZS: null,
      _forkDlgt: null,
      _forkCurrZone: null,
      _interceptZS: null,
      _interceptDlgt: null,
      _interceptCurrZone: null,
      _invokeZS: [Object],
      _invokeDlgt: [ZoneDelegate],
      _invokeCurrZone: [Circular *1],
      _handleErrorZS: [Object],
      _handleErrorDlgt: [ZoneDelegate],
      _handleErrorCurrZone: [Circular *1],
      _scheduleTaskZS: [Object],
      _scheduleTaskDlgt: [ZoneDelegate],
      _scheduleTaskCurrZone: [Circular *1],
      _invokeTaskZS: [Object],
      _invokeTaskDlgt: [ZoneDelegate],
      _invokeTaskCurrZone: [Circular *1],
      _cancelTaskZS: [Object],
      _cancelTaskDlgt: [ZoneDelegate],
      _cancelTaskCurrZone: [Circular *1],
      _hasTaskZS: [Object],
      _hasTaskDlgt: [ZoneDelegate],
      _hasTaskDlgtOwner: [Circular *2],
      _hasTaskCurrZone: [Circular *1]
    }
  },
  task: ZoneTask {
    _zone: <ref *1> Zone {
      _parent: [Zone],
      _name: 'angular',
      _properties: [Object],
      _zoneDelegate: [ZoneDelegate]
    },
    runCount: 0,
    _zoneDelegates: null,
    _state: 'notScheduled',
    type: 'microTask',
    source: 'Promise.then',
    data: ZoneAwarePromise [Promise] {
      __zone_symbol__state: true,
      __zone_symbol__value: undefined
    },
    scheduleFn: undefined,
    cancelFn: undefined,
    callback: [Function (anonymous)],
    invoke: [Function (anonymous)]
  }
}
Unable to load company
ERROR Error: Uncaught (in promise): ApiRequestError: {"attempt":1,"message":"Ошибка загрузки данных","internalError":{"headers":{"normalizedNames":{},"lazyUpdate":null},"status":400,"statusText":"Bad Request","url":"https://whoiswho.dp.ru/api/Company/Get?id=mailto:sogaz@sogaz.ru","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=mailto:sogaz@sogaz.ru: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'mailto:sogaz@sogaz.ru' is not valid."]},"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-064b92e9c920474a85b5b770390a1869-1a6ffcf748479047-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Company/Get?id=mailto:sogaz@sogaz.ru',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=mailto:sogaz@sogaz.ru: 400 Bad Request',
      error: [Object]
    },
    reason: 0,
    retryable: false
  },
  promise: ZoneAwarePromise [Promise] {
    __zone_symbol__state: 0,
    __zone_symbol__value: ApiRequestError {
      attempt: 1,
      message: 'Ошибка загрузки данных',
      internalError: [HttpErrorResponse],
      reason: 0,
      retryable: false
    }
  },
  zone: <ref *1> Zone {
    _parent: Zone {
      _parent: null,
      _name: '<root>',
      _properties: {},
      _zoneDelegate: [ZoneDelegate]
    },
    _name: 'angular',
    _properties: { isAngularZone: true },
    _zoneDelegate: <ref *2> ZoneDelegate {
      _taskCounts: [Object],
      zone: [Circular *1],
      _parentDelegate: [ZoneDelegate],
      _forkZS: null,
      _forkDlgt: null,
      _forkCurrZone: null,
      _interceptZS: null,
      _interceptDlgt: null,
      _interceptCurrZone: null,
      _invokeZS: [Object],
      _invokeDlgt: [ZoneDelegate],
      _invokeCurrZone: [Circular *1],
      _handleErrorZS: [Object],
      _handleErrorDlgt: [ZoneDelegate],
      _handleErrorCurrZone: [Circular *1],
      _scheduleTaskZS: [Object],
      _scheduleTaskDlgt: [ZoneDelegate],
      _scheduleTaskCurrZone: [Circular *1],
      _invokeTaskZS: [Object],
      _invokeTaskDlgt: [ZoneDelegate],
      _invokeTaskCurrZone: [Circular *1],
      _cancelTaskZS: [Object],
      _cancelTaskDlgt: [ZoneDelegate],
      _cancelTaskCurrZone: [Circular *1],
      _hasTaskZS: [Object],
      _hasTaskDlgt: [ZoneDelegate],
      _hasTaskDlgtOwner: [Circular *2],
      _hasTaskCurrZone: [Circular *1]
    }
  },
  task: ZoneTask {
    _zone: <ref *1> Zone {
      _parent: [Zone],
      _name: 'angular',
      _properties: [Object],
      _zoneDelegate: [ZoneDelegate]
    },
    runCount: 0,
    _zoneDelegates: null,
    _state: 'notScheduled',
    type: 'microTask',
    source: 'Promise.then',
    data: ZoneAwarePromise [Promise] {
      __zone_symbol__state: true,
      __zone_symbol__value: undefined
    },
    scheduleFn: undefined,
    cancelFn: undefined,
    callback: [Function (anonymous)],
    invoke: [Function (anonymous)]
  }
}
Unable to load company
ERROR Error: Uncaught (in promise): ApiRequestError: {"attempt":1,"message":"Ошибка загрузки данных","internalError":{"headers":{"normalizedNames":{},"lazyUpdate":null},"status":400,"statusText":"Bad Request","url":"https://whoiswho.dp.ru/api/Company/Get?id=2913599%26rut","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=2913599%26rut: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value '2913599&rut' is not valid."]},"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-e68c05ea1e5c7b4d84374e9695b417aa-38315e45bb8d2840-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Company/Get?id=2913599%26rut',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=2913599%26rut: 400 Bad Request',
      error: [Object]
    },
    reason: 0,
    retryable: false
  },
  promise: ZoneAwarePromise [Promise] {
    __zone_symbol__state: 0,
    __zone_symbol__value: ApiRequestError {
      attempt: 1,
      message: 'Ошибка загрузки данных',
      internalError: [HttpErrorResponse],
      reason: 0,
      retryable: false
    }
  },
  zone: <ref *1> Zone {
    _parent: Zone {
      _parent: null,
      _name: '<root>',
      _properties: {},
      _zoneDelegate: [ZoneDelegate]
    },
    _name: 'angular',
    _properties: { isAngularZone: true },
    _zoneDelegate: <ref *2> ZoneDelegate {
      _taskCounts: [Object],
      zone: [Circular *1],
      _parentDelegate: [ZoneDelegate],
      _forkZS: null,
      _forkDlgt: null,
      _forkCurrZone: null,
      _interceptZS: null,
      _interceptDlgt: null,
      _interceptCurrZone: null,
      _invokeZS: [Object],
      _invokeDlgt: [ZoneDelegate],
      _invokeCurrZone: [Circular *1],
      _handleErrorZS: [Object],
      _handleErrorDlgt: [ZoneDelegate],
      _handleErrorCurrZone: [Circular *1],
      _scheduleTaskZS: [Object],
      _scheduleTaskDlgt: [ZoneDelegate],
      _scheduleTaskCurrZone: [Circular *1],
      _invokeTaskZS: [Object],
      _invokeTaskDlgt: [ZoneDelegate],
      _invokeTaskCurrZone: [Circular *1],
      _cancelTaskZS: [Object],
      _cancelTaskDlgt: [ZoneDelegate],
      _cancelTaskCurrZone: [Circular *1],
      _hasTaskZS: [Object],
      _hasTaskDlgt: [ZoneDelegate],
      _hasTaskDlgtOwner: [Circular *2],
      _hasTaskCurrZone: [Circular *1]
    }
  },
  task: ZoneTask {
    _zone: <ref *1> Zone {
      _parent: [Zone],
      _name: 'angular',
      _properties: [Object],
      _zoneDelegate: [ZoneDelegate]
    },
    runCount: 0,
    _zoneDelegates: null,
    _state: 'notScheduled',
    type: 'microTask',
    source: 'Promise.then',
    data: ZoneAwarePromise [Promise] {
      __zone_symbol__state: true,
      __zone_symbol__value: undefined
    },
    scheduleFn: undefined,
    cancelFn: undefined,
    callback: [Function (anonymous)],
    invoke: [Function (anonymous)]
  }
}
Unable to load person
ERROR Error: Uncaught (in promise): ApiRequestError: {"attempt":1,"message":"Ошибка загрузки данных","internalError":{"headers":{"normalizedNames":{},"lazyUpdate":null},"status":400,"statusText":"Bad Request","url":"https://whoiswho.dp.ru/api/Person/Get?id=1916889%26rut","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=1916889%26rut: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value '1916889&rut' is not valid."]},"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-cd20a874cc22c94f92466d4ac96aa14b-6394b1626c34534e-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Person/Get?id=1916889%26rut',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=1916889%26rut: 400 Bad Request',
      error: [Object]
    },
    reason: 0,
    retryable: false
  },
  promise: ZoneAwarePromise [Promise] {
    __zone_symbol__state: 0,
    __zone_symbol__value: ApiRequestError {
      attempt: 1,
      message: 'Ошибка загрузки данных',
      internalError: [HttpErrorResponse],
      reason: 0,
      retryable: false
    }
  },
  zone: <ref *1> Zone {
    _parent: Zone {
      _parent: null,
      _name: '<root>',
      _properties: {},
      _zoneDelegate: [ZoneDelegate]
    },
    _name: 'angular',
    _properties: { isAngularZone: true },
    _zoneDelegate: <ref *2> ZoneDelegate {
      _taskCounts: [Object],
      zone: [Circular *1],
      _parentDelegate: [ZoneDelegate],
      _forkZS: null,
      _forkDlgt: null,
      _forkCurrZone: null,
      _interceptZS: null,
      _interceptDlgt: null,
      _interceptCurrZone: null,
      _invokeZS: [Object],
      _invokeDlgt: [ZoneDelegate],
      _invokeCurrZone: [Circular *1],
      _handleErrorZS: [Object],
      _handleErrorDlgt: [ZoneDelegate],
      _handleErrorCurrZone: [Circular *1],
      _scheduleTaskZS: [Object],
      _scheduleTaskDlgt: [ZoneDelegate],
      _scheduleTaskCurrZone: [Circular *1],
      _invokeTaskZS: [Object],
      _invokeTaskDlgt: [ZoneDelegate],
      _invokeTaskCurrZone: [Circular *1],
      _cancelTaskZS: [Object],
      _cancelTaskDlgt: [ZoneDelegate],
      _cancelTaskCurrZone: [Circular *1],
      _hasTaskZS: [Object],
      _hasTaskDlgt: [ZoneDelegate],
      _hasTaskDlgtOwner: [Circular *2],
      _hasTaskCurrZone: [Circular *1]
    }
  },
  task: ZoneTask {
    _zone: <ref *1> Zone {
      _parent: [Zone],
      _name: 'angular',
      _properties: [Object],
      _zoneDelegate: [ZoneDelegate]
    },
    runCount: 0,
    _zoneDelegates: null,
    _state: 'notScheduled',
    type: 'microTask',
    source: 'Promise.then',
    data: ZoneAwarePromise [Promise] {
      __zone_symbol__state: true,
      __zone_symbol__value: undefined
    },
    scheduleFn: undefined,
    cancelFn: undefined,
    callback: [Function (anonymous)],
    invoke: [Function (anonymous)]
  }
}
Unable to load person
ERROR Error: Uncaught (in promise): ApiRequestError: {"attempt":1,"message":"Ошибка загрузки данных","internalError":{"headers":{"normalizedNames":{},"lazyUpdate":null},"status":400,"statusText":"Bad Request","url":"https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'favicon.ico' is not valid."]},"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-f0d3ed9879b2ef4f9725f41a9d03fded-4c8c3bfbd054784b-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico: 400 Bad Request',
      error: [Object]
    },
    reason: 0,
    retryable: false
  },
  promise: ZoneAwarePromise [Promise] {
    __zone_symbol__state: 0,
    __zone_symbol__value: ApiRequestError {
      attempt: 1,
      message: 'Ошибка загрузки данных',
      internalError: [HttpErrorResponse],
      reason: 0,
      retryable: false
    }
  },
  zone: <ref *1> Zone {
    _parent: Zone {
      _parent: null,
      _name: '<root>',
      _properties: {},
      _zoneDelegate: [ZoneDelegate]
    },
    _name: 'angular',
    _properties: { isAngularZone: true },
    _zoneDelegate: <ref *2> ZoneDelegate {
      _taskCounts: [Object],
      zone: [Circular *1],
      _parentDelegate: [ZoneDelegate],
      _forkZS: null,
      _forkDlgt: null,
      _forkCurrZone: null,
      _interceptZS: null,
      _interceptDlgt: null,
      _interceptCurrZone: null,
      _invokeZS: [Object],
      _invokeDlgt: [ZoneDelegate],
      _invokeCurrZone: [Circular *1],
      _handleErrorZS: [Object],
      _handleErrorDlgt: [ZoneDelegate],
      _handleErrorCurrZone: [Circular *1],
      _scheduleTaskZS: [Object],
      _scheduleTaskDlgt: [ZoneDelegate],
      _scheduleTaskCurrZone: [Circular *1],
      _invokeTaskZS: [Object],
      _invokeTaskDlgt: [ZoneDelegate],
      _invokeTaskCurrZone: [Circular *1],
      _cancelTaskZS: [Object],
      _cancelTaskDlgt: [ZoneDelegate],
      _cancelTaskCurrZone: [Circular *1],
      _hasTaskZS: [Object],
      _hasTaskDlgt: [ZoneDelegate],
      _hasTaskDlgtOwner: [Circular *2],
      _hasTaskCurrZone: [Circular *1]
    }
  },
  task: ZoneTask {
    _zone: <ref *1> Zone {
      _parent: [Zone],
      _name: 'angular',
      _properties: [Object],
      _zoneDelegate: [ZoneDelegate]
    },
    runCount: 0,
    _zoneDelegates: null,
    _state: 'notScheduled',
    type: 'microTask',
    source: 'Promise.then',
    data: ZoneAwarePromise [Promise] {
      __zone_symbol__state: true,
      __zone_symbol__value: undefined
    },
    scheduleFn: undefined,
    cancelFn: undefined,
    callback: [Function (anonymous)],
    invoke: [Function (anonymous)]
  }
}