NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 45 46 47 48 49 … 93 Next »
Enhanced Web Admin

Thread Closed 
 
  • 0 Vote(s) - 0 Average
Enhanced Web Admin
j3flight
Offline

Member

Posts: 244
Threads: 12
Joined: Feb 2005
#561
2005-12-03, 05:21 AM
That's fine, thanks sub!
Windows XP
Athlon 64 3500+, 2GB
nVidia 7300GT, PVR 250
CurtisMinBC
Offline

Member

Posts: 73
Threads: 18
Joined: Aug 2004
#562
2005-12-04, 06:43 AM
Anyone happen to have a chance to make the web admin to "fix" the issue when using a PDA device as I'd be so indebted to you if you would get that to work.

RGDS
jasjol
Offline

Senior Member

Posts: 270
Threads: 78
Joined: Dec 2004
#563
2005-12-05, 08:26 AM (This post was last modified: 2005-12-05, 08:34 AM by jasjol.)
Hi

I have got a problem starting a few weeks ago (when using GBPVR version 94.) still present on version 95.14.

Everything works in webadmin except "manage recording" I get the following error: (sorry it is in Swedish - trying also to translate in red with ENG: at beginning of translation)

In the error text it states: "C:\Program Files\devnz\gbpvr\web\Manage.aspx.cs:506"

I do have my GBPVR in C:\Program\devnz\gbpvr\ but this worked before - Do I need to set an extra path or something?

Below is the error text:
Serverfel i tillämpningsprogrammet /gbpvr.

ENG: server error in application /GBpvr



Objektet måste vara av typen Int32.

ENG: object needs to be of type Int32

Beskrivning: Ett undantag som inte kunde hanteras inträffade när den aktuella webbegäran kördes. Mer information om felet och var i koden det uppstod finns i stackspårningen.
ENG: Description: An exception that could not be handled occured when the actual webbrequest was made. More info about the error and where in the code it occured is noted in "stacktrace"

Undantagsinformation: System.ArgumentException: Objektet måste vara av typen Int32.

ENG: Exception information: System.ArgumentException: object needs to be of type Int32

Källfel:
Ett undantag som inte hanteras genererades vid körningen av den aktuella webbegäran. Information om undantagets ursprung och plats kan identifieras med undantagsstackspårningen nedan.
ENG: sourceerror: (same as description above)
Stackspårning:
"stacktrace"


[ArgumentException: Objektet måste vara av typen Int32. ENG: object needs to be of type Int32]
System.Int32.CompareTo(Object value) +136
gbweb.RecordingComparer.Compare(Object x, Object y) in C:\Program Files\devnz\gbpvr\web\Manage.aspx.cs:506
System.SorterObjectArray.QuickSort(Int32 left, Int32 right) +137

[InvalidOperationException: Ett undantagsfel inträffade för angiven IComparer. ENG: An exception error occured for "below" IComparer]
System.SorterObjectArray.QuickSort(Int32 left, Int32 right) +288
System.SorterObjectArray.QuickSort(Int32 left, Int32 right) +480
System.SorterObjectArray.QuickSort(Int32 left, Int32 right) +480
System.SorterObjectArray.QuickSort(Int32 left, Int32 right) +480
System.Array.Sort(Array keys, Array items, Int32 index, Int32 length, IComparer comparer) +387
System.Collections.ArrayList.Sort(Int32 index, Int32 count, IComparer comparer) +43
System.Collections.ArrayList.Sort(IComparer comparer) +29
gbweb.Manage.Page_Load(Object sender, EventArgs e) in C:\Program Files\devnz\gbpvr\web\Manage.aspx.cs:155
System.Web.UI.Control.OnLoad(EventArgs e) +55
System.Web.UI.Control.LoadRecursive() +27
System.Web.UI.Page.ProcessRequestMain() +750


Versionsinformation: Microsoft .NET Framework-version:1.1.4322.2032; ASP.NET-version:1.1.4322.2032
Using DELL P4 1.5GB RAM 250 GB HD + DLINK DNS313 netdisk 1,5TB, 2 pieces of Hauppauge PVR150 w/45-button remote, 1 Popcorn Hour 110. Win XP SP3. GB-PVR v1.4.7 Plugins: Xrecord
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#564
2005-12-05, 08:46 AM
I think the issue is around missing channels (and a bug in the code that is exposed if channels are missing). The bug is easy to fix, the missing channels you will have to look into.
jasjol
Offline

Senior Member

Posts: 270
Threads: 78
Joined: Dec 2004
#565
2005-12-05, 11:17 AM
normanr Wrote:I think the issue is around missing channels (and a bug in the code that is exposed if channels are missing). The bug is easy to fix, the missing channels you will have to look into.

