[POST] Internal server error?

That error pops up when I try to manually download something (auto works just fine). I mean when I do a search within nzbdrone to see all the results from indexers and then I click the DL button for any one of them. In the logs I see:

Request Failed: Exception has been thrown by the target of an invocation.

followed by:

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. —> System.IndexOutOfRangeException: Array index is out of range.
at System.Decimal.stripStyles (System.String s, NumberStyles style, System.Globalization.NumberFormatInfo nfi, System.Int32& decPos, System.Boolean& isNegative, System.Boolean& expFlag, System.Int32& exp, Boolean throwex) [0x00000] in :0
at System.Decimal.PerformParse (System.String s, NumberStyles style, IFormatProvider provider, System.Decimal& res, Boolean throwex) [0x00000] in :0
at System.Decimal.TryParse (System.String s, NumberStyles style, IFormatProvider provider, System.Decimal& result) [0x00000] in :0
at Nancy.Json.JsonDeserializer.ParseBuffer (System.Object& result) [0x00000] in :0
at Nancy.Json.JsonDeserializer.ProcessCharacter (Char ch) [0x00000] in :0
at Nancy.Json.JsonDeserializer.Deserialize (System.IO.TextReader input) [0x00000] in :0
at Nancy.Json.Json.Deserialize (System.IO.TextReader input, Nancy.Json.JavaScriptSerializer jss) [0x00000] in :0
at Nancy.Json.Json.Deserialize (System.String input, Nancy.Json.JavaScriptSerializer jss) [0x00000] in :0
at Nancy.Json.JavaScriptSerializer.DeserializeObjectInternal (System.String input) [0x00000] in :0
at Nancy.Json.JavaScriptSerializer.Deserialize[ReleaseResource] (System.String input) [0x00000] in :0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object,System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object parameters, System.Globalization.CultureInfo culture) [0x00000] in :0
— End of inner exception stack trace —
at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object,System.Globalization.CultureInfo) <0x001f3>
at System.Reflection.MethodBase.Invoke (object,object) <0x0002a>
at Nancy.ModelBinding.DefaultBodyDeserializers.JsonBodyDeserializer.Deserialize (string,System.IO.Stream,Nancy.ModelBinding.BindingContext) <0x0019f>
at Nancy.ModelBinding.DefaultBinder.DeserializeRequestBody (Nancy.ModelBinding.BindingContext) <0x001eb>
at Nancy.ModelBinding.DefaultBinder.Bind (Nancy.NancyContext,System.Type,object,Nancy.ModelBinding.BindingConfig,string) <0x0034b>
at Nancy.ModelBinding.DynamicModelBinderAdapter.TryConvert (System.Dynamic.ConvertBinder,object&) <0x00072>
at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object) <0x000f3>
at Nancy.ModelBinding.ModuleExtensions.Bind<NzbDrone.Api.Indexers.ReleaseResource> (Nancy.INancyModule) <0x000db>
at NzbDrone.Api.Indexers.ReleaseModule.<.ctor>b__0 (object) <0x0001f>
at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2<object, object>,object) <0x000a0>
at Nancy.Routing.Route/<>c__DisplayClass4.b__3 (object,System.Threading.CancellationToken) <0x00146>

Its a bug with mono 2.10, its fixed in mono 3.2, the other Steve had the same issue: http://forums.nzbdrone.com/discussion/1954/kitchen-nightmares-well-its-a-nightmare - had to read the name a few times to realize they are different names :slight_smile:

that’s bloody weird.

Its the same person. I am… er he is… we are… the same Steve. I didn’t know I had two accounts until you just pointed it out. I got the notification about the absteeve account but am logged in as bcsteeve.

This would explain why sometimes I don’t see bookmarked discussions that I swear I bookmarked!

In case you’re curious. “AB” is the abbreviation for Alberta and “BC” is for British Columbia - two adjoining provinces in Canada (I live in both).

Now that I’m aware I have the two accounts, I’ll be sure to log in from only this one from now on.

Anyway, also sorry to ask the same question twice. I also somehow didn’t realize it was the same issue.

So sorry for the confusion.

LOL. Figured BC was British Columbia, but didn’t even think about AB being Alberta. I live in BC as well.

At least that mystery has been sorted.