Media Companion v3.5.4.0 crashing
description
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidCastException: Conversion from string "!!! Unable to scrape body with r" to type 'Integer' is not valid. ---> System.FormatException: Input string was not in a correct format.
at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
--- End of inner exception stack trace ---
at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
at Media_Companion.Movie.CheckImdbBodyScrape()
at Media_Companion.Movie.ScrapeAction.Run()
at Media_Companion.Movie.RunScrapeActions()
at Media_Companion.Movie.Scrape()
at Media_Companion.Movies.ScrapeNewMovies()
at Media_Companion.Movies.FindNewMovies(Object scrape)
at Media_Companion.Form1.SearchForNewMovies()
--- 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 Media_Companion.Form1.CallSubByName(String SubName)
at Media_Companion.Form1.mov_BckWrkScnMovies_DoWork(Object sender, DoWorkEventArgs e)