[solved] IMDB script broken again (1 Viewer)

mathem

Portal Pro
May 20, 2018
55
16
Home Country
Germany Germany
so logs:
"Script grabber error file: C:\ProgramData\Team MediaPortal\MediaPortal\scripts\MovieInfo\TI_MDB.csscript, message : error CS0009: Metadata file 'c:\Program Files (x86)\Team MediaPortal\MediaPortal\Newtonsoft.Json.dll' could not be opened -- 'File is corrupt.'
the core of the problem?
 

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,369
    Kyiv
    Home Country
    Ukraine Ukraine
    I will be next to the computer tomorrow, if there is time, I will look. It is very difficult to analyze errors on the phone.

    --
    WBR, ajs :):whistle::coffee:
     

    mathem

    Portal Pro
    May 20, 2018
    55
    16
    Home Country
    Germany Germany
    so probably corrupted Newtonsoft.Json.dll:
     

    Attachments

    • Configuration-Error.log
      463 bytes

    mathem

    Portal Pro
    May 20, 2018
    55
    16
    Home Country
    Germany Germany
    Try redownload dll...

    --
    WBR, ajs :):whistle::coffee:
    so finally works.... but how can I rid off my language and set just english? I have the system in english (but originally installed in my language).

    thx to all! just a corrupted file :)

    yes, MP 1.19
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,369
    Kyiv
    Home Country
    Ukraine Ukraine
    System Locale english? Or?

    --
    WBR, ajs :):whistle::coffee:
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,369
    Kyiv
    Home Country
    Ukraine Ukraine
    What language MP config show for grabber?

    --
    WBR, ajs :):whistle::coffee:
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,369
    Kyiv
    Home Country
    Ukraine Ukraine
    Find in script line
    #region TMDB parameters
    ...
    ... API_LANG = ...
    ... API_LANG_URL = ...

    And change to

    ... API_LANG = "EN";
    ... API_LANG_URL = "en";

    --
    WBR, ajs :):whistle::coffee:
     

    Users who are viewing this thread

    Top Bottom