RC2.3 and MePo

Installing and setting up ARGUS TV
Post Reply
rudig
Posts: 254
Joined: Tue Sep 06, 2011 6:21 pm

RC2.3 and MePo

Post by rudig » Wed Dec 03, 2014 10:10 am

Hi,

Two issues after a clean install of MePo 1.9.0.0 and RC2.3 on Windows 8.1. One solved but strange that I get this and one unsolved and quitte unhandy :-)

First one:

Code: Select all

[2014-12-03 08:17:51,596] [Log    ] [MPMain   ] [WARN ] - GUIWindow:OnWindowLoaded: 'C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Titan\ARGUS_Home.xml' is missing control id 420 (window property: _settingsLabel)
[2014-12-03 08:17:51,612] [Log    ] [MPMain   ] [WARN ] - GUIWindow:OnWindowLoaded: 'C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Titan\ARGUS_Home.xml' is missing control id 420 (window property: _settingsLabel)
Solved with:

Code: Select all

    <control>
      <description>Dummy label to hold global settings for this skin!</description>
      <type>label</type>
      <id>420</id>
      <label>#settings:logo-icon-size=240,240;guide_time=Center</label>
      <visible>no</visible>
    </control>
Second one:

When selecting in MePo - TV the option "station" or in Dutch "Zender" I get a screen with all available stations I can select.
Once selecting a station MePo is unresponsive for about 60 seconds and returns back to the TV-menu, but the selected station is never shown. What I found in the logs is:

Recorder.log:

Code: Select all

2014-12-03 08:17:59.9248 [Info ][Recorder]: TuneLiveTvStream(): tuning card #3 to Discovery Channel HD
2014-12-03 08:17:59.9404 [Info ][Recorder]: Starting live stream on card #3, service Discovery Channel HD in 'C:\Users\Public\Videos\ARGUS TV Timeshift'
2014-12-03 08:18:04.9404 [Info ][Recorder]: Live streaming of Discovery Channel HD started on card #3, stream 5a21686a-f351-49ac-b2e7-288af4403b8e
Recorder.Card-3.log

Code: Select all

2014-12-03 08:17:59.9717 [Debug][Graph]: Using .tsbuffer format for live TV (synchronous I/O)
2014-12-03 08:17:59.9873 [Info ][Graph]: Tuning to Discovery Channel HD
2014-12-03 08:18:00.4404 [Info ][Graph]: MDAPI: enabled filter for 4 slots
2014-12-03 08:18:00.4717 [Debug][Graph]: Added BDA tuner for device DTV-DVB Mantis DVBC BDA Receiver
2014-12-03 08:18:00.5029 [Debug][Graph]: Using filter DTV-DVB Mantis DVBC Capture BDA Receiver
2014-12-03 08:18:00.5654 [Debug][Graph]: Saved graph to C:\ProgramData\ARGUS TV\Graphs\Card-3.grf
2014-12-03 08:18:00.5811 [Debug][Graph]: Detected 2 signal statistics interfaces
2014-12-03 08:18:00.5967 [Info ][Graph]: Detected Twinhan card
2014-12-03 08:18:00.6123 [Info ][Graph]: Tuning to 465000 RateNotSet Mod256Qam
2014-12-03 08:18:00.6123 [Debug][Graph]: Starting graph
2014-12-03 08:18:02.7686 [Info ][Graph]: Signal locked, quality: 85%, strength: 80
2014-12-03 08:18:02.7998 [Debug][Graph]: Looking for service 0x00ef for Discovery Channel HD...
2014-12-03 08:18:03.0342 [Debug][Graph]: Starting stream for service 0x00ef
2014-12-03 08:18:03.0498 [Debug][Graph]: MDAPI: Allocating slot #1 to decode Discovery Channel HD (Ziggo)
2014-12-03 08:18:03.0654 [Info ][Graph]: Found 1 CA systems:
2014-12-03 08:18:03.0654 [Info ][Graph]:   CA_Typ 0x0604, ECM 0x138f, EMM 0x0000, Provider_Id 0x0000
2014-12-03 08:18:03.0654 [Info ][Graph]: MDAPI: sending channel change to filter
2014-12-03 08:18:04.6436 [Debug][Graph]: Stream started
2014-12-03 08:18:04.6748 [Debug][Graph]: Starting EPG grabbing for service 0x00ef, PID 0xef
2014-12-03 08:18:04.6748 [Info ][Graph]: EPG grabbing started
2014-12-03 08:18:04.9092 [Info ][Graph]: Live stream started for Discovery Channel HD to rtsp://MEDIACENTER:8554/stream-live-3-1
2014-12-03 08:18:34.9249 [Warn ][Graph]: Live stream 5a21686a-f351-49ac-b2e7-288af4403b8e was not kept alive, stopping it now
2014-12-03 08:18:34.9405 [Debug][Graph]: Stopping stream for service 0x00ef
2014-12-03 08:18:34.9561 [Debug][Graph]: MDAPI: Clearing slot #1 (was decoding Discovery Channel HD)
2014-12-03 08:18:34.9561 [Info ][Graph]: Live streaming ended for Discovery Channel HD to rtsp://MEDIACENTER:8554/stream-live-3-1
2014-12-03 08:18:34.9718 [Debug][Graph]: Stopping stream for service 0x00ef
2014-12-03 08:18:34.9718 [Info ][Graph]: EPG grabbing ended on Discovery Channel HD
2014-12-03 08:18:34.9874 [Debug][Graph]: Stopping graph
MediaPortal.log

Code: Select all

[2014-12-03 08:16:57,521] [Log    ] [MPMain   ] [INFO ] - Main: The display is on
[2014-12-03 08:16:57,521] [Log    ] [MPMain   ] [INFO ] - Main: User is providing input to the session
[2014-12-03 08:17:49,834] [Log    ] [MPMain   ] [INFO ] - Main: Activation request received
[2014-12-03 08:17:51,596] [Log    ] [MPMain   ] [WARN ] - GUIWindow:OnWindowLoaded: 'C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Titan\ARGUS_Home.xml' is missing control id 420 (window property: _settingsLabel)
[2014-12-03 08:17:51,612] [Log    ] [MPMain   ] [WARN ] - GUIWindow:OnWindowLoaded: 'C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Titan\ARGUS_Home.xml' is missing control id 420 (window property: _settingsLabel)
[2014-12-03 08:18:03,268] [Log    ] [MPMain   ] [INFO ] - Main: Deactivation request received
[2014-12-03 08:19:45,065] [Error  ] [12       ] [ERROR] - System.Threading.Tasks.TaskCanceledException: Een taak is geannuleerd.
   bij System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bij System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bij ArgusTV.ServiceProxy.RestProxyBase.<ExecuteRequestAsync>d__b.MoveNext()
[2014-12-03 08:19:45,096] [Error  ] [MPMain   ] [ERROR] - ChannelNavigator: error CheckChannelChange() = Er zijn één of meer fouten opgetreden.
This TaskCanceledException seems to be the issues but I don't know how to solve it.
Anyone have a clue?

rudig
Posts: 254
Joined: Tue Sep 06, 2011 6:21 pm

Re: RC2.3 and MePo

Post by rudig » Tue Dec 09, 2014 1:07 pm

Anyone?

Post Reply

Who is online

Users browsing this forum: No registered users and 21 guests