Crush when try to scrap specific > plot in version 3.7.6.3b from TMDB
System.Reflection.TargetInvocationException: Δημιουργήθηκε εξαίρεση από τον προορισμό μιας κλήσης. ---> System.Exception: Ο δείκτης βρισκόταν εκτός περιοχής. Η τιμή του δεν πρέπει να είναι αρνητική και πρέπει να είναι μικρότερη από ή ίση με το μέγεθος της συλλογής.
Όνομα παραμέτρου: index
σε Media_Companion.TMDb.Fetch()
σε Media_Companion.Movie.RescrapeSpecific(RescrapeList rl)
σε Media_Companion.Movies.RescrapeSpecificMovie(String fullpathandfilename, RescrapeList rl)
σε Media_Companion.Movies.RescrapeSpecific(RescrapeSpecificParams _rescrapeList)
--- Τέλος ιχνηλάτησης στοίβας εσωτερικών εξαιρέσεων ---
σε System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
σε System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
σε System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
σε Media_Companion.Form1.CallSubByName(String SubName)
σε Media_Companion.Form1.BckWrkScnMovies_DoWork(Object sender, DoWorkEventArgs e)
Your custom language string doesn't have the correct format (this is not just a language code). Check the link just below it to get the complete format.
But I don't know if it's the cause of the crash.
Definitely won't help and probably the issue.
Please attache the tvshow.nfo for this series, and I can run some tests on the weekend.
Also, as I don't off the top of my head know, what language is el-gr
It's Greek.
By the way, this language is on the list. There is no need to create a custom string for it, as there are no country specific variations.
Last edit: Jean-Michel KIRSCH 2023-10-05
i was using el-GR for greek language for like 2 years without a problem, if i select Greek from dropdown box it works fine but if i select el in custom string as the language file says its crush again. And that happened on version 3.7.6.3b.
The correct format for the custom string for Greek language is either "el,no language,en,language not set" or "el-GR,no language,en,language not set", but not just "el" or "el-GR". The fields after the language code are mandatory.
thanks it works
Were you editing the tmdb_languages.xml file, changing
to
Or adding the el-GR to Movie Preferences and setting define your own string?
Awesome. Closing ticket.