Not working in 1.2.0 svn (1 Viewer)

turtles321

Portal Member
January 9, 2011
13
0
Anyone know how to make it work in latest 1.2.0 svn? Im getting these errors when im trying to access the webpage,

Row 46: this.idChannel = ch.IdChannel;
Row 47: this.displayName = ch.DisplayName;
Row 48: this.name = ch.Name;
Row 49: this.freeToAir = ch.FreeToAir;
Row 50: this.grabEPG = ch.GrabEpg;

Source: MediaPortal TV Server\Plugins\MPWebServices\htdocs\App_Code\Classes.cs Row: 48

or this

Row 513: try
Row 514: {
Row 515: usersForCard = RemoteControl.Instance.GetUsersForCard(card.IdCard);
Row 516: }
Row 517: catch (Exception)

Source: MediaPortal TV Server\Plugins\MPWebServices\htdocs\App_Code\TvServiceWebServices.asmx.cs Row: 515
 

robyf

Retired Team Member
  • Premium Supporter
  • June 20, 2005
    1,076
    278
    52
    Bolzano
    Home Country
    Italy Italy
    There was a change in TV DB, the ch.name field does not exist anymore. Probably all web interfaces will need a code change.
     

    turtles321

    Portal Member
    January 9, 2011
    13
    0
    Well I hope someone would be kind enough and try and make a version that works with the new tv-db fields since they gonna be perm sooner or later when beta hits, and this plugin is pretty awsome.
     

    Users who are viewing this thread

    Top Bottom