Exceptions found due to improved logging (1 Viewer)

doskabouter

Development Group
  • Team MediaPortal
  • September 27, 2009
    4,566
    2,938
    Nuenen
    Home Country
    Netherlands Netherlands
    Hi all,

    I have improved the logging of mediaportal so that all (or at least most of them) exceptions that are occurring are logged so they can eventually be solved instead of ignored.

    Please post all your mediaportal logs containing exceptions so that I can try to fix them, or if not possible/needed remove the logging for that particular item.

    Relevant jira issue: [MP1-4987] Fix exceptions - MediaPortal Jira
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    Many are covered by checking for a return result ...

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

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    Hi,

    with MediaPortal 1.24 on configuration saving the following error message is displayed five times in Configuration.log:
    "[Config ] [Config Main] [ERROR] - BaseViews.StoreGridInView: Die Eingabezeichenfolge hat das falsche Format."

    Translation: Die Eingabezeichenfolge hat das falsche Format. = "The input string has the wrong format."

    Any solution is appreciated.


    Thank you and best regards
     
    Last edited:

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    ... one more:

    With MediaPortal 1.24 and FanartHandler 4.0.3.273 during Music playback the following error messages are displayed frequently in MediaPortal.log:
    "[Error ] [RefreshWorker] [ERROR] - GUITextureManager Load2: Fehler in der Anwendung."
    "[2020-03-01 21:06:26,165] [Error ] [MPMain ] [ERROR] - GUITextureManager Load2: Fehler in der Anwendung."

    Translation: "Fehler in der Anwendung" = "error in application"

    Rebuilding the Music and Fanart databases didn't fix this issue.

    Any solution is appreciated.


    Thank you and best regards
     

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    ... one more:

    With MediaPortal 1.24 during Music playback the following error message is displayed in MediaPortal.log:
    [Log ] [10 ] [ERROR] - Exception: MediaPortal.LastFM.LastFMException: Track not found
    bei MediaPortal.LastFM.LastFMLibrary.GetXml(String querystring, String httpMethod, Boolean useHttps)
    bei MediaPortal.LastFM.LastFMLibrary.GetSimilarTracks(String track, String artist)
    bei MediaPortal.GUI.Music.GUIMusicPlayingNow.UpdateSimilarTrackWorker(String filename, MusicTag tag) Message: Track not found Site : System.Xml.Linq.XDocument GetXml(System.String, System.String, Boolean) Source : LastFMLibrary Stack Trace: bei MediaPortal.LastFM.LastFMLibrary.GetXml(String querystring, String httpMethod, Boolean useHttps)
    bei MediaPortal.LastFM.LastFMLibrary.GetSimilarTracks(String track, String artist)
    bei MediaPortal.GUI.Music.GUIMusicPlayingNow.UpdateSimilarTrackWorker(String filename, MusicTag tag)

    Any solution is appreciated.


    Thank you and best regards
     

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    ... one more:

    With MediaPortal 1.24 the following error messages are displayed in MediaPortal.log:
    "[Log ] [MiniDisplayStatus] [ERROR] - RemoteControl: Error getting server Instance - Der Thread wurde abgebrochen."
    "[Log ] [MiniDisplayStatus] [ERROR] - TvServer: Failed to execute remote TV server operation (IsAnyCardRecording) The operation has timed out after 3000."

    Translation: "Der Thread wurde abgebrochen." = "The thread was cancelled."

    Any solution is appreciated.


    Thank you and best regards
     
    Last edited:

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,566
    2,938
    Nuenen
    Home Country
    Netherlands Netherlands
    I will put them on my list to investigate.
    You can safely ignore them, (at least if you don't experience any issues) they were thrown in previous versions too, only not logged, I merely added logging to expose them.
    Hopefully I'll find the cause and fix it for good instead of silently ignoring those...
     

    Users who are viewing this thread

    Top Bottom