Is Ipimp working with latest SVN? (1 Viewer)

mylle

Portal Pro
April 14, 2005
574
66
Denmark
Home Country
Denmark Denmark
Hi,

I just completely reinstalled MP and chose to run the latest SVN. Ipimp installs just fine but when i go to see channels i get this error:

The columns name, freetoair in table Channel do not exist.
at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg)
at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args)
at Gentle.Common.Check.Fail(Error error, Object[] args)
at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(ObjectMap map)
at Gentle.Framework.ObjectFactory.ConstructMap(PersistenceBroker broker, Type type)
at Gentle.Framework.ObjectFactory.GetMap(PersistenceBroker broker, Type type)
at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator)
at Gentle.Framework.SqlBuilder..ctor(StatementType stmtType, Type type)
at TvDatabase.TvBusinessLayer.GetChannel(Int32 idChannel)
at Website.RecordingsByDateList.RecordingMarkup(Recording recording) in D:\Dev\vs2008\MediaPortal Universal Web Interface\Website\iPhone\Recording\RecordingsByDateList.aspx.vb:line 146
at Website.RecordingsByDateList.DisplayRecordingsByDate(String wa, String period) in D:\Dev\vs2008\MediaPortal Universal Web Interface\Website\iPhone\Recording\RecordingsByDateList.aspx.vb:line 103
at Website.RecordingsByDateList.Page_Load(Object sender, EventArgs e) in D:\Dev\vs2008\MediaPortal Universal Web Interface\Website\iPhone\Recording\RecordingsByDateList.aspx.vb:line 65
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


I need some help :)

regards
Jacob
 

cheezey

Community Plugin Dev
August 26, 2004
1,560
312
55
West Yorks, UK
Home Country
United Kingdom United Kingdom
Try copying the following files from C:\Program Files\Team MediaPortal\MediaPortal TV Server to C:\Program Files\iPiMP\Aspx\bin

DirectShowLib.dll
TvBusinessLayer.dll
TvControl.dll
TVDatabase.dll
TvLibrary.Interfaces.dll

Then restart the iPiMPWeb service.

There are obviously changes in the TV database structure with 1.2.0 so some iPiMP functions may also no longer work with the SVN builds.
 

mylle

Portal Pro
April 14, 2005
574
66
Denmark
Home Country
Denmark Denmark
Now i get just a little further.

I can get into channels and chose a channel group but when i select a specific channel i get this:

Method not found: 'System.String TvDatabase.Channel.get_Name()'.
at Website.TVChannel.DisplayChannelMenu(String channelID) at Website.TVChannel.Page_Load(Object sender, EventArgs e) in D:\Dev\vs2008\MediaPortal Universal Web Interface\Website\iPhone\TVGuide\TVChannel.aspx.vb:line 65 at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

regards
Jacob
 

cheezey

Community Plugin Dev
August 26, 2004
1,560
312
55
West Yorks, UK
Home Country
United Kingdom United Kingdom
Now i get just a little further.

I can get into channels and chose a channel group but when i select a specific channel i get this:

Method not found: 'System.String TvDatabase.Channel.get_Name()'.
at Website.TVChannel.DisplayChannelMenu(String channelID) at Website.TVChannel.Page_Load(Object sender, EventArgs e) in D:\Dev\vs2008\MediaPortal Universal Web Interface\Website\iPhone\TVGuide\TVChannel.aspx.vb:line 65 at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

regards
Jacob

Looks like iPiMP needs some updates for 1.2 - this won't happen until it's closer to a formal release. :sorry:
Posted via Mobile Device
 

Users who are viewing this thread

Top Bottom