Sorry if I missed a post on this, but did look briefly.
When trying to access Jackett on xxx.xxx.x.x:9117/UI/Dashboard, Im getting this on the screen instead of the lovely Jackett UI



Code: Select all
{
"result": "error",
"error": "Unable to load one or more of the requested types.\nCould not load file or assembly 'Microsoft.CodeAnalysis.CSharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The module was expected to contain an assembly manifest.",
"stacktrace": " at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)\n at System.Reflection.RuntimeAssembly.get_DefinedTypes()\n at Microsoft.AspNetCore.Mvc.ApplicationParts.AssemblyPart.get_Types()\n at Microsoft.AspNetCore.Mvc.Controllers.ControllerFeatureProvider.PopulateFeature(IEnumerable`1 parts, ControllerFeature feature)\n at Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager.PopulateFeature[TFeature](TFeature feature)\n at Microsoft.AspNetCore.Mvc.Internal.ControllerActionDescriptorProvider.GetControllerTypes()\n at Microsoft.AspNetCore.Mvc.Internal.ControllerActionDescriptorProvider.BuildModel()\n at Microsoft.AspNetCore.Mvc.Internal.ControllerActionDescriptorProvider.GetDescriptors()\n at Microsoft.AspNetCore.Mvc.Internal.ControllerActionDescriptorProvider.OnProvidersExecuting(ActionDescriptorProviderContext context)\n at Microsoft.AspNetCore.Mvc.Infrastructure.DefaultActionDescriptorCollectionProvider.UpdateCollection()\n at Microsoft.AspNetCore.Mvc.Infrastructure.DefaultActionDescriptorCollectionProvider.Initialize()\n at Microsoft.AspNetCore.Mvc.Infrastructure.DefaultActionDescriptorCollectionProvider.get_ActionDescriptors()\n at Microsoft.AspNetCore.Mvc.Internal.AttributeRoute.GetTreeRouter()\n at Microsoft.AspNetCore.Mvc.Internal.AttributeRoute.RouteAsync(RouteContext context)\n at Microsoft.AspNetCore.Routing.RouteCollection.RouteAsync(RouteContext context)\n at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext)\n at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)\n at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context)\n at Jackett.Server.Middleware.CustomExceptionHandler.Invoke(HttpContext httpContext) in /home/appveyor/projects/jackett/src/Jackett.Server/Middleware/CustomExceptionHandler.cs:line 29"
}
I have tried a "reboot -h now" but that didn't solve the issue.
Thanks in advance everyone.