We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"EXCEPTIONS.UNHANDLED" toast is displayed when opening the log page. Seems like a missing auto mapper profile
[2022-05-24 09:25:41.452] [EmbyStat.Common.Exceptions.BusinessExceptionFilterAttribute] [ERR] Exception occured AutoMapper.AutoMapperMappingException: Error mapping types. Mapping types: List`1 -> IList`1 System.Collections.Generic.List`1[[EmbyStat.Services.Models.Logs.LogFile, EmbyStat.Services, Version=0.2.0.0, Culture=neutral, PublicKeyToken=null]] -> System.Collections.Generic.IList`1[[EmbyStat.Controllers.Log.LogFileViewModel, EmbyStat.Controllers, Version=0.2.0.0, Culture=neutral, PublicKeyToken=null]] ---> AutoMapper.AutoMapperMappingException: Missing type map configuration or unsupported mapping. Mapping types: LogFile -> LogFileViewModel EmbyStat.Services.Models.Logs.LogFile -> EmbyStat.Controllers.Log.LogFileViewModel at lambda_method845(Closure , LogFile , LogFileViewModel , ResolutionContext ) at lambda_method844(Closure , Object , IList`1 , ResolutionContext ) --- End of inner exception stack trace --- at lambda_method844(Closure , Object , IList`1 , ResolutionContext ) at EmbyStat.Controllers.Log.LogController.GetLogFileList() at lambda_method842(Closure , Object , Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
The text was updated successfully, but these errors were encountered:
Fixed log file page issue #1790
8623526
Merge pull request #1796 from mregni/features/ES-1790
124b4d5
mregni
No branches or pull requests
"EXCEPTIONS.UNHANDLED" toast is displayed when opening the log page. Seems like a missing auto mapper profile
The text was updated successfully, but these errors were encountered: