getmusicbee.com

Support => Bug Reports => Topic started by: phred on January 05, 2017, 09:23:43 PM

Title: Non-issue In my Error Log
Post by: phred on January 05, 2017, 09:23:43 PM
I see the following in the Error Log at least once a day, sometimes more. There's no pop-up when it happens and it doesn't seem to cause any issues. Looks like it might be plugin related. Should I (or you) be concerned?

Code
1/5/2017 3:25:38 PM - 6.1.7601.65536 - 3.1.6196.39115 - System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at MusicBeePlugin.Plugin.ReceiveNotification(String sourceFileUrl, NotificationType type)
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at MusicBee.Plugin.#=qqNLgPG8bzUWR9S2fJwbcG_5rDfjwq4Pc3wSa0HusdWU=()
Title: Re: Non-issue In my Error Log
Post by: Steven on January 05, 2017, 09:41:26 PM
no concerns for MB itself - its a bug in one of the plugins which only the plugin developer can comment on whether it matters and if a fix can be done
Title: Re: Non-issue In my Error Log
Post by: phred on January 06, 2017, 01:22:46 AM
Thanks. I guess I have to disable them one by one in order to find the culprit.