With missing channels do you mean the fact that I have channels in my channels list without EPG data?

Or does missing channels refer to something else?

I do have channels without EPG data - to be able to watch them in Live TV and to be able to create manual recordings from those channels
- but maybe I have configured something wrong?
Using DELL P4 1.5GB RAM 250 GB HD + DLINK DNS313 netdisk 1,5TB, 2 pieces of Hauppauge PVR150 w/45-button remote, 1 Popcorn Hour 110. Win XP SP3. GB-PVR v1.4.7 Plugins: Xrecord
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#566
2005-12-05, 11:25 AM
Basically scheduleHelper.GetChannelByOID() needs to succeed for it not to throw an exception at the moment. It's made worse if there are two programs scheduled for exactly the same time. I think this typically happens if there's a season recording or something. The breakage is easy to fix, so lets atack that first.

Btw: if you want to 'make it work' at the moment, you could set your sortOrder cookie to exclude the channel field, (or move it later), but I think this might be a very technical workaround.
systemshark
Offline

Senior Member

Posts: 566
Threads: 56
Joined: Oct 2005
#567
2005-12-06, 09:50 AM
Hi NormanR,

I've going to write a PPC web admin application, Do you object if I use your graphics, to present a common - look - and feel between the websites ?

Regards
Richard
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#568
2005-12-06, 10:59 PM
Any possibility of getting a Drop down box to allow an additional level of filtering to the Manage Recordings. Many times, I'm just curious of what is scheduled for a particular day of the week. It would be nice to be able to filter the pending recordings by day of Week.
b00sfuk
Offline

Senior Member

Posts: 319
Threads: 26
Joined: Mar 2005
#569
2005-12-07, 07:13 PM
Quote:Any possibility of getting a Drop down box to allow an additional level of filtering to the Manage Recordings. Many times, I'm just curious of what is scheduled for a particular day of the week. It would be nice to be able to filter the pending recordings by day of Week.
Agree, I would like to also see the day of the week (e.g. Thu, Fri) in the air date column of the recordings page (and maybe todays highlighted). Would make it clearer when recordings are for.

Another minor wish would be to be able to use actual channel numbers (rather than the ones from the channel config page) in the channel column of both the guide and recordings page. The annoyance for me currently is that is shows the arbritrary ones that I assign to get the channels sorted in the way I perfer rather than the assigned ones from the provider.

Love the product though! Thanks
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#570
2005-12-10, 01:29 AM
KingArgyle Wrote:Any possibility of getting a Drop down box to allow an additional level of filtering to the Manage Recordings. Many times, I'm just curious of what is scheduled for a particular day of the week. It would be nice to be able to filter the pending recordings by day of Week.

b00sfuk Wrote:Agree, I would like to also see the day of the week (e.g. Thu, Fri) in the air date column of the recordings page (and maybe todays highlighted). Would make it clearer when recordings are for.

Another minor wish would be to be able to use actual channel numbers (rather than the ones from the channel config page) in the channel column of both the guide and recordings page. The annoyance for me currently is that is shows the arbritrary ones that I assign to get the channels sorted in the way I perfer rather than the assigned ones from the provider.

Love the product though! Thanks

Attached is a screen shot of the upcoming release of the web admin(using one of the new avaialable themes). There is now a sort for each of the columns....you can sort on Status, Air Date, Channel or show....couple that with the filtering boxes you should be able to mange things effectivley.

I will have to look into the channel number thing...since most of all the info is pulled via the API my guess is we would need to code it nativley in the web admin to get the originating channel number.

Let normanr and I know if these upcomming changes provide what you are looking for (other than the channel number thing).
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
« Next Oldest | Next Newest »

Users browsing this thread: 4 Guest(s)

Pages (161): « Previous 1 … 55 56 57 58 59 … 161 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQLite GUI-based admin & query building? Braklet 3 1,960 2006-10-30, 02:45 PM
Last Post: Braklet
  Recordings made via the Web Admin interface are at the wrong resolution! mmatheny 9 3,091 2006-08-04, 06:34 PM
Last Post: HtV
  Enhanced Web Admin Hobson 3 2,383 2006-06-09, 07:47 AM
Last Post: Hobson
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,834 2006-02-04, 08:10 PM
Last Post: normanr
  Web Admin suggested feature babybob 0 1,153 2006-01-31, 10:12 PM
Last Post: babybob
  Enhanced Web Admin Request psycik 1 1,342 2005-10-10, 08:16 PM
Last Post: UncleJohnsBand
  reoccuring + web admin aegisx 0 1,174 2005-01-25, 10:57 PM
Last Post: aegisx
  GBPVR Web Admin KingArgyle 8 4,078 2004-12-15, 03:01 AM
Last Post: KingArgyle

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode