Page 1 of 1

log file issue for MP LatestMediaHandler

Posted: Sat Apr 23, 2016 11:30 am
by styrsven
I am currently working on adapting the MediaPortal LatestMediaHandler plugin to Argus 2.3.
If you have Argus installed, everything works ok but if Argus is not installed and the MP server is used, the log file for the plugin looks like

Code: Select all

  []:  
  []:  
  []:  
  []:  
.
.
.

If I reduce the code down to not having the using statements for Argus and not calling any Argus methods, then the log files look Ok, but then it will not work with Argus.
And as I stated earlier, when Argus is installed the log files look ok.

Does anyone have a hint on how to resolve this?