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:

(node:7704) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Unable to load person
ERROR TypeError: Converting circular structure to JSON
    --> starting at object with constructor 'XMLHttpRequest'
    |     property 'upload' -> object with constructor 'XMLHttpRequestUpload'
    --- property '_request' closes the circle
    at JSON.stringify (<anonymous>)
    at readableObjectToString (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1192082)
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1195860)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1193953
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:3685316)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179141)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1645130)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179037)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1171555)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1197377 {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 0,
      statusText: 'Unknown Error',
      url: 'https://whoiswho.dp.ru/api/Person/Get',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Person/Get: 0 Unknown Error',
      error: [ProgressEvent]
    },
    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=runtime.befb23d1f9fb69687b9e.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=runtime.befb23d1f9fb69687b9e.js: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'runtime.befb23d1f9fb69687b9e.js' 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-a9cb94fbb261d442b0de8dc653f2bf8d-d35361082318e04a-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1195824)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1193953
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:3685316)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179141)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1645130)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179037)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1171555)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1197377
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1180073)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1644808) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Company/Get?id=runtime.befb23d1f9fb69687b9e.js',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=runtime.befb23d1f9fb69687b9e.js: 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=scripts.b619a7db8a7145d2baf4.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=scripts.b619a7db8a7145d2baf4.js: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'scripts.b619a7db8a7145d2baf4.js' 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-d113ad464731df459acf53f3579f7a01-c250f605ac11da47-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1195824)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1193953
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:3685316)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179141)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1645130)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179037)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1171555)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1197377
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1180073)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1644808) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Company/Get?id=scripts.b619a7db8a7145d2baf4.js',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=scripts.b619a7db8a7145d2baf4.js: 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=polyfills.8d5914c89d715207e9c4.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=polyfills.8d5914c89d715207e9c4.js: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'polyfills.8d5914c89d715207e9c4.js' 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-89cfdae2a4fa0a43ba6a119add523c70-c43e788759d9ab42-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1195824)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1193953
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:3685316)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179141)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1645130)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179037)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1171555)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1197377
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1180073)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1644808) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Company/Get?id=polyfills.8d5914c89d715207e9c4.js',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=polyfills.8d5914c89d715207e9c4.js: 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=main.3e35debc7435f172c2fb.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=main.3e35debc7435f172c2fb.js: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'main.3e35debc7435f172c2fb.js' 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-cc216c34a80c3842a0b1e0d2adb4dfff-b9e77d145c0cca4b-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1195824)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1193953
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:3685316)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179141)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1645130)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179037)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1171555)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1197377
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1180073)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1644808) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Company/Get?id=main.3e35debc7435f172c2fb.js',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=main.3e35debc7435f172c2fb.js: 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=polyfills.8d5914c89d715207e9c4.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=polyfills.8d5914c89d715207e9c4.js: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'polyfills.8d5914c89d715207e9c4.js' 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-e8a3e98a42b6df4eb83d0235e2c47083-72c56a68e09fdd41-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1195824)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1193953
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:3685316)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179141)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1645130)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179037)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1171555)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1197377
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1180073)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1644808) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Company/Get?id=polyfills.8d5914c89d715207e9c4.js',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=polyfills.8d5914c89d715207e9c4.js: 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=runtime.befb23d1f9fb69687b9e.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=runtime.befb23d1f9fb69687b9e.js: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'runtime.befb23d1f9fb69687b9e.js' 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-e2dd50cfeee62849a0815b3180978b27-ec59d29446e1cb44-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1195824)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1193953
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:3685316)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179141)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1645130)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179037)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1171555)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1197377
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1180073)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1644808) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Company/Get?id=runtime.befb23d1f9fb69687b9e.js',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=runtime.befb23d1f9fb69687b9e.js: 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=scripts.b619a7db8a7145d2baf4.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=scripts.b619a7db8a7145d2baf4.js: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'scripts.b619a7db8a7145d2baf4.js' 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-2e1591622016384a9415178c9f731b65-6f1c52d5e11bd14e-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1195824)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1193953
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:3685316)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179141)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1645130)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179037)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1171555)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1197377
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1180073)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1644808) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Company/Get?id=scripts.b619a7db8a7145d2baf4.js',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=scripts.b619a7db8a7145d2baf4.js: 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=main.3e35debc7435f172c2fb.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=main.3e35debc7435f172c2fb.js: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'main.3e35debc7435f172c2fb.js' 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-0b10dfb5f204e7449a208aa73198f2e6-1ccc416e03df9a4a-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1195824)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1193953
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:3685316)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179141)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1645130)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179037)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1171555)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1197377
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1180073)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1644808) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Company/Get?id=main.3e35debc7435f172c2fb.js',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=main.3e35debc7435f172c2fb.js: 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=polyfills.8d5914c89d715207e9c4.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=polyfills.8d5914c89d715207e9c4.js: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'polyfills.8d5914c89d715207e9c4.js' 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-959ba4780446024b8d1735f0f1a5348e-5b09f160662aff48-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1195824)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1193953
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:3685316)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179141)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1645130)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179037)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1171555)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1197377
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1180073)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1644808) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Company/Get?id=polyfills.8d5914c89d715207e9c4.js',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=polyfills.8d5914c89d715207e9c4.js: 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=main.3e35debc7435f172c2fb.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=main.3e35debc7435f172c2fb.js: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'main.3e35debc7435f172c2fb.js' 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-5cd8b3bad111784a9924980e60667167-89069b0406c4b34c-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1195824)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1193953
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:3685316)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179141)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1645130)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179037)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1171555)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1197377
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1180073)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1644808) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Company/Get?id=main.3e35debc7435f172c2fb.js',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=main.3e35debc7435f172c2fb.js: 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=polyfills.8d5914c89d715207e9c4.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=polyfills.8d5914c89d715207e9c4.js: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'polyfills.8d5914c89d715207e9c4.js' 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-de42a57d44d15447985b0328ab40d0fa-dcd9d94847a62b42-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1195824)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1193953
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:3685316)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179141)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1645130)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179037)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1171555)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1197377
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1180073)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1644808) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Company/Get?id=polyfills.8d5914c89d715207e9c4.js',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=polyfills.8d5914c89d715207e9c4.js: 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=main.3e35debc7435f172c2fb.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=main.3e35debc7435f172c2fb.js: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'main.3e35debc7435f172c2fb.js' 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-26ed5e1f49513246a77f0e83095b4f57-4cc7732dc3cfd947-00"}},"reason":0,"retryable":false}
    at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1195824)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1193953
    at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:3685316)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179141)
    at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1645130)
    at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1179037)
    at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1171555)
    at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1197377
    at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1180073)
    at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.714\server\main.js:1:1644808) {
  rejection: ApiRequestError {
    attempt: 1,
    message: 'Ошибка загрузки данных',
    internalError: HttpErrorResponse {
      headers: [HttpHeaders],
      status: 400,
      statusText: 'Bad Request',
      url: 'https://whoiswho.dp.ru/api/Company/Get?id=main.3e35debc7435f172c2fb.js',
      ok: false,
      name: 'HttpErrorResponse',
      message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=main.3e35debc7435f172c2fb.js: 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)]
  }
}