guryanovev / CrystalQuartz

pluggable UI for Quartz.NET
MIT License
999 stars 312 forks source link

Quartz.Impl.Matchers.GroupMatcher exception #83

Closed johnhinz closed 4 years ago

johnhinz commented 4 years ago

Receiving an error when connecting to my Quartz server. The error is as follows:

Error communicating with remote scheduler. The argument type 'Quartz.Impl.Matchers.GroupMatcher1[Quartz.JobKey]' cannot be converted into parameter type 'Quartz.Impl.Matchers.GroupMatcher1[Quartz.JobKey]'. Object must implement IConvertible.

It appears to be coming from Quartz itself.