IoTSharp / SilkierQuartz

SilkierQuartz can host jobs using HostService and Provide a web management tools for Quartz !
http://sq.iotsharp.io/
MIT License
357 stars 71 forks source link

Unable to trigger cron job #153

Open cxnky opened 1 month ago

cxnky commented 1 month ago

Hi, I have a cron job that didn't fire, so I tried manually running it through the UI, but I get an error 500 and the following error

System.MissingMethodException: Method not found: 'System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<!0,!1>> Quartz.Util.DirtyFlagMap`2.GetEnumerator()'.
         at SilkierQuartz.Extensions.GetJobDataMapModelCore(Object jobOrTrigger, Services services)
         at SilkierQuartz.Extensions.GetJobDataMapModel(IJobDetail job, Services services)
         at SilkierQuartz.Controllers.JobsController.Trigger(String name, String group)
         at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)

SilkierQuartz version: 5.0.374 Quartz version: 3.13.0