Page MenuHomePhabricator

Unhandled exception causing crash
Closed, ResolvedPublic

Description

Triggered by running =stalk del with no parameters

[ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
  at System.ThrowHelper.ThrowArgumentOutOfRange_IndexException () [0x0000c] in <62351af909f64c3d9f8698380a6f7518>:0 
  at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00009] in <62351af909f64c3d9f8698380a6f7518>:0 
  at EyeInTheSky.Extensions.ListExtensions.PopFromFront[T] (System.Collections.Generic.List`1[T] list) [0x00000] in <323f860bb9134eb8bcdc2caa51767837>:0 
  at EyeInTheSky.Commands.StalkCommand.Execute () [0x00059] in <323f860bb9134eb8bcdc2caa51767837>:0 
  at Stwalkerster.Bot.CommandLib.Commands.CommandUtilities.CommandBase.Run () [0x0001f] in <614f3fa65ab64ac3b1508b0ebc7d169f>:0 
  at Stwalkerster.Bot.CommandLib.Commands.CommandUtilities.CommandHandler.ProcessMessageAsync (System.Object state) [0x00069] in <614f3fa65ab64ac3b1508b0ebc7d169f>:0 
  at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (System.Object state) [0x00007] in <62351af909f64c3d9f8698380a6f7518>:0 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <62351af909f64c3d9f8698380a6f7518>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <62351af909f64c3d9f8698380a6f7518>:0 
  at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00021] in <62351af909f64c3d9f8698380a6f7518>:0 
  at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in <62351af909f64c3d9f8698380a6f7518>:0 
  at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <62351af909f64c3d9f8698380a6f7518>:0

Revisions and Commits

Event Timeline

Diffusion closed this task as Resolved by committing Unknown Object (Diffusion Commit).Mar 26 2018, 6:15 PM
Diffusion added a commit: Unknown Object (Diffusion Commit).