Menu

#444 Crush when try to scrap plot in version 3.7.6.3b

1.0
closed
Rob
None
2023-10-22
2023-10-04
MagicTouch
No

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)

1 Attachments

Discussion

  • Jean-Michel KIRSCH

    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.

     
  • Rob

    Rob - 2023-10-05

    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

     
    • Jean-Michel KIRSCH

      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
  • MagicTouch

    MagicTouch - 2023-10-12

    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.

     
    • Jean-Michel KIRSCH

      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.

       
      👍
      1
      • MagicTouch

        MagicTouch - 2023-10-19

        thanks it works

         
  • Rob

    Rob - 2023-10-16

    Were you editing the tmdb_languages.xml file, changing

    <language name="Greek" value="el,no language,en,language not set" />
    

    to

    <language name="Greek" value="el-GR,no language,en,language not set" />
    

    Or adding the el-GR to Movie Preferences and setting define your own string?

     
  • Rob

    Rob - 2023-10-22

    Awesome. Closing ticket.

     
  • Rob

    Rob - 2023-10-22
    • status: open --> closed
    • assigned_to: Rob
     

Log in to post a comment.

MongoDB Logo MongoDB