2013-02-24, 18:59
(2013-02-24, 16:40)kruuth Wrote: I just moved over to 3.5.4.8 and when I try to get it to refresh I get the following:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: IMDB_ID must be supplied
at WatTmdb.V3.Tmdb.GetMovieByIMDB(String IMDB_ID, String language)
at Media_Companion.TMDb.Fetch()
at Media_Companion.TMDb.GetBackDropUrl(Resolution resolution)
at Media_Companion.Movie.DoDownloadFanart()
at Media_Companion.Movie.RescrapeSpecific(RescrapeList rl)
at Media_Companion.Movies.BatchRescrapeSpecific(List`1 NfoFilenames, RescrapeList rl)
at Media_Companion.Form1.BatchRescrape()
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at Media_Companion.Form1.CallSubByName(String SubName)
at Media_Companion.Form1.mov_BckWrkScnMovies_DoWork(Object sender, DoWorkEventArgs e)
This happens during a rescrape, or when I do a fresh install, or whenever you do any sort of refresh. The image files(folder.jpg) do show up.
Have just looked into this area of code and can not get MC to fault. Will need more information.
What scraper? What settings, ie: Frodo, Pre Frodo, use foldername etc
What movies are in the list?
Can you start with a couple of movies and expand till the error hits, then check if last movie added is causing the issue?
As much info as possible and we can hopefully help or fix the bug.