Skip to content

Instantly share code, notes, and snippets.

@MarMed
Created August 11, 2016 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarMed/0ead50be92a705e091ad1a7dd6382bb5 to your computer and use it in GitHub Desktop.
Save MarMed/0ead50be92a705e091ad1a7dd6382bb5 to your computer and use it in GitHub Desktop.
details
:
"Nancy.RequestExecutionException: Oh noes! ---> System.ArgumentException: An item with the same key has already been added.↵ at System.ThrowHelper.ThrowArgumentException (ExceptionResource resource) <0x7efd338b70a0 + 0x00021> in <filename unknown>:0 ↵ at System.Collections.Generic.Dictionary`2[TKey,TValue].Insert (System.Collections.Generic.TKey key, System.Collections.Generic.TValue value, Boolean add) <0x40116bb0 + 0x00138> in <filename unknown>:0 ↵ at System.Collections.Generic.Dictionary`2[TKey,TValue].Add (System.Collections.Generic.TKey key, System.Collections.Generic.TValue value) <0x40116b70 + 0x00023> in <filename unknown>:0 ↵ at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement] (IEnumerable`1 source, System.Func`2 keySelector, System.Func`2 elementSelector, IEqualityComparer`1 comparer) <0x40116820 + 0x000ee> in <filename unknown>:0 ↵ at System.Linq.Enumerable.ToDictionary[TSource,TKey] (IEnumerable`1 source, System.Func`2 keySelector) <0x401167b0 + 0x0002f> in <filename unknown>:0 ↵ at PlexRequests.UI.Modules.SearchModule+<SearchTvShow>d__89.MoveNext () <0x41bee170 + 0x00bbb> in <filename unknown>:0 ↵--- End of stack trace from previous location where exception was thrown ---↵ at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7efd338018a0 + 0x00029> in <filename unknown>:0 ↵ at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7efd337ff880 + 0x000a7> in <filename unknown>:0 ↵ at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7efd337ff800 + 0x0006b> in <filename unknown>:0 ↵ at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7efd337ff7b0 + 0x0003a> in <filename unknown>:0 ↵ at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () <0x7efd337ffaa0 + 0x00017> in <filename unknown>:0 ↵ at PlexRequests.UI.Modules.SearchModule+<<-ctor>b__0_2>d.MoveNext () <0x41bed930 + 0x002b6> in <filename unknown>:0 ↵ --- End of inner exception stack trace ---↵ at Nancy.NancyEngine.InvokeOnErrorHook (Nancy.NancyContext context, Nancy.ErrorPipeline pipeline, System.Exception ex) <0x40119260 + 0x002c3> in <filename unknown>:0 "
message
:
"Something went horribly, horribly wrong while servicing your request."
statusCode
:
500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment