ProductionForecastService.ForecastGeneration

// Id: #126891
using EnergyDataHub.Data.Services;

var productionForecastService = Activate<ProductionForecastService>();
await productionForecastService.ForecastGeneration(
    FromJson<Location>("{\"Id\":2,\"Guid\":\"f95a7c96-c6f4-43a8-9b14-28087f7c8887\",\"Name\":\"Tijarica\",\"Latitude\":43.586667,\"Longitude\":16.920472,\"Country\":null,\"CountryId\":5,\"WeatherData\":null}"),
    <VALUE IS TOO BIG>,
    FromJson<ForecastLocationSettings>("{\"WeatherProvider\":1,\"LocationName\":\"Tijarica\",\"InstallationYear\":2019,\"ModelPath\":\"/root/predcition/models/X_Kosore_model.keras\",\"ScalerPath\":\"/root/predcition/models/X_Kosore_scaler.gz\",\"OutputFactor\":0.666666}"));

Parameters

CurrentCulture
""
CurrentUICulture
""

State

11/28/2025 06:00:05 (+7.209s) Failed

An exception occurred during performance of the job.

System.InvalidOperationException (edh:2561946)

Sequence contains no matching element

System.InvalidOperationException: Sequence contains no matching element
   at System.Linq.ThrowHelper.ThrowNoMatchException()
   at EnergyDataHub.Data.Services.XProductionForecastStorageService.SaveProductionForecast(List`1 forecasts, Location location, ForecastLocationSettings forecastSettings)
   at EnergyDataHub.Data.Services.ProductionForecastService.Forecast(Location location, IPredictionInput weatherForecastDto, ForecastLocationSettings forecastSettings, IProductionForecastStorageService storageService)
   at EnergyDataHub.Data.Services.ProductionForecastService.ForecastGeneration(Location location, XWeatherResponse weatherForecastDto, ForecastLocationSettings forecastSettings)
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+27m 1.088s Processing

Server:
edh:2561946
Worker:
4a3c416d

+29ms Enqueued

11/28/2025 05:32:56 Created