[confirm] Development issues (2 Viewers)

disaster123

MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    Next one - this time everything related to tv stopped working. No EPG no program info - not even the channels are visible.

    Logs attached.
     

    breese

    Retired Team Member
  • Premium Supporter
  • July 11, 2011
    3,902
    770
    66
    Arlington Heights, Illinois
    Home Country
    United States of America United States of America
    What is at 192.168.178.201 ??
    Seems the network connection is not coming alive...
    [WARN ] - FilterNetworkAddresses: The defined IP address filter contains the address '192.168.178.201' that is not available. Please check your IP configuration for changed addresses to avoid network accessing issues.

    Also,
    Dont know what is up with this.... You pushing a button? Happening over and over again

    [2015-12-21 16:41:00,986] [2972808] [84 ] [WARN ] - MceRemote: No remote mapping found for remote button '31'
    [2015-12-21 16:41:01,983] [2973806] [15 ] [WARN ] - MceRemote: No remote mapping found for remote button '30'
    [2015-12-21 16:41:03,915] [2975738] [15 ] [WARN ] - MceRemote: No remote mapping found for remote button '32'
    [2015-12-21 16:41:04,553] [2976376] [15 ] [WARN ] - MceRemote: No remote mapping found for remote button '33'
    [2015-12-21 16:41:08,393] [2980215] [84 ] [WARN ] - MceRemote: No remote mapping found for remote button '34'
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    192.168.178.201 is IP of the client - yes it is unavailable after standby for around 2-4 seconds until the network link is up. But than it is available i can connect to it through VNc.

    Those buttons are up down, left right and OK / enter on my MCE remote. No idea why MP2 writes those to the logs. Can / should i define explicit actions for them?
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    And another one / next one. This time mediaportal is endless looping - see log. MP1 is still working fine on the same machine.
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    Are you using this weekly or do you use your custom build?!
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    Currently my branch based in the weekly 2015-11-21 branch but my changes are currently only on the tvserver side. So the client must be identical. But I can also install the official client if that helps.
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    server and client are communicating via upnp. so you should install both stock server and stock client. if the error is gone you know that it is related to your changes ;)
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    I started reposting to the orig. weekly thread as all isues stay the same with the official version.
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    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.

    @disaster123
    I checked the related code parts for this exception. The NRE happens here: https://github.com/MediaPortal/Medi...s/UPnP/DataTypes/UPnPDtChannelList.cs#L65-L66

    This means there was a "null" channel inside the channel list to be serialized. This should never be the case and I have never seen this before. So it must be someting specific to your configuration, somewhere a "null" channel came into the list.

    Any ideas how this could happen?
     

    Users who are viewing this thread

    Top Bottom