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
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#881
2006-03-15, 07:04 PM
build 34: (remember build 32+ requires GB-PVR 0.96.12)

- Added Autologin help link.
- Fixed bug in display of scheduled recordings.
- Scheduled recordings now sort to the top by date.
- More backend work to made the schedule provider dynamic.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#882
2006-03-15, 07:08 PM
chud Wrote:or have specifics from a particular episode listed now.
by the way, those scheduled recordings are 'semi-invalid' because sechdules recordings should never have episode details against them. This is caused by whatever scheduled the recording. An old version of the web admin used to do this, but I'm interested to know if anything else created those scheduled recordings.
chud
Offline

Member

Posts: 183
Threads: 18
Joined: Oct 2005
#883
2006-03-15, 07:25 PM
normanr Wrote:by the way, those scheduled recordings are 'semi-invalid' because sechdules recordings should never have episode details against them. This is caused by whatever scheduled the recording. An old version of the web admin used to do this, but I'm interested to know if anything else created those scheduled recordings.

97% likely that a version of the webadmin that shipped with one of the last 3 or 4 releases of GBPVR was used to schedule those recordings. probably from the episode search results.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#884
2006-03-15, 07:57 PM
hrm, I checked the code from 0.96.12 - it shouldn't be doing that.
chud
Offline

Member

Posts: 183
Threads: 18
Joined: Oct 2005
#885
2006-03-15, 08:23 PM
i'm not sure i was clear there. the season records were setup with the shipped webadmin likely from several versions ago and have been carried around ever since. i am not sure why i didn't notice it until now, maybe because of the extra few bits of info (episode name, imdb) shown in the description box. i have cleaned up the database by hand and all appears well.

installed build 34 and the "manual recording" label on season records has been properly replaced by the show name. stunning work.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#886
2006-03-16, 12:00 AM
gkreis Wrote:I am seeing the same behavior. I did a search for 'Monk' and selected one episode for the 16th at 10pm. I clicked record using the default settings of once. It came back showing that it picked Monk on the 16th at 9pm and 10pm and also Monk at 9pm and 10pm on the 23rd! I went to the manage recordings tab and it showed what you saw, a manual recording and the shows appeared in the pending. I cancelled the manual recording set for reoccurring and it also cleared out the pending episodes. It is as if the recording settings that are being used are not the ones shown.

I then went to the TV Guide on the 16th and used the defaults of once to record the 10pm Monk episode and it worked! The manage recordings tab showed up as expected. So... BIG clue here. This problem only happens when using Episode Search.

Thanks....I was able to find the bug based off of this info...I have sent the patch off to normanr.
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
gkreis
Offline

Member

Posts: 166
Threads: 31
Joined: Sep 2005
#887
2006-03-17, 02:34 PM
normanr Wrote:build 34: (remember build 32+ requires GB-PVR 0.96.12)

- Added Autologin help link.
- Fixed bug in display of scheduled recordings.
- Scheduled recordings now sort to the top by date.
- More backend work to made the schedule provider dynamic.

I installed bd 34 and see the following error when I try to use it. I went back to bld 33 and I still get the error. Everything was working until I installed bld 34. Any ideas? All I did was copy the 'web' folder to the gbpvr folder. Is there something else I needed to do?

Server Error in '/gbpvr' Application.
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index

Source Error:

Line 162: /// </summary>
Line 163: public void Add(string ipNumber, int maskLevel) {
Line 164: this.Add(parseIP(ipNumber),(uint)maskList.GetKey(maskList.IndexOfValue(maskLevel)));
Line 165: }
Line 166:


Source File: C:\Program Files\devnz\gbpvr\web\classes\IPList.cs Line: 164

Stack Trace:

[ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index]
System.Collections.SortedList.GetKey(Int32 index) +91
IPNumbers.IPList.Add(String ipNumber, Int32 maskLevel) in C:\Program Files\devnz\gbpvr\web\classes\IPList.cs:164
gbweb.Settings.ParseAutologinNetworks() in C:\Program Files\devnz\gbpvr\web\classes\Settings.cs:130
gbweb.Settings.Load() in C:\Program Files\devnz\gbpvr\web\classes\Settings.cs:80
gbweb.Settings..ctor() in C:\Program Files\devnz\gbpvr\web\classes\Settings.cs:54
gbweb.Global..ctor() in c:\program files\devnz\gbpvr\web\global.asax.cs:34
ASP.Global_asax..ctor() in c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\gbpvr\5d2ea027\20f6e5dd\e1msolxk.0.cs:32

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) +0
System.Activator.CreateInstance(Type type, Boolean nonPublic) +66
System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +664
System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +200
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +157
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +229
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +414


Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
turkey
Offline

Member

Posts: 206
Threads: 17
Joined: Sep 2005
#888
2006-03-17, 03:31 PM
try restarting the recording service
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#889
2006-03-17, 03:34 PM
gkreis Wrote:I presumed the 0/16 at the end of an address meant from 0-16 and my IPs are in the 50s, so I changed it to 0/100 for good measure. Does that sound right? Seems to work.
The IP ranges are in the standard CIDR format. It accepts either CIDR or netmask (so for example 192.168.0.0/24 is the same as 192.168.0.0/255.255.255.0).

/100 is an invalid range, so that's what's causing it to break. If you want to include 0-255, then change the reange to be a /24.
David
Offline

Senior Member

Posts: 435
Threads: 18
Joined: Oct 2005
#890
2006-03-17, 04:08 PM
I was wondering if it was possible to search genre's without entering a keyword? I'd like to see every show of a selected genre that is in my guide. I can't seem to get it to search unless I enter something in the keyword field.

The new build (34) fixes several problems. Thank you!
David

PVR PC: Win2K3, Athlon x2 64 4600+, 1280MB Ram, 40+400 GB HD's, Gigabyte Network
PVR-250, ATSC-110 digital x2, GBPVR v1.3.7 w/SQLite DB
Extras: Addepisode 41, Comskip 79.46, EWA 76, Zaptools

DSM-520 (D-Link Media Lounge) FW 1.04 using TVersity Media Server 0.9.11.4
DSM-320 (D-Link Media Lounge) FW 1.09
MediaMVP

More specs
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (161): « Previous 1 … 87 88 89 90 91 … 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,108 2006-08-04, 06:34 PM
Last Post: HtV
  Enhanced Web Admin Hobson 3 2,384 2006-06-09, 07:47 AM
Last Post: Hobson
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,837 2006-02-04, 08:10 PM
Last Post: normanr
  Web Admin suggested feature babybob 0 1,155 2006-01-31, 10:12 PM
Last Post: babybob
  Enhanced Web Admin Request psycik 1 1,343 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,079 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