Skip to content
New issue

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

Error when launching any keyword #221

Closed
jibedoubleve opened this issue Jun 1, 2023 · 0 comments · Fixed by #222
Closed

Error when launching any keyword #221

jibedoubleve opened this issue Jun 1, 2023 · 0 comments · Fixed by #222
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jibedoubleve
Copy link
Owner

Logs

2023-06-01 09:15:24.9090;ERROR;Lanceur.Ui.UserNotification;1;A parameterless default constructor or one matching signature (System.Int64 Item1, System.Object Item2) is required for System.Tuple`2[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] materialization;"System.InvalidOperationException: A parameterless default constructor or one matching signature (System.Int64 Item1, System.Object Item2) is required for System.Tuple`2[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] materialization
   at Dapper.SqlMapper.GenerateDeserializerFromMap(Type type, IDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing, ILGenerator il) in /_/Dapper/SqlMapper.cs:line 3297
   at Dapper.SqlMapper.GetTypeDeserializerImpl(Type type, IDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.cs:line 3131
   at Dapper.SqlMapper.TypeDeserializerCache.GetReader(IDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 151
   at Dapper.SqlMapper.TypeDeserializerCache.GetReader(Type type, IDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 50
   at Dapper.SqlMapper.GetTypeDeserializer(Type type, IDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.cs:line 3085
   at Dapper.SqlMapper.GetDeserializer(Type type, IDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.cs:line 1835
   at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in /_/Dapper/SqlMapper.cs:line 1105
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 734
   at Lanceur.Infra.SQLite.SQLiteRepository.HydrateMacro(QueryResult alias) in D:\a\lanceur-bis\lanceur-bis\src\Lanceur.Infra.SQLite\SQLiteRepository.cs:line 179
   at Lanceur.Infra.Managers.MacroManager.LoadMacros() in D:\a\lanceur-bis\lanceur-bis\src\Lanceur.Infra\Managers\MacroManager.cs:line 57
   at Lanceur.Infra.Managers.MacroManager.Handle(IEnumerable`1 collection) in D:\a\lanceur-bis\lanceur-bis\src\Lanceur.Infra\Managers\MacroManager.cs:line 75
   at Lanceur.Infra.Services.SearchService.Search(Cmdline query) in D:\a\lanceur-bis\lanceur-bis\src\Lanceur.Infra\Services\SearchService.cs:line 89
   at Lanceur.Views.MainViewModel.OnSearchAliasAsync(String criterion) in D:\a\lanceur-bis\lanceur-bis\src\Lanceur\Views\MainViewModel.cs:line 300
   at ReactiveUI.ReactiveCommand.<>c__DisplayClass15_0`2.<CreateFromTask>b__0(TParam param) in /_/src/ReactiveUI/ReactiveCommand/ReactiveCommand.cs:line 574
   at ReactiveUI.ReactiveCommand`2.Execute(TParam parameter) in /_/src/ReactiveUI/ReactiveCommand/ReactiveCommand.cs:line 796"
@jibedoubleve jibedoubleve added the bug Something isn't working label Jun 1, 2023
@jibedoubleve jibedoubleve added this to the 2.2.0 milestone Jun 1, 2023
@jibedoubleve jibedoubleve self-assigned this Jun 1, 2023
@jibedoubleve jibedoubleve changed the title Error when lauchnind any keyword Error when launching any keyword Jun 1, 2023
jibedoubleve added a commit that referenced this issue Jun 3, 2023
jibedoubleve added a commit that referenced this issue Jun 3, 2023
jibedoubleve added a commit that referenced this issue Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant