- May 14, 2008
- 3,558
- 434
- Home Country
- Germany
- Thread starter
- #31
Next one - this time everything related to tv stopped working. No EPG no program info - not even the channels are visible.
Logs attached.
Logs attached.
There's nothing related to the error in the logs. Also i did not change the interface at those point.
I added some debugging code to the DvArgument.cs:
Code:UPnPConfiguration.LOGGER.Warn("DvArgument: Stefan Error serializing argument value: " + value.ToString(), e); UPnPConfiguration.LOGGER.Warn("DvArgument: Stefan Error serializing argument value: " + e.Message, e); UPnPConfiguration.LOGGER.Warn("DvArgument: Stefan Error serializing argument value: " + e.StackTrace, e);
This gives me this one:
Code:[2015-12-21 06:56:12,338] [8172 ] [33 ] [ERROR] - Warn.: DvArgument: Stefan Error serializing argument value: System.Collections.Generic.List`1[MediaPortal.Plugins.SlimTv.Interfaces.Items.IChannel] [2015-12-21 06:56:12,338] [8172 ] [33 ] [ERROR] - Warn.: DvArgument: Stefan Error serializing argument value: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. [2015-12-21 06:56:12,338] [8172 ] [33 ] [ERROR] - Warn.: DvArgument: Stefan Error serializing argument value: bei MediaPortal.Plugins.SlimTv.Interfaces.UPnP.DataTypes.UPnPDtChannelList.DoSerializeValue(Object value, Boolean forceSimpleValue, XmlWriter writer) bei UPnP.Infrastructure.Common.UPnPExtendedDataType.SoapSerializeValue(Object value, Boolean forceSimpleValue, XmlWriter writer) in c:\Users\Stefan\Desktop\Dev\MediaPortal-2\MediaPortal\Source\Core\UPnP\Infrastructure\Common\UPnPExtendedDataType.cs:Zeile 143. bei UPnP.Infrastructure.Dv.DeviceTree.DvExtendedDataType.SoapSerializeValue(Object value, Boolean forceSimpleValue, XmlWriter writer) in c:\Users\Stefan\Desktop\Dev\MediaPortal-2\MediaPortal\Source\Core\UPnP\Infrastructure\Dv\DeviceTree\DvExtendedDataType.cs:Zeile 72. bei UPnP.Infrastructure.Dv.DeviceTree.DvArgument.SoapSerializeArgument(Object value, Boolean forceSimpleValue, XmlWriter writer) in c:\Users\Stefan\Desktop\Dev\MediaPortal-2\MediaPortal\Source\Core\UPnP\Infrastructure\Dv\DeviceTree\DvArgument.cs:Zeile 136.
Sadly i've till no idea what exactly and why it can't be serialized.[DOUBLEPOST=1450677928][/DOUBLEPOST]Also i've still problems with "Fixed user priorities (solves conflicts with EPG grabber and tuning requests)". The TvServer of MP2 (integrated TVE3) still kicks me when it wants to grab epg and i'm timeshifting. Even there are 3 free cards. I realized this today while having deleted the logs from yesterday. I'll post full logs if i can reproduce.