You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the error we get: Field Value @ingestionTime 1684822737054 @log 176772329757:/neptune/recruiter @logStream i-059a5b45e78383eae/192.168.102.69 @message { "message": "Exception of type 'Intercom.Exceptions.ApiException' was thrown.", "hashcode": 439432027, "source": "Library", "stackTrace": " at Intercom.Core.Client.Post[T](T body, Dictionary2 headers, Dictionary2 parameters, String resource)\r\n at Intercom.Clients.EventsClient.Create(Event event)\r\n at Graylink.Neptune.RecruiterPortal.BasePage.SendIntercomEvent(String eventName, Dictionary2 data) in C:\Workspaces\BitBucket\Neptune\neptune-.net\RecruiterPortal\Classes\BasePage.cs:line 509\r\n",
"link": null,
"file": null,
"line": "0",
"errornot_found": "User Not Found",
"statusDescription": "Not Found",
"responseBody": "{"type":"error.list","request_id":"004h01uqo3s6ait1fi20","errors":[{"code":"not_found","message":"User Not Found"}]}",
"tenantId": "telkom",
"host": "192.168.102.69",
"type": "DotNetException"
} @timestamp
1684822737023
errornot_found
User Not Found
hashcode
439432027
host
192.168.102.69
line
0
message
Exception of type 'Intercom.Exceptions.ApiException' was thrown.
responseBody
{"type":"error.list","request_id":"004h01uqo3s6ait1fi20","errors":[{"code":"not_found","message":"User Not Found"}]}
source
Library
stackTrace
at Intercom.Core.Client.Post[T](T body, Dictionary2 headers, Dictionary2 parameters, String resource)
at Intercom.Clients.EventsClient.Create(Event event)
at Graylink.Neptune.RecruiterPortal.BasePage.SendIntercomEvent(String eventName, Dictionary2 data) in C:\Workspaces\BitBucket\Neptune\neptune-.net\RecruiterPortal\Classes\BasePage.cs:line 509 statusDescription Not Found tenantId telkom type DotNetException
Here is the code we use:
`string accessToken = WebsiteContext.GetConfigurationFieldValue(WebsiteClass.WebsiteConfigurationFieldEnum.IntercomAccessToken);
Here is the error we get:
Field Value @ingestionTime 1684822737054 @log 176772329757:/neptune/recruiter @logStream i-059a5b45e78383eae/192.168.102.69 @message { "message": "Exception of type 'Intercom.Exceptions.ApiException' was thrown.", "hashcode": 439432027, "source": "Library", "stackTrace": " at Intercom.Core.Client.Post[T](T body, Dictionary
2 headers, Dictionary2 parameters, String resource)\r\n at Intercom.Clients.EventsClient.Create(Event event)\r\n at Graylink.Neptune.RecruiterPortal.BasePage.SendIntercomEvent(String eventName, Dictionary
2 data) in C:\Workspaces\BitBucket\Neptune\neptune-.net\RecruiterPortal\Classes\BasePage.cs:line 509\r\n","link": null,
"file": null,
"line": "0",
"errornot_found": "User Not Found",
"statusDescription": "Not Found",
"responseBody": "{"type":"error.list","request_id":"004h01uqo3s6ait1fi20","errors":[{"code":"not_found","message":"User Not Found"}]}",
"tenantId": "telkom",
"host": "192.168.102.69",
"type": "DotNetException"
}
@timestamp
1684822737023
errornot_found
User Not Found
hashcode
439432027
host
192.168.102.69
line
0
message
Exception of type 'Intercom.Exceptions.ApiException' was thrown.
responseBody
{"type":"error.list","request_id":"004h01uqo3s6ait1fi20","errors":[{"code":"not_found","message":"User Not Found"}]}
source
Library
stackTrace
at Intercom.Core.Client.Post[T](T body, Dictionary
2 headers, Dictionary
2 parameters, String resource)at Intercom.Clients.EventsClient.Create(Event event)
at Graylink.Neptune.RecruiterPortal.BasePage.SendIntercomEvent(String eventName, Dictionary
2 data) in C:\Workspaces\BitBucket\Neptune\neptune-.net\RecruiterPortal\Classes\BasePage.cs:line 509 statusDescription Not Found tenantId telkom type DotNetException
Here is the code we use:
`string accessToken = WebsiteContext.GetConfigurationFieldValue(WebsiteClass.WebsiteConfigurationFieldEnum.IntercomAccessToken);
The text was updated successfully, but these errors were encountered: