[Bug] IMDB Info no longer displays (1 Viewer)

gonzo90017

Portal Pro
September 3, 2012
238
26
25
Home Country
United States of America United States of America
TV> TV Guide> Select Movie> Bring up Menu> IMDB> Select the Movie from the list>
I can see the download window, and can see it downloading fine. But once it's done it doesn't display anything.

Edit by Sebastiii :
Attached bin for testing based on 1.4.0 Build.
 

Attachments

  • MP1-3046-TvPlugin.zip
    184 KB
Last edited by a moderator:

HomeY

Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    Confirmed.
    Code:
    [2013-05-18 21:05:16,527] [Log	] [IMDBDetails] [DEBUG] - WindowManager: unroute to MediaPortal.Dialogs.GUIDialogProgress:101->TvPlugin.TVGuide:600
    [2013-05-18 21:05:16,543] [Log	] [MPMain  ] [INFO ] - RefreshIMDB() - Found movie and added info for: The Bourne Identity (Year: 2002)
    [2013-05-18 21:05:16,558] [Log	] [MPMain  ] [ERROR] - Exception: System.NullReferenceException: Object reference not set to an instance of an object.
      at TvPlugin.TvGuideBase.OnGetIMDBInfo()
      at TvPlugin.TvGuideBase.ShowContextMenu()
      at TvPlugin.TvGuideBase.OnAction(Action action)
      at MediaPortal.GUI.Library.GUIWindowManager.OnAction(Action action)
      at MediaPortalApp.OnAction(Action action)  Message: Object reference not set to an instance of an object.  Site  : Void OnGetIMDBInfo()  Source : TvPlugin  Stack Trace:	 at TvPlugin.TvGuideBase.OnGetIMDBInfo()
      at TvPlugin.TvGuideBase.ShowContextMenu()
      at TvPlugin.TvGuideBase.OnAction(Action action)
      at MediaPortal.GUI.Library.GUIWindowManager.OnAction(Action action)
      at MediaPortalApp.OnAction(Action action)
    [2013-05-18 21:05:16,558] [Error  ] [MPMain  ] [ERROR] - Exception: Object reference not set to an instance of an object. TvPlugin	at TvPlugin.TvGuideBase.OnGetIMDBInfo()
      at TvPlugin.TvGuideBase.ShowContextMenu()
      at TvPlugin.TvGuideBase.OnAction(Action action)
      at MediaPortal.GUI.Library.GUIWindowManager.OnAction(Action action)
      at MediaPortalApp.OnAction(Action action)
    [2013-05-18 21:05:16,558] [Log	] [MPMain  ] [ERROR] - Exception: System.Exception: exception occurred ---> System.NullReferenceException: Object reference not set to an instance of an object.
      at TvPlugin.TvGuideBase.OnGetIMDBInfo()
      at TvPlugin.TvGuideBase.ShowContextMenu()
      at TvPlugin.TvGuideBase.OnAction(Action action)
      at MediaPortal.GUI.Library.GUIWindowManager.OnAction(Action action)
      at MediaPortalApp.OnAction(Action action)
      --- End of inner exception stack trace ---
      at MediaPortalApp.OnAction(Action action)
      at MediaPortal.GUI.Library.OnActionHandler.Invoke(Action action)
      at MediaPortal.GUI.Library.GUIWindowManager.DispatchThreadMessages()
      at MediaPortalApp.FrameMove()  Message: exception occurred  Site  : Void OnAction(MediaPortal.GUI.Library.Action)  Source : MediaPortal  Inner Exception(s):  -> exception occurred  -> Object reference not set to an instance of an object.  Stack Trace:	 at MediaPortalApp.OnAction(Action action)
      at MediaPortal.GUI.Library.OnActionHandler.Invoke(Action action)
      at MediaPortal.GUI.Library.GUIWindowManager.DispatchThreadMessages()
      at MediaPortalApp.FrameMove()

    Now we only need to figure out where it's coming from...
    @michael_t could this be related to your recent changes?
     
    Last edited:

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    Is this a regression? Does it work on MP 1.3.0?
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Thanks Edalex, i have a fix/workaround/hack for it :)
    I have create a patch :p
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Quick fix is to comment btnPlay.Visible. But why does controllist for GUIVideoInfo is empty? :unsure:
    Because it is GetControl for control with id 2 returning null. I checked skin files and nothing special there. :(
     
    Last edited:

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    It's not skin files, i have updated mantis with the fix, we need to AllocResources before play with value and all is ok now, but why we need this now ? i don't know.
     

    gonzo90017

    Portal Pro
    September 3, 2012
    238
    26
    25
    Home Country
    United States of America United States of America
    Is the fix slated for 1.5.0 since this bug is still present in 1.4.0 final.
     

    Users who are viewing this thread

    Top Bottom