// Job ID: #1194250
using AG.A1.Scheduler.Project.Contracts.Contracts.TCSPitBull;
var execSummaryFlash = Activate<IExecSummaryFlash>();
await execSummaryFlash.Run(null, null);
| CurrentCulture | |
| CurrentUICulture | |
| RecurringJobId | |
| Time | |
An exception occurred during performance of the job.
Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[AG.A1.Application.Contracts.DTO.PitBull.ProjectRepsDTO]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly. To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object. Path 'result', line 1, position 10.
Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[AG.A1.Application.Contracts.DTO.PitBull.ProjectRepsDTO]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly.
To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object.
Path 'result', line 1, position 10.
at AG.A1.Framework.Rest.RESTClient.HandleResponse[T](RestResponse restResponse) in C:\aOne\A1Solution\src-framework\AG.A1.Framework\Rest\RESTClient.cs:line 392
at AG.A1.Framework.Rest.RESTClient.ExecutePOSTAsync[T](IRESTEndpoint apiEndpoint, IDictionary`2 headers, IDictionary`2 bodyParameters, IDictionary`2 urlParameters) in C:\aOne\A1Solution\src-framework\AG.A1.Framework\Rest\RESTClient.cs:line 273
at AG.Integrations.RESTClients.AlliantOneApiREST.PitBullControllers.PitBullA1ApiClientController.GetProjectRepsFromDB(List`1 transcripts, Boolean isCAA) in C:\aOne\A1Solution\src-integrations\AG.Integrations.RESTClients\AlliantOneApiREST\PitBullControllers\PitBullA1ApiClientController.cs:line 76
at AG.A1.Scheduler.Project.Application.Features.TCSPitBull.ExecSummaryFlashTask.GetProjectRepsFromDB(List`1 tAlerts, Boolean forCAA) in C:\aOne\A1Solution\src-schedulers\AG.A1.Scheduler.Project.Application\Features\TCSPitBull\ExecSummaryFlashTask.cs:line 247
at AG.A1.Scheduler.Project.Application.Features.TCSPitBull.ExecSummaryFlashTask.SendAlertsToReps(List`1 tAlerts) in C:\aOne\A1Solution\src-schedulers\AG.A1.Scheduler.Project.Application\Features\TCSPitBull\ExecSummaryFlashTask.cs:line 210
at AG.A1.Scheduler.Project.Application.Features.TCSPitBull.ExecSummaryFlashTask.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\aOne\A1Solution\src-schedulers\AG.A1.Scheduler.Project.Application\Features\TCSPitBull\ExecSummaryFlashTask.cs:line 102
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()