was bedeutet folgender Fehler?
Tritt alle 2 Minuten auf
[16:20:25] System.AggregateException: Mindestens ein Fehler ist aufgetreten. ---> System.InvalidOperationException: Die Sequenz enthält kein übereinstimmendes Element.
bei System.Linq.Enumerable.Single[TSource](IEnumerable`1 source, Func`2 predicate)
bei PoGo.NecroBot.Logic.Tasks.CatchPokemonTask.Execute (Context ctx, StateMachine machine, EncounterResponse encounter, MapPokemon pokemon) in D:\Dev\NecroBot\PoGo.NecroBot.Logic\Tasks\CatchPok emonTask.cs:Zeile 74.
bei PoGo.NecroBot.Logic.Tasks.CatchNearbyPokemonsTask. Execute(Context ctx, StateMachine machine) in D:\Dev\NecroBot\PoGo.NecroBot.Logic\Tasks\CatchNea rbyPokemonsTask.cs:Zeile 40.
bei PoGo.NecroBot.Logic.Tasks.FarmPokestopsTask.<>c__D isplayClass0_0.<Execute>b__1() in D:\Dev\NecroBot\PoGo.NecroBot.Logic\Tasks\FarmPoke stopsTask.cs:Zeile 72.
bei PoGo.NecroBot.Logic.Navigation.<HumanLikeWalking>d __3.MoveNext() in D:\Dev\NecroBot\PoGo.NecroBot.Logic\Navigation.cs: Zeile 79.
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.Threading.Tasks.Task.ThrowIfExceptional(Boo lean includeTaskCanceledExceptions)
bei System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
bei System.Threading.Tasks.Task.Wait()
bei PoGo.NecroBot.Logic.Tasks.FarmPokestopsTask.Execut e(Context ctx, StateMachine machine) in D:\Dev\NecroBot\PoGo.NecroBot.Logic\Tasks\FarmPoke stopsTask.cs:Zeile 68.
bei PoGo.NecroBot.Logic.State.FarmState.Execute(Contex t ctx, StateMachine machine) in D:\Dev\NecroBot\PoGo.NecroBot.Logic\State\FarmStat e.cs:Zeile 31.
bei PoGo.NecroBot.Logic.State.StateMachine.Start(IStat e initialState, Context ctx) in D:\Dev\NecroBot\PoGo.NecroBot.Logic\State\StateMac hine.cs:Zeile 50.
---> (Interne Ausnahme #0) System.InvalidOperationException: Die Sequenz enthält kein übereinstimmendes Element.
bei System.Linq.Enumerable.Single[TSource](IEnumerable`1 source, Func`2 predicate)
bei PoGo.NecroBot.Logic.Tasks.CatchPokemonTask.Execute (Context ctx, StateMachine machine, EncounterResponse encounter, MapPokemon pokemon) in D:\Dev\NecroBot\PoGo.NecroBot.Logic\Tasks\CatchPok emonTask.cs:Zeile 74.
bei PoGo.NecroBot.Logic.Tasks.CatchNearbyPokemonsTask. Execute(Context ctx, StateMachine machine) in D:\Dev\NecroBot\PoGo.NecroBot.Logic\Tasks\CatchNea rbyPokemonsTask.cs:Zeile 40.
bei PoGo.NecroBot.Logic.Tasks.FarmPokestopsTask.<>c__D isplayClass0_0.<Execute>b__1() in D:\Dev\NecroBot\PoGo.NecroBot.Logic\Tasks\FarmPoke stopsTask.cs:Zeile 72.
bei PoGo.NecroBot.Logic.Navigation.<HumanLikeWalking>d __3.MoveNext() in D:\Dev\NecroBot\PoGo.NecroBot.Logic\Navigation.cs: Zeile 79.<---