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=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-a7bf6e48fa96504ab536b8cc33bada48-1859f96c7d8c6348-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/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=scripts.b619a7db8a7145d2baf4.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/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-f5ffd543e6adab47a60b48182ec7c09b-cf418af6675a3a47-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/Person/Get?id=scripts.b619a7db8a7145d2baf4.js',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Person/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 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=main.3e35debc7435f172c2fb.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/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-149586ad4ba9fd479572472e217e51a3-e2fb28bfcd88ea41-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/Person/Get?id=main.3e35debc7435f172c2fb.js',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Person/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 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=runtime.befb23d1f9fb69687b9e.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/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-a63f4a65d98c264ca2023950b2c58abe-4fb61c4e0ae13740-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/Person/Get?id=runtime.befb23d1f9fb69687b9e.js',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Person/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 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=polyfills.8d5914c89d715207e9c4.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/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-b085a838edec7b468f7cc5ff2116824f-85d8ec8c9b17bf4e-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/Person/Get?id=polyfills.8d5914c89d715207e9c4.js',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Person/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 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=scripts.b619a7db8a7145d2baf4.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/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-cd850e3b8a56b5429ff69a77ebea80be-a192557415a28e4a-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/Person/Get?id=scripts.b619a7db8a7145d2baf4.js',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Person/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=16819%26search_source","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=16819%26search_source: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value '16819&search_source' 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-4b7e2fffae7bc7438eb9c402d58b8ba2-428dc4aabf7fae4c-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=16819%26search_source',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=16819%26search_source: 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=scripts.b619a7db8a7145d2baf4.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/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-414cb887aeee234d8de4c0069b6bdc70-353e66cf0b773e49-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/Person/Get?id=scripts.b619a7db8a7145d2baf4.js',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Person/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 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=runtime.befb23d1f9fb69687b9e.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/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-365db345261a654fbc155bbec1990066-2734941d1dd7d747-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/Person/Get?id=runtime.befb23d1f9fb69687b9e.js',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Person/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 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=main.3e35debc7435f172c2fb.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/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-0cc0bcb4033cd04e912b3404712b2a23-281ada87ab41af49-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/Person/Get?id=main.3e35debc7435f172c2fb.js',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Person/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 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=runtime.befb23d1f9fb69687b9e.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/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-142cc48c4e1259479ea6a7fa7b33a724-6c524d019855fd45-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/Person/Get?id=runtime.befb23d1f9fb69687b9e.js',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Person/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)]
}
}