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
#291
2005-08-07, 04:48 PM
does http://localhost:7647/gbpvr/themes/default/styles.css (alter as appropriate to your server) load?
on the guide screen does the 'go' button load, and on the search screen do the submit and reset buttons load?
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#292
2005-08-07, 05:29 PM
btw: what version of GB-PVR are you using?
Pioneer4x4
Offline

Posting Freak

Posts: 926
Threads: 50
Joined: Jan 2005
#293
2005-08-07, 07:14 PM
normanr Wrote:does http://localhost:7647/gbpvr/themes/default/styles.css (alter as appropriate to your server) load?
on the guide screen does the 'go' button load, and on the search screen do the submit and reset buttons load?
Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------

Specified argument was out of the range of valid values. Parameter name: date
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: Specified argument was out of the range of valid values. Parameter name: date

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: date]
System.Web.HttpCachePolicy.UtcSetLastModified(DateTime utcDate) +242
System.Web.HttpCachePolicy.SetLastModified(DateTime date) +40
System.Web.StaticFileHandler.ProcessRequest(HttpContext context) +1113
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
3x MVPs (not used anymore)
XBMC
Hauppauge 150 via SVideo
Comcast Digital Cable
Motorola HD Cable box channel changed via Firewire
Vista Home Premium with RDP hack
AMD Athalon 64 5000+
340gig sata, plus 80SATA+3x160IDE Drives in XP machine for storage.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#294
2005-08-07, 10:42 PM
This is a .Net framework issue with the file's modified date in the future.
The issue is partially caused by me living east of you, and zip's crappy filedate handling.
So the files I release hot-to-the-presses appear to be from the future.
Give the poor .Net framework a few hours (time of release + time zone offset from gmt + 2) and all should settle down.
If you can't wait, then load up the offending file (generally styles.css) and re-save it :confused:
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#295
2005-08-07, 11:31 PM (This post was last modified: 2005-08-07, 11:50 PM by UncleJohnsBand.)
normanr Wrote:build 24 is out.

- Patch from UncleJohnsBand for default recording quality.
- Added space used by GB-PVR files in statistics.
- Added double-check when loading Config settings (this might fix the css bug)

Please if you do see the black & white bug:
- Can you 'view source' and grab the <link rel="stylesheet" type="text/css"> line.
- It SHOULD be <link rel="stylesheet" type="text/css" href="themes/default/styles.css">.
- If it shows themes//styles.css, or /styles.css please let me know.
- Otherwise if it appears correctly then try clearing you browser cache and/or reloading the page and/or reopening your browser and/or restarting the gb-pvr service.
- Also let me know which browser you are using.

Just a note on the patch....the new option is on the config tab....set the standard recording level you use there and then when you go to record any shows via the web admin the selection will be set to your default. Big Grin
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
jasjol
Offline

Senior Member

Posts: 270
Threads: 78
Joined: Dec 2004
#296
2005-08-08, 12:25 AM
When I go to manage recordings in the webadmin of GBPVR I can choose to see available - which works fine.

I am curious regarding that I have a button "play program" - is there support for som third-party application for streaming video?
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
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#297
2005-08-08, 12:51 AM
jasjol Wrote:When I go to manage recordings in the webadmin of GBPVR I can choose to see available - which works fine.

I am curious regarding that I have a button "play program" - is there support for som third-party application for streaming video?

Install VLC....it works great.....the steam may open in Windows Media but it can't handle the stream.....VLC on the other hand works flawlessly...
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
Pioneer4x4
Offline

Posting Freak

Posts: 926
Threads: 50
Joined: Jan 2005
#298
2005-08-08, 03:07 AM
normanr Wrote:This is a .Net framework issue with the file's modified date in the future.
The issue is partially caused by me living east of you, and zip's crappy filedate handling.
So the files I release hot-to-the-presses appear to be from the future.
Give the poor .Net framework a few hours (time of release + time zone offset from gmt + 2) and all should settle down.
If you can't wait, then load up the offending file (generally styles.css) and re-save it :confused:
I saw the date thing in the error, that is actually kinda funny! And yep it works fine now.

From now on, simple fix, give us the TOC (Time of Creation, I made that up myself...) based on UTC and say don'y try until then....


No really I think that it is amazing that you guys are all working on this all over the world and the one problem I was having is BECAUSE we are all over the world!
3x MVPs (not used anymore)
XBMC
Hauppauge 150 via SVideo
Comcast Digital Cable
Motorola HD Cable box channel changed via Firewire
Vista Home Premium with RDP hack
AMD Athalon 64 5000+
340gig sata, plus 80SATA+3x160IDE Drives in XP machine for storage.
j3flight
Offline

Member

Posts: 244
Threads: 12
Joined: Feb 2005
#299
2005-08-09, 07:31 PM
Is there any chance of having the "Keep x Number of Recordings" feature added to the web inteface? That would be really handy.

I appreciate everyone's work! Thanks, as always for making this one of the best features!

Jason
Windows XP
Athlon 64 3500+, 2GB
nVidia 7300GT, PVR 250
Antispam
Offline

Junior Member

Posts: 23
Threads: 6
Joined: Jul 2004
#300
2005-08-09, 07:55 PM
normanr

I get this message when trying to access the statistics page, everthing else works fine

translation in red

Staksporing: Stacks trace


[ManagementException: Blev ikke fundet. was not found]
System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode) +167
System.Management.ManagementObject.Get() +278
gbweb.Info.GetDiskInformation(String nodeName, Label lblStatus, HtmlImage imgUsedSystem, HtmlImage imgUsedGBPVR, HtmlImage imgFree) in c:\program files\devnz\gbpvr\web\info.aspx.cs:80
gbweb.Info.Page_Load(Object sender, EventArgs e) in c:\program files\devnz\gbpvr\web\info.aspx.cs:46
System.Web.UI.Control.OnLoad(EventArgs e) +55
System.Web.UI.Control.LoadRecursive() +27
System.Web.UI.Page.ProcessRequestMain() +750

Anything I missed doing?

Peter
Denmark
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (161): « Previous 1 … 28 29 30 31 32 … 161 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQLite GUI-based admin & query building? Braklet 3 1,954 2006-10-30, 02:45 PM
Last Post: Braklet
  Recordings made via the Web Admin interface are at the wrong resolution! mmatheny 9 3,069 2006-08-04, 06:34 PM
Last Post: HtV
  Enhanced Web Admin Hobson 3 2,375 2006-06-09, 07:47 AM
Last Post: Hobson
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,821 2006-02-04, 08:10 PM
Last Post: normanr
  Web Admin suggested feature babybob 0 1,150 2006-01-31, 10:12 PM
Last Post: babybob
  Enhanced Web Admin Request psycik 1 1,332 2005-10-10, 08:16 PM
Last Post: UncleJohnsBand
  reoccuring + web admin aegisx 0 1,172 2005-01-25, 10:57 PM
Last Post: aegisx
  GBPVR Web Admin KingArgyle 8 4,073 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