iPhone interface for MediaPortal (iPiMP) - original thread (now closed) (9 Viewers)

Status
Not open for further replies.

moppe

Portal Member
December 23, 2006
36
2
Stockholm
Home Country
Sweden Sweden
the tv guide menu working perfect even the search funktion.
I got an error when i try to open an sub meny in recorded and scheduled, the error is:
<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

its the same for all sub menys.
 

cheezey

Community Plugin Dev
August 26, 2004
1,559
312
58
West Yorks, UK
Home Country
United Kingdom United Kingdom
the tv guide menu working perfect even the search funktion.
I got an error when i try to open an sub meny in recorded and scheduled, the error is:
<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

its the same for all sub menys.

Add the line

Code:
<customErrors mode="On"/>

at line 48, above the line

Code:
</system.web>

Then retry, you should see an ASP.NET error then.
 

moppe

Portal Member
December 23, 2006
36
2
Stockholm
Home Country
Sweden Sweden
the tv guide menu working perfect even the search funktion.
I got an error when i try to open an sub meny in recorded and scheduled, the error is:
<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

its the same for all sub menys.

Add the line

Code:
<customErrors mode="On"/>

at line 48, above the line

Code:
</system.web>

Then retry, you should see an ASP.NET error then.



hmm I dont get any more info! btw it was like line 55 in web.config (just before /system.web) or is it the wrong file? I fund it under asp in ipimp.
 

cheezey

Community Plugin Dev
August 26, 2004
1,559
312
58
West Yorks, UK
Home Country
United Kingdom United Kingdom
Doh - it should be
Code:
<customErrors mode="Off"/>

And yes - in web.config
 

moppe

Portal Member
December 23, 2006
36
2
Stockholm
Home Country
Sweden Sweden
Doh - it should be
Code:
<customErrors mode="Off"/>

And yes - in web.config


ok now I get something else,

[InvalidCastException: Unable to cast object of type 'System.Collections.Generic.List`1[TvDatabase.Recording]' to type 'System.Collections.ArrayList'.]
iPiMPWeb.ListRecordingCategories.Page_Load(Object sender, EventArgs e) +504
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

hope this make some scence.
 

cheezey

Community Plugin Dev
August 26, 2004
1,559
312
58
West Yorks, UK
Home Country
United Kingdom United Kingdom
Yep - there's a problem with using iPiMP with the latest SVN. I'll have a look at a fix.
 

cheezey

Community Plugin Dev
August 26, 2004
1,559
312
58
West Yorks, UK
Home Country
United Kingdom United Kingdom
Try this fix for the broken 'Recorded Programs' and 'Scheduled Programs' with SVN 22162.

Unzip the attached iPiMPWeb.dll (version 3.4.1.0) into C:\Program Files\iPiMP\aspx\bin
 

Attachments

  • iPiMPWeb 3.4.1 - svn 22162 fix.zip
    30.7 KB
Status
Not open for further replies.

Users who are viewing this thread

Top Bottom