EPG trouble and different sorting in Groups (1 Viewer)

MaxMan23

MP Donator
  • Premium Supporter
  • September 8, 2007
    380
    48
    Home Country
    Germany Germany
    I have some trouble whith EPG (native TVE 3.5). I know it is a pre Release, but i think i will post it...

    a) when i enabled the search while watching tv, after some time (2-5 min) the server stopped without an error.
    b) i disabeled the funktion so the grabber is running in idle, but there are entrys in the logs. Maybe someone can look at it.


    At the moment i never got epg for sky? I dont know why.

    -----

    I have different sorting between setuptv and mp2. In setuptv in Group "ARD" the Channel "Das Erste" is on top, in MP2 it isn't..
     

    Attachments

    • Bild1.png
      Bild1.png
      990.8 KB
    Last edited:

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    @gibman there still seems to be an issue with EPG persisting and duplicated keys:
    Code:
    [2014-05-10 05:38:55,827] [355722 ] [EPG Update thread] [ERROR] -
    System.InvalidOperationException: Ein Objekt mit demselben Schlüssel ist bereits im ObjectStateManager vorhanden. Der ObjectStateManager kann nicht mehrere Objekte mit demselben Schlüssel nachverfolgen.
       bei System.Data.Objects.ObjectContext.VerifyRootForAdd(Boolean doAttach, String entitySetName, IEntityWrapper wrappedEntity, EntityEntry existingEntry, EntitySet& entitySet, Boolean& isNoOperation)
       bei System.Data.Objects.ObjectContext.AttachTo(String entitySetName, Object entity)
       bei System.Data.Objects.ObjectSet`1.Attach(TEntity entity)
       bei Mediaportal.TV.Server.TVDatabase.EntityModel.Repositories.GenericRepository`1.AttachEntityIfChangeTrackingDisabled[TEntity](ObjectSet`1 objectSet, TEntity entity)
       bei Mediaportal.TV.Server.TVDatabase.EntityModel.Repositories.GenericRepository`1.AttachEntityIfChangeTrackingDisabled[TEntity](ObjectSet`1 objectSet, IEnumerable`1 entities)
       bei Mediaportal.TV.Server.TVDatabase.TVBusinessLayer.ProgramManagement.SavePrograms(IEnumerable`1 programs)
       bei Mediaportal.TV.Server.TVDatabase.TVBusinessLayer.EPG.EpgDBUpdater.ImportPrograms(Channel dbChannel, IList`1 epgPrograms)
       bei Mediaportal.TV.Server.TVDatabase.TVBusinessLayer.EPG.EpgDBUpdater.UpdateEpgForChannel(EpgChannel epgChannel)
       bei Mediaportal.TV.Server.TVLibrary.Epg.EpgCard.UpdateDatabaseThread()

    Can you check this again?


    I have different sorting between setuptv and mp2. In setuptv in Group "ARD" the Channel "Das Erste" is on top, in MP2 it isn't..
    I will check this, thanks for reporting!
     

    gibman

    Retired Team Member
  • Premium Supporter
  • October 4, 2006
    2,998
    1,372
    Aarhus
    Home Country
    Denmark Denmark
    @gibman there still seems to be an issue with EPG persisting and duplicated keys:
    Code:
    [2014-05-10 05:38:55,827] [355722 ] [EPG Update thread] [ERROR] -
    System.InvalidOperationException: Ein Objekt mit demselben Schlüssel ist bereits im ObjectStateManager vorhanden. Der ObjectStateManager kann nicht mehrere Objekte mit demselben Schlüssel nachverfolgen.
       bei System.Data.Objects.ObjectContext.VerifyRootForAdd(Boolean doAttach, String entitySetName, IEntityWrapper wrappedEntity, EntityEntry existingEntry, EntitySet& entitySet, Boolean& isNoOperation)
       bei System.Data.Objects.ObjectContext.AttachTo(String entitySetName, Object entity)
       bei System.Data.Objects.ObjectSet`1.Attach(TEntity entity)
       bei Mediaportal.TV.Server.TVDatabase.EntityModel.Repositories.GenericRepository`1.AttachEntityIfChangeTrackingDisabled[TEntity](ObjectSet`1 objectSet, TEntity entity)
       bei Mediaportal.TV.Server.TVDatabase.EntityModel.Repositories.GenericRepository`1.AttachEntityIfChangeTrackingDisabled[TEntity](ObjectSet`1 objectSet, IEnumerable`1 entities)
       bei Mediaportal.TV.Server.TVDatabase.TVBusinessLayer.ProgramManagement.SavePrograms(IEnumerable`1 programs)
       bei Mediaportal.TV.Server.TVDatabase.TVBusinessLayer.EPG.EpgDBUpdater.ImportPrograms(Channel dbChannel, IList`1 epgPrograms)
       bei Mediaportal.TV.Server.TVDatabase.TVBusinessLayer.EPG.EpgDBUpdater.UpdateEpgForChannel(EpgChannel epgChannel)
       bei Mediaportal.TV.Server.TVLibrary.Epg.EpgCard.UpdateDatabaseThread()

    Can you check this again?


    I have different sorting between setuptv and mp2. In setuptv in Group "ARD" the Channel "Das Erste" is on top, in MP2 it isn't..
    I will check this, thanks for reporting!

    arghhh...
    So the problem is just less happening than before we "fixed" it ?
    Could we add a JIRA bug for this so we remember to look at it ?

    /gibman
     

    MaxMan23

    MP Donator
  • Premium Supporter
  • September 8, 2007
    380
    48
    Home Country
    Germany Germany
    I cleared the complete database, pick only some channels and now epg is fine :), but the different sorting is there again.

    Bild1.png
     
    Last edited:

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,705
    3,491
    Stuttgart
    Home Country
    Germany Germany
    I have already posted my logs for another problem within this forum. However EPG is also not working for DVB-S with TVE3.5 in MP2.
    Currently I have MP2 10th A.E. Up1 installed.
    Morpheus_xx mentioned the needed additional testing and bug_reports. So here it is ;)
    Idea: Port LogoManager into common library and use it inside MP2-Server plugin

    If I shall test anything else or post further data, please let me know. Would be great if EPG can run also with DVB-S :)
     

    MJGraf

    Retired Team Member
  • Premium Supporter
  • January 13, 2006
    2,478
    1,385
    I think I provided a patch for DVB-S EPG in the very beginnings of SQLite for TVE3.5 - but I'm not sure whether it was ever included. If I remember correctly, I saw it a few days/weeks back pushed by mm to GitHub - but my guess is that this commit is not yet included in the current binaries. But if I'm right, the solution is near :D
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,705
    3,491
    Stuttgart
    Home Country
    Germany Germany
    I think I provided a patch for DVB-S EPG in the very beginnings of SQLite for TVE3.5 - but I'm not sure whether it was ever included. If I remember correctly, I saw it a few days/weeks back pushed by mm to GitHub - but my guess is that this commit is not yet included in the current binaries. But if I'm right, the solution is near :D

    Morpheus_xx, was the mentioned patch included in current release? If not, can you add it to 10th AE update 2 or better to the beta ;) (guess the beta won't be ready soon though...)
     
    Last edited:

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    Sorry, I have no idea what patch you're talking about. Got a link?
     

    Users who are viewing this thread

    Top Bottom