Hello, for our master program we need Speckle and we are using Compute, it does not stop the functionality of compute, although the err seems like something that I should flag and raise attention to if it is not already known. Or maybe i did something and need to fix.
this is Speckle 2.12 and rhino 7.27 and 7.28, hops 15.4
this is what Compute reads out on startup:
CG 8081 [06:44:41 INF] Starting listener(s): ["http://localhost:8081"]
CG 8081 [06:44:45 INF] (1/2) Loading grasshopper
CG 8081 [06:45:31 ERR] Exception has been thrown by the target of an invocation.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.MissingMethodException: Method not found: 'Serilog.LoggerConfiguration Serilog.ConsoleLoggerConfigurationExtensions.Console(Serilog.Configuration.LoggerSinkConfiguration, Serilog.Events.LogEventLevel, System.String, System.IFormatProvider, Serilog.Core.LoggingLevelSwitch, System.Nullable`1<Serilog.Events.LogEventLevel>, Serilog.Sinks.SystemConsole.Themes.ConsoleTheme, Boolean, System.Object)'.
at Speckle.Core.Logging.SpeckleLog.CreateConfiguredLogger(String hostApplicationName, String hostApplicationVersion, SpeckleLogConfiguration logConfiguration)
at Speckle.Core.Logging.SpeckleLog.Initialize(String hostApplicationName, String hostApplicationVersion, SpeckleLogConfiguration logConfiguration) in C:\Users\circleci.PACKER-633B1A5A\project\Core\Core\Logging\SpeckleLog.cs:line 99
at Speckle.Core.Logging.Setup.Init(String versionedHostApplication, String hostApplication) in C:\Users\circleci.PACKER-633B1A5A\project\Core\Core\Logging\Setup.cs:line 58
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at ConnectorGrasshopper.Loader.PriorityLoad()