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>