[solved] MediaPortal do not show TV Channels, although Channels found in TV-Server Configuration (1 Viewer)

nym2010

Portal Member
May 11, 2018
14
6
44
Home Country
Bangladesh Bangladesh
Hi All

I am using MediaPortal v1.19.0 for AVerTV Hybrid Volar HD H830 in MP1.

Although TV-Server Configuration found 141 channels, when I click on Channel on MediaPortal client (in the same PC), MediaPortal get hang. Also can not enable TV.

After fresh reinstation of MP1, the issue was solved, but again facing the issue.

I have tried multiple times with multiple restarts, but the issue persists.

I can check channels preview in TV-Server Configuration.

Please help.

Thanks

nym2010
 

Attachments

  • MediaPortalLogs_14_05_18__21_05.zip
    486.1 KB

nym2010

Portal Member
May 11, 2018
14
6
44
Home Country
Bangladesh Bangladesh
Hi, Yes, The previous issue was resolved after fresh re-installation.

But after running with 2 days, the same issue again facing.

So, creating a new post.
 

Edalex

Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Hi, all text below is just a guess.
    In your logs I see this lines:
    [2018-05-14 21:05:07,163] [Log ] [MPMain ] [INFO ] - found:162 tv channels
    [2018-05-14 21:05:07,165] [Log ] [MPMain ] [INFO ] - TvNotify:OnNotifiesChanged
    [2018-05-14 21:05:07,214] [Error ] [MPMain ] [ERROR] - TVHome: Error in Reload
    Related code looks like this:
    C#:
              Log.Info("found:{0} tv channels", channels.Count);
              TvNotifyManager.OnNotifiesChanged();
              m_groups.Clear();
    
              TvBusinessLayer layer = new TvBusinessLayer();
              RadioChannelGroup allRadioChannelsGroup =
                layer.GetRadioChannelGroupByName(TvConstants.RadioGroupNames.AllChannels);
              IList<Channel> radioChannels = layer.GetAllRadioChannels();
              if (radioChannels != null)
              {
                if (radioChannels.Count > allRadioChannelsGroup.ReferringRadioGroupMap().Count)
                {
                  foreach (Channel radioChannel in radioChannels)
                  {
                    layer.AddChannelToRadioGroup(radioChannel, allRadioChannelsGroup);
                  }
                }
              }
              Log.Info("Done.");
    So either code is failing on clearing groups or it's failing on getting radio channels.
    Could you describe what are your radio channels, what are tv channels and radio channels groups or maybe make export of tv/radio groups and channels to look at them.
    Did you delete "All Channels" group or did something similar? Do you have groups with 0 channels or any another unusual situation?
     

    nym2010

    Portal Member
    May 11, 2018
    14
    6
    44
    Home Country
    Bangladesh Bangladesh
    Hi,

    I have attached my configuration.

    After reinstallation, I scanned the TV (analog) and then radio and then the client was showing the channels correctly. And the client remains doing fine for 1 day. After then, suddenly, I can not turn on the TV and while clicking the channel, the client hangs.

    Although after the issue happened, i did renamed the channels, but that was after the issue. But certainly I did not delete any channels.

    Thanks again for your time to help me.
     

    Attachments

    • export.xml
      180.4 KB

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Well, you don't have "All Channels" radio group as I see. My guess is still could be possible so could you try to make radio group named "All Channels"? o_O
    If it's not possible I could make an import file that will create that group.
    I hope you're not wasting your time confirming my thoughts :oops:
     

    nym2010

    Portal Member
    May 11, 2018
    14
    6
    44
    Home Country
    Bangladesh Bangladesh
    Many Thanks Edalex.

    Creating All Channels in Radio resolved the problem.

    Really appreciate your time and support in resolving my problem.

    I really liked Mediaportal. This is the best Analog TV tuner so far.

    Also, may I ask another help from you ? Is it possible to Delete my earlier Thread of the same name ? I should not create 2 threads in same title.
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Many Thanks Edalex.

    Creating All Channels in Radio resolved the problem.

    Really appreciate your time and support in resolving my problem.

    I really liked Mediaportal. This is the best Analog TV tuner so far.

    Also, may I ask another help from you ? Is it possible to Delete my earlier Thread of the same name ? I should not create 2 threads in same title.
    I'm really really happy when my noob knowings help people!
    I don't think deleting thread will be right since someone with similar problems could find them, look at logs and maybe find some answers. Anyway, it's up to @Moderators to decide it.
    Also I think it could be a bug if All channels group is missing and you didn't delete it. I hope someone from MediaPortal Team will look at this case.

    Отправлено с моего Redmi 3S через Tapatalk
     

    Users who are viewing this thread

    Top Bottom