[solved] Trakt configuration crash (1 Viewer)

neodago

New Member
February 26, 2015
6
1
Home Country
Italy Italy
Hi, I think my installation of trakt plugin is screwed up. The plugin worked well for some time, but now is not working anymore (don't know why). When I click on the "Login" button on the skin, a blu box appears, but is empty, no information for the login are present.
I just deinstalled and installed again the plugin (version 5.2.0), but nothing is changed.
Now, when I try to configure the plugin, an error message is prompted (attached file)
trakt error.JPG

Maybe some cache to delete or something similar? Any help?
Thank you
 
Last edited by a moderator:

ltfearme

Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    Can you attach the file
    C:\ProgramData\Team MediaPortal\MediaPortal\MediaPortal.xml
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    The reason why it was crashing is because you had an invalid value set for one of the settings.

    The question is how did you get the invalid value:
    Code:
    <entry name="SyncTimerLength">0</entry>

    The GUI does not allow you to set that so it must of been manually changed. I will add some checks regardless. For now just change the above setting back to default which is:
    Code:
    <entry name="SyncTimerLength">24</entry>
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    You should just delete your whole Trakt configuration from that file as some of the values are not recommended. When you start config and save next it will restore the defaults.
     

    Users who are viewing this thread

    Top Bottom