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-c624dfedd2a00d468af03ecf1eb732b4-9d319120190b6249-00"}},"reason":0,"retryable":false}
at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
rejection: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: HttpErrorResponse {
headers: [HttpHeaders],
status: 400,
statusText: 'Bad Request',
url: 'https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico: 400 Bad Request',
error: [Object]
},
reason: 0,
retryable: false
},
promise: ZoneAwarePromise [Promise] {
__zone_symbol__state: 0,
__zone_symbol__value: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: [HttpErrorResponse],
reason: 0,
retryable: false
}
},
zone: <ref *1> Zone {
_parent: Zone {
_parent: null,
_name: '<root>',
_properties: {},
_zoneDelegate: [ZoneDelegate]
},
_name: 'angular',
_properties: { isAngularZone: true },
_zoneDelegate: <ref *2> ZoneDelegate {
_taskCounts: [Object],
zone: [Circular *1],
_parentDelegate: [ZoneDelegate],
_forkZS: null,
_forkDlgt: null,
_forkCurrZone: null,
_interceptZS: null,
_interceptDlgt: null,
_interceptCurrZone: null,
_invokeZS: [Object],
_invokeDlgt: [ZoneDelegate],
_invokeCurrZone: [Circular *1],
_handleErrorZS: [Object],
_handleErrorDlgt: [ZoneDelegate],
_handleErrorCurrZone: [Circular *1],
_scheduleTaskZS: [Object],
_scheduleTaskDlgt: [ZoneDelegate],
_scheduleTaskCurrZone: [Circular *1],
_invokeTaskZS: [Object],
_invokeTaskDlgt: [ZoneDelegate],
_invokeTaskCurrZone: [Circular *1],
_cancelTaskZS: [Object],
_cancelTaskDlgt: [ZoneDelegate],
_cancelTaskCurrZone: [Circular *1],
_hasTaskZS: [Object],
_hasTaskDlgt: [ZoneDelegate],
_hasTaskDlgtOwner: [Circular *2],
_hasTaskCurrZone: [Circular *1]
}
},
task: ZoneTask {
_zone: <ref *1> Zone {
_parent: [Zone],
_name: 'angular',
_properties: [Object],
_zoneDelegate: [ZoneDelegate]
},
runCount: 0,
_zoneDelegates: null,
_state: 'notScheduled',
type: 'microTask',
source: 'Promise.then',
data: ZoneAwarePromise [Promise] {
__zone_symbol__state: true,
__zone_symbol__value: undefined
},
scheduleFn: undefined,
cancelFn: undefined,
callback: [Function (anonymous)],
invoke: [Function (anonymous)]
}
}
Unable to load person
ERROR Error: Uncaught (in promise): ApiRequestError: {"attempt":1,"message":"Ошибка загрузки данных","internalError":{"headers":{"normalizedNames":{},"lazyUpdate":null},"status":400,"statusText":"Bad Request","url":"https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'favicon.ico' is not valid."]},"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-522923090991964abc6cf0e85e53de53-04cb9b0b13105945-00"}},"reason":0,"retryable":false}
at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
rejection: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: HttpErrorResponse {
headers: [HttpHeaders],
status: 400,
statusText: 'Bad Request',
url: 'https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico: 400 Bad Request',
error: [Object]
},
reason: 0,
retryable: false
},
promise: ZoneAwarePromise [Promise] {
__zone_symbol__state: 0,
__zone_symbol__value: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: [HttpErrorResponse],
reason: 0,
retryable: false
}
},
zone: <ref *1> Zone {
_parent: Zone {
_parent: null,
_name: '<root>',
_properties: {},
_zoneDelegate: [ZoneDelegate]
},
_name: 'angular',
_properties: { isAngularZone: true },
_zoneDelegate: <ref *2> ZoneDelegate {
_taskCounts: [Object],
zone: [Circular *1],
_parentDelegate: [ZoneDelegate],
_forkZS: null,
_forkDlgt: null,
_forkCurrZone: null,
_interceptZS: null,
_interceptDlgt: null,
_interceptCurrZone: null,
_invokeZS: [Object],
_invokeDlgt: [ZoneDelegate],
_invokeCurrZone: [Circular *1],
_handleErrorZS: [Object],
_handleErrorDlgt: [ZoneDelegate],
_handleErrorCurrZone: [Circular *1],
_scheduleTaskZS: [Object],
_scheduleTaskDlgt: [ZoneDelegate],
_scheduleTaskCurrZone: [Circular *1],
_invokeTaskZS: [Object],
_invokeTaskDlgt: [ZoneDelegate],
_invokeTaskCurrZone: [Circular *1],
_cancelTaskZS: [Object],
_cancelTaskDlgt: [ZoneDelegate],
_cancelTaskCurrZone: [Circular *1],
_hasTaskZS: [Object],
_hasTaskDlgt: [ZoneDelegate],
_hasTaskDlgtOwner: [Circular *2],
_hasTaskCurrZone: [Circular *1]
}
},
task: ZoneTask {
_zone: <ref *1> Zone {
_parent: [Zone],
_name: 'angular',
_properties: [Object],
_zoneDelegate: [ZoneDelegate]
},
runCount: 0,
_zoneDelegates: null,
_state: 'notScheduled',
type: 'microTask',
source: 'Promise.then',
data: ZoneAwarePromise [Promise] {
__zone_symbol__state: true,
__zone_symbol__value: undefined
},
scheduleFn: undefined,
cancelFn: undefined,
callback: [Function (anonymous)],
invoke: [Function (anonymous)]
}
}
Unable to load company
ERROR Error: Uncaught (in promise): ApiRequestError: {"attempt":1,"message":"Ошибка загрузки данных","internalError":{"headers":{"normalizedNames":{},"lazyUpdate":null},"status":400,"statusText":"Bad Request","url":"https://whoiswho.dp.ru/api/Company/Get?id=80077%26rut","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=80077%26rut: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value '80077&rut' is not valid."]},"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-908e7af4b13d604cbe3aef0d2ac01ad7-738c4d932825a043-00"}},"reason":0,"retryable":false}
at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
rejection: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: HttpErrorResponse {
headers: [HttpHeaders],
status: 400,
statusText: 'Bad Request',
url: 'https://whoiswho.dp.ru/api/Company/Get?id=80077%26rut',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=80077%26rut: 400 Bad Request',
error: [Object]
},
reason: 0,
retryable: false
},
promise: ZoneAwarePromise [Promise] {
__zone_symbol__state: 0,
__zone_symbol__value: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: [HttpErrorResponse],
reason: 0,
retryable: false
}
},
zone: <ref *1> Zone {
_parent: Zone {
_parent: null,
_name: '<root>',
_properties: {},
_zoneDelegate: [ZoneDelegate]
},
_name: 'angular',
_properties: { isAngularZone: true },
_zoneDelegate: <ref *2> ZoneDelegate {
_taskCounts: [Object],
zone: [Circular *1],
_parentDelegate: [ZoneDelegate],
_forkZS: null,
_forkDlgt: null,
_forkCurrZone: null,
_interceptZS: null,
_interceptDlgt: null,
_interceptCurrZone: null,
_invokeZS: [Object],
_invokeDlgt: [ZoneDelegate],
_invokeCurrZone: [Circular *1],
_handleErrorZS: [Object],
_handleErrorDlgt: [ZoneDelegate],
_handleErrorCurrZone: [Circular *1],
_scheduleTaskZS: [Object],
_scheduleTaskDlgt: [ZoneDelegate],
_scheduleTaskCurrZone: [Circular *1],
_invokeTaskZS: [Object],
_invokeTaskDlgt: [ZoneDelegate],
_invokeTaskCurrZone: [Circular *1],
_cancelTaskZS: [Object],
_cancelTaskDlgt: [ZoneDelegate],
_cancelTaskCurrZone: [Circular *1],
_hasTaskZS: [Object],
_hasTaskDlgt: [ZoneDelegate],
_hasTaskDlgtOwner: [Circular *2],
_hasTaskCurrZone: [Circular *1]
}
},
task: ZoneTask {
_zone: <ref *1> Zone {
_parent: [Zone],
_name: 'angular',
_properties: [Object],
_zoneDelegate: [ZoneDelegate]
},
runCount: 0,
_zoneDelegates: null,
_state: 'notScheduled',
type: 'microTask',
source: 'Promise.then',
data: ZoneAwarePromise [Promise] {
__zone_symbol__state: true,
__zone_symbol__value: undefined
},
scheduleFn: undefined,
cancelFn: undefined,
callback: [Function (anonymous)],
invoke: [Function (anonymous)]
}
}
Unable to load person
ERROR Error: Uncaught (in promise): ApiRequestError: {"attempt":1,"message":"Ошибка загрузки данных","internalError":{"headers":{"normalizedNames":{},"lazyUpdate":null},"status":400,"statusText":"Bad Request","url":"https://whoiswho.dp.ru/api/Person/Get?id=1937287%26rut","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=1937287%26rut: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value '1937287&rut' is not valid."]},"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-0fa5f6e44aa5d14887ace22bf8e66474-19ec5be53f782b4e-00"}},"reason":0,"retryable":false}
at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
rejection: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: HttpErrorResponse {
headers: [HttpHeaders],
status: 400,
statusText: 'Bad Request',
url: 'https://whoiswho.dp.ru/api/Person/Get?id=1937287%26rut',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=1937287%26rut: 400 Bad Request',
error: [Object]
},
reason: 0,
retryable: false
},
promise: ZoneAwarePromise [Promise] {
__zone_symbol__state: 0,
__zone_symbol__value: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: [HttpErrorResponse],
reason: 0,
retryable: false
}
},
zone: <ref *1> Zone {
_parent: Zone {
_parent: null,
_name: '<root>',
_properties: {},
_zoneDelegate: [ZoneDelegate]
},
_name: 'angular',
_properties: { isAngularZone: true },
_zoneDelegate: <ref *2> ZoneDelegate {
_taskCounts: [Object],
zone: [Circular *1],
_parentDelegate: [ZoneDelegate],
_forkZS: null,
_forkDlgt: null,
_forkCurrZone: null,
_interceptZS: null,
_interceptDlgt: null,
_interceptCurrZone: null,
_invokeZS: [Object],
_invokeDlgt: [ZoneDelegate],
_invokeCurrZone: [Circular *1],
_handleErrorZS: [Object],
_handleErrorDlgt: [ZoneDelegate],
_handleErrorCurrZone: [Circular *1],
_scheduleTaskZS: [Object],
_scheduleTaskDlgt: [ZoneDelegate],
_scheduleTaskCurrZone: [Circular *1],
_invokeTaskZS: [Object],
_invokeTaskDlgt: [ZoneDelegate],
_invokeTaskCurrZone: [Circular *1],
_cancelTaskZS: [Object],
_cancelTaskDlgt: [ZoneDelegate],
_cancelTaskCurrZone: [Circular *1],
_hasTaskZS: [Object],
_hasTaskDlgt: [ZoneDelegate],
_hasTaskDlgtOwner: [Circular *2],
_hasTaskCurrZone: [Circular *1]
}
},
task: ZoneTask {
_zone: <ref *1> Zone {
_parent: [Zone],
_name: 'angular',
_properties: [Object],
_zoneDelegate: [ZoneDelegate]
},
runCount: 0,
_zoneDelegates: null,
_state: 'notScheduled',
type: 'microTask',
source: 'Promise.then',
data: ZoneAwarePromise [Promise] {
__zone_symbol__state: true,
__zone_symbol__value: undefined
},
scheduleFn: undefined,
cancelFn: undefined,
callback: [Function (anonymous)],
invoke: [Function (anonymous)]
}
}
Unable to load company
ERROR Error: Uncaught (in promise): ApiRequestError: {"attempt":1,"message":"Ошибка загрузки данных","internalError":{"headers":{"normalizedNames":{},"lazyUpdate":null},"status":400,"statusText":"Bad Request","url":"https://whoiswho.dp.ru/api/Company/Get?id=favicon.ico","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/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-65b1323c58129c47a3d9810738c51ec9-9c0e8f33bb0ac241-00"}},"reason":0,"retryable":false}
at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
rejection: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: HttpErrorResponse {
headers: [HttpHeaders],
status: 400,
statusText: 'Bad Request',
url: 'https://whoiswho.dp.ru/api/Company/Get?id=favicon.ico',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Company/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=416459%26rut","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=416459%26rut: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value '416459&rut' is not valid."]},"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-fdd7fd7cd55f0d42847941dd3ffda9cb-fa600a14cdc8b244-00"}},"reason":0,"retryable":false}
at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
rejection: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: HttpErrorResponse {
headers: [HttpHeaders],
status: 400,
statusText: 'Bad Request',
url: 'https://whoiswho.dp.ru/api/Person/Get?id=416459%26rut',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=416459%26rut: 400 Bad Request',
error: [Object]
},
reason: 0,
retryable: false
},
promise: ZoneAwarePromise [Promise] {
__zone_symbol__state: 0,
__zone_symbol__value: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: [HttpErrorResponse],
reason: 0,
retryable: false
}
},
zone: <ref *1> Zone {
_parent: Zone {
_parent: null,
_name: '<root>',
_properties: {},
_zoneDelegate: [ZoneDelegate]
},
_name: 'angular',
_properties: { isAngularZone: true },
_zoneDelegate: <ref *2> ZoneDelegate {
_taskCounts: [Object],
zone: [Circular *1],
_parentDelegate: [ZoneDelegate],
_forkZS: null,
_forkDlgt: null,
_forkCurrZone: null,
_interceptZS: null,
_interceptDlgt: null,
_interceptCurrZone: null,
_invokeZS: [Object],
_invokeDlgt: [ZoneDelegate],
_invokeCurrZone: [Circular *1],
_handleErrorZS: [Object],
_handleErrorDlgt: [ZoneDelegate],
_handleErrorCurrZone: [Circular *1],
_scheduleTaskZS: [Object],
_scheduleTaskDlgt: [ZoneDelegate],
_scheduleTaskCurrZone: [Circular *1],
_invokeTaskZS: [Object],
_invokeTaskDlgt: [ZoneDelegate],
_invokeTaskCurrZone: [Circular *1],
_cancelTaskZS: [Object],
_cancelTaskDlgt: [ZoneDelegate],
_cancelTaskCurrZone: [Circular *1],
_hasTaskZS: [Object],
_hasTaskDlgt: [ZoneDelegate],
_hasTaskDlgtOwner: [Circular *2],
_hasTaskCurrZone: [Circular *1]
}
},
task: ZoneTask {
_zone: <ref *1> Zone {
_parent: [Zone],
_name: 'angular',
_properties: [Object],
_zoneDelegate: [ZoneDelegate]
},
runCount: 0,
_zoneDelegates: null,
_state: 'notScheduled',
type: 'microTask',
source: 'Promise.then',
data: ZoneAwarePromise [Promise] {
__zone_symbol__state: true,
__zone_symbol__value: undefined
},
scheduleFn: undefined,
cancelFn: undefined,
callback: [Function (anonymous)],
invoke: [Function (anonymous)]
}
}
Unable to load person
ERROR Error: Uncaught (in promise): ApiRequestError: {"attempt":1,"message":"Ошибка загрузки данных","internalError":{"headers":{"normalizedNames":{},"lazyUpdate":null},"status":400,"statusText":"Bad Request","url":"https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'favicon.ico' is not valid."]},"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-5fd3ce672f2cf54e9b6c269b6efcb51c-bfc8b323577a7a45-00"}},"reason":0,"retryable":false}
at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
rejection: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: HttpErrorResponse {
headers: [HttpHeaders],
status: 400,
statusText: 'Bad Request',
url: 'https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico: 400 Bad Request',
error: [Object]
},
reason: 0,
retryable: false
},
promise: ZoneAwarePromise [Promise] {
__zone_symbol__state: 0,
__zone_symbol__value: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: [HttpErrorResponse],
reason: 0,
retryable: false
}
},
zone: <ref *1> Zone {
_parent: Zone {
_parent: null,
_name: '<root>',
_properties: {},
_zoneDelegate: [ZoneDelegate]
},
_name: 'angular',
_properties: { isAngularZone: true },
_zoneDelegate: <ref *2> ZoneDelegate {
_taskCounts: [Object],
zone: [Circular *1],
_parentDelegate: [ZoneDelegate],
_forkZS: null,
_forkDlgt: null,
_forkCurrZone: null,
_interceptZS: null,
_interceptDlgt: null,
_interceptCurrZone: null,
_invokeZS: [Object],
_invokeDlgt: [ZoneDelegate],
_invokeCurrZone: [Circular *1],
_handleErrorZS: [Object],
_handleErrorDlgt: [ZoneDelegate],
_handleErrorCurrZone: [Circular *1],
_scheduleTaskZS: [Object],
_scheduleTaskDlgt: [ZoneDelegate],
_scheduleTaskCurrZone: [Circular *1],
_invokeTaskZS: [Object],
_invokeTaskDlgt: [ZoneDelegate],
_invokeTaskCurrZone: [Circular *1],
_cancelTaskZS: [Object],
_cancelTaskDlgt: [ZoneDelegate],
_cancelTaskCurrZone: [Circular *1],
_hasTaskZS: [Object],
_hasTaskDlgt: [ZoneDelegate],
_hasTaskDlgtOwner: [Circular *2],
_hasTaskCurrZone: [Circular *1]
}
},
task: ZoneTask {
_zone: <ref *1> Zone {
_parent: [Zone],
_name: 'angular',
_properties: [Object],
_zoneDelegate: [ZoneDelegate]
},
runCount: 0,
_zoneDelegates: null,
_state: 'notScheduled',
type: 'microTask',
source: 'Promise.then',
data: ZoneAwarePromise [Promise] {
__zone_symbol__state: true,
__zone_symbol__value: undefined
},
scheduleFn: undefined,
cancelFn: undefined,
callback: [Function (anonymous)],
invoke: [Function (anonymous)]
}
}
Unable to load person
ERROR Error: Uncaught (in promise): ApiRequestError: {"attempt":1,"message":"Ошибка загрузки данных","internalError":{"headers":{"normalizedNames":{},"lazyUpdate":null},"status":400,"statusText":"Bad Request","url":"https://whoiswho.dp.ru/api/Person/Get?id=1937508%26rut","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=1937508%26rut: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value '1937508&rut' is not valid."]},"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-a1bb1027ac49a4438bba5bcf75cde5dd-8d8e6244e43c2349-00"}},"reason":0,"retryable":false}
at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
rejection: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: HttpErrorResponse {
headers: [HttpHeaders],
status: 400,
statusText: 'Bad Request',
url: 'https://whoiswho.dp.ru/api/Person/Get?id=1937508%26rut',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=1937508%26rut: 400 Bad Request',
error: [Object]
},
reason: 0,
retryable: false
},
promise: ZoneAwarePromise [Promise] {
__zone_symbol__state: 0,
__zone_symbol__value: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: [HttpErrorResponse],
reason: 0,
retryable: false
}
},
zone: <ref *1> Zone {
_parent: Zone {
_parent: null,
_name: '<root>',
_properties: {},
_zoneDelegate: [ZoneDelegate]
},
_name: 'angular',
_properties: { isAngularZone: true },
_zoneDelegate: <ref *2> ZoneDelegate {
_taskCounts: [Object],
zone: [Circular *1],
_parentDelegate: [ZoneDelegate],
_forkZS: null,
_forkDlgt: null,
_forkCurrZone: null,
_interceptZS: null,
_interceptDlgt: null,
_interceptCurrZone: null,
_invokeZS: [Object],
_invokeDlgt: [ZoneDelegate],
_invokeCurrZone: [Circular *1],
_handleErrorZS: [Object],
_handleErrorDlgt: [ZoneDelegate],
_handleErrorCurrZone: [Circular *1],
_scheduleTaskZS: [Object],
_scheduleTaskDlgt: [ZoneDelegate],
_scheduleTaskCurrZone: [Circular *1],
_invokeTaskZS: [Object],
_invokeTaskDlgt: [ZoneDelegate],
_invokeTaskCurrZone: [Circular *1],
_cancelTaskZS: [Object],
_cancelTaskDlgt: [ZoneDelegate],
_cancelTaskCurrZone: [Circular *1],
_hasTaskZS: [Object],
_hasTaskDlgt: [ZoneDelegate],
_hasTaskDlgtOwner: [Circular *2],
_hasTaskCurrZone: [Circular *1]
}
},
task: ZoneTask {
_zone: <ref *1> Zone {
_parent: [Zone],
_name: 'angular',
_properties: [Object],
_zoneDelegate: [ZoneDelegate]
},
runCount: 0,
_zoneDelegates: null,
_state: 'notScheduled',
type: 'microTask',
source: 'Promise.then',
data: ZoneAwarePromise [Promise] {
__zone_symbol__state: true,
__zone_symbol__value: undefined
},
scheduleFn: undefined,
cancelFn: undefined,
callback: [Function (anonymous)],
invoke: [Function (anonymous)]
}
}
Unable to load person
ERROR Error: Uncaught (in promise): ApiRequestError: {"attempt":1,"message":"Ошибка загрузки данных","internalError":{"headers":{"normalizedNames":{},"lazyUpdate":null},"status":400,"statusText":"Bad Request","url":"https://whoiswho.dp.ru/api/Person/Get?id=1936277%26lr","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=1936277%26lr: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value '1936277&lr' 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-80434f422826a9448dbc7e13c974648a-82ab12473bdea14c-00"}},"reason":0,"retryable":false}
at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
rejection: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: HttpErrorResponse {
headers: [HttpHeaders],
status: 400,
statusText: 'Bad Request',
url: 'https://whoiswho.dp.ru/api/Person/Get?id=1936277%26lr',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=1936277%26lr: 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.a727c7a2c9c0a7b261c0.js","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=runtime.a727c7a2c9c0a7b261c0.js: 400 Bad Request","error":{"$id":"1","errors":{"id":["The value 'runtime.a727c7a2c9c0a7b261c0.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-f1a29087f4b0874c9b5862b2699ad284-02c9a9177d7e7440-00"}},"reason":0,"retryable":false}
at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
rejection: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: HttpErrorResponse {
headers: [HttpHeaders],
status: 400,
statusText: 'Bad Request',
url: 'https://whoiswho.dp.ru/api/Company/Get?id=runtime.a727c7a2c9c0a7b261c0.js',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Company/Get?id=runtime.a727c7a2c9c0a7b261c0.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-e5d0fe528639224f8f9c3fb8e1c83142-8fca957083515e40-00"}},"reason":0,"retryable":false}
at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
rejection: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: HttpErrorResponse {
headers: [HttpHeaders],
status: 400,
statusText: 'Bad Request',
url: 'https://whoiswho.dp.ru/api/Company/Get?id=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 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-118ea477b39b5d48911603db2d20e1a9-79b7a119fec6a44f-00"}},"reason":0,"retryable":false}
at resolvePromise (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1195665)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1193794
at rejected (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:3672817)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178982)
at Object.onInvoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644778)
at ZoneDelegate.invoke (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1178878)
at Zone.run (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1171396)
at D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1197218
at ZoneDelegate.invokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1179914)
at Object.onInvokeTask (D:\Octopus\Applications\Prod-web\WhoIsWho.Frontend\2.1.0.694\server\main.js:1:1644456) {
rejection: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: HttpErrorResponse {
headers: [HttpHeaders],
status: 400,
statusText: 'Bad Request',
url: 'https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico',
ok: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://whoiswho.dp.ru/api/Person/Get?id=favicon.ico: 400 Bad Request',
error: [Object]
},
reason: 0,
retryable: false
},
promise: ZoneAwarePromise [Promise] {
__zone_symbol__state: 0,
__zone_symbol__value: ApiRequestError {
attempt: 1,
message: 'Ошибка загрузки данных',
internalError: [HttpErrorResponse],
reason: 0,
retryable: false
}
},
zone: <ref *1> Zone {
_parent: Zone {
_parent: null,
_name: '<root>',
_properties: {},
_zoneDelegate: [ZoneDelegate]
},
_name: 'angular',
_properties: { isAngularZone: true },
_zoneDelegate: <ref *2> ZoneDelegate {
_taskCounts: [Object],
zone: [Circular *1],
_parentDelegate: [ZoneDelegate],
_forkZS: null,
_forkDlgt: null,
_forkCurrZone: null,
_interceptZS: null,
_interceptDlgt: null,
_interceptCurrZone: null,
_invokeZS: [Object],
_invokeDlgt: [ZoneDelegate],
_invokeCurrZone: [Circular *1],
_handleErrorZS: [Object],
_handleErrorDlgt: [ZoneDelegate],
_handleErrorCurrZone: [Circular *1],
_scheduleTaskZS: [Object],
_scheduleTaskDlgt: [ZoneDelegate],
_scheduleTaskCurrZone: [Circular *1],
_invokeTaskZS: [Object],
_invokeTaskDlgt: [ZoneDelegate],
_invokeTaskCurrZone: [Circular *1],
_cancelTaskZS: [Object],
_cancelTaskDlgt: [ZoneDelegate],
_cancelTaskCurrZone: [Circular *1],
_hasTaskZS: [Object],
_hasTaskDlgt: [ZoneDelegate],
_hasTaskDlgtOwner: [Circular *2],
_hasTaskCurrZone: [Circular *1]
}
},
task: ZoneTask {
_zone: <ref *1> Zone {
_parent: [Zone],
_name: 'angular',
_properties: [Object],
_zoneDelegate: [ZoneDelegate]
},
runCount: 0,
_zoneDelegates: null,
_state: 'notScheduled',
type: 'microTask',
source: 'Promise.then',
data: ZoneAwarePromise [Promise] {
__zone_symbol__state: true,
__zone_symbol__value: undefined
},
scheduleFn: undefined,
cancelFn: undefined,
callback: [Function (anonymous)],
invoke: [Function (anonymous)]
}
}