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

Member

Posts: 57
Threads: 18
Joined: Jun 2006
#1,161
2006-06-21, 12:28 PM
fldavem Wrote:Still not sure why some recordings scheduled and correctly recorded through the Enhanced Web Admin are not showing up when I go to Recordings, either on GBPVR directly or on the web. Makes me thiink they never got entered into a log or database. Is that possible?

Ah ha - could it be, and I didn't test it, that the problem is I've installed GBPVR to the Program Files/gbpvr directory and not the Program Files/devnz/gbpvr

I could see this could be the issue (I'll try and look at the web code sometime soon). I think it'd be best if I just reinstall in the default directory so other things like comclean.bat and others don't need to be tweaked.

Any thoughts on the directory being the problem?
turkey
Offline

Member

Posts: 206
Threads: 17
Joined: Sep 2005
#1,162
2006-06-21, 01:25 PM
UncleJohnsBand Wrote:The time info is pulled from standard system.datetime calls which interact with the clock on your GBPVR server.

Yes, the gbpvr time was an hour behind the actual time shown on the windows task bar. However, after a restart, everything is fine.

(The error came from a timezone change, not a manual change of the time.)
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,163
2006-06-21, 09:09 PM
fldavem Wrote:Ah ha - could it be, and I didn't test it, that the problem is I've installed GBPVR to the Program Files/gbpvr directory and not the Program Files/devnz/gbpvr

I could see this could be the issue (I'll try and look at the web code sometime soon). I think it'd be best if I just reinstall in the default directory so other things like comclean.bat and others don't need to be tweaked.

Any thoughts on the directory being the problem?

The install location of GBPVR and associated files is pulled from the registry and nothing is looking for files in a particular location.

Look in the logs from the EWA to see if there are any messages there and in the GBPVR recordingservice log as well right after scheduling something.

The EWA logs can be found in:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\gbpvr

look in the subdirectories that are under the above directory....they have ugly names and vary from machine to machine. Find the sub directory that has the GBPVR Public DLL in it and there shuold be some logs there.....

Mine is located:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\gbpvr\4d107d39\801bf7b5\assembly\dl3\c1465f65\00f0929c_3286c601

Post your results here.
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
m.clizzle
Offline

Member

Posts: 98
Threads: 16
Joined: May 2006
#1,164
2006-06-25, 04:50 PM
can someone help me with this error?

when i browse my video folder i receive the root directory listing, but when trying to access the folder the error below happens. this does not happen when i try and access my "music" folder, just the "Video / DVD" folder.

here is the link it is trying to access:

http://localhost:7647/gbpvr/Library.aspx...eo+%2f+DVD

Quote:Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------

Value cannot be null.
Parameter name: path1
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.ArgumentNullException: Value cannot be null.
Parameter name: path1

Source Error:


Line 65: else if (pathparts.Length == 3)
Line 66: {
Line 67: path = Path.Combine((string)directories[pathparts[1]], pathparts[2].Replace('/', Path.DirectorySeparatorChar));
Line 68: }
Line 69:


Source File: c:\Program Files\GBPVR\web\App_Code\Migrated\Stub_Library_aspx_cs.cs Line: 67

Stack Trace:


[ArgumentNullException: Value cannot be null.
Parameter name: path1]
System.IO.Path.Combine(String path1, String path2) +2718027
gbweb.Library.GetRealPath(String vpath) in c:\Program Files\GBPVR\web\App_Code\Migrated\Stub_Library_aspx_cs.cs:67
gbweb.Migrated_Library.Page_Load(Object sender, EventArgs e) in c:\Program Files\GBPVR\web\Library.aspx.cs:54
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +13
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +45
System.Web.UI.Control.OnLoad(EventArgs e) +80
System.Web.UI.Control.LoadRecursive() +49
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3745




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

i think that maybe because of the space and / in the file path, is wjat is causing the problem. can someone confirm?
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,165
2006-06-25, 05:44 PM
m.clizzle Wrote:can someone help me with this error?

when i browse my video folder i receive the root directory listing, but when trying to access the folder the error below happens. this does not happen when i try and access my "music" folder, just the "Video / DVD" folder.

here is the link it is trying to access:

http://localhost:7647/gbpvr/Library.aspx...eo+%2f+DVD



i think that maybe because of the space and / in the file path, is wjat is causing the problem. can someone confirm?

What is the name of the folder on the file system you are tyring to access....I am sure it has something to do with some sort of special character being in the name.
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
m.clizzle
Offline

Member

Posts: 98
Threads: 16
Joined: May 2006
#1,166
2006-06-25, 07:48 PM
UncleJohnsBand Wrote:What is the name of the folder on the file system you are tyring to access....I am sure it has something to do with some sort of special character being in the name.

the folder is called "Video / DVD"

full path is

C:\Media\Video / DVD\
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,765
Threads: 769
Joined: Nov 2003
#1,167
2006-06-25, 07:54 PM
Quote:C:\Media\Video / DVD\
Geez - what sort of name is that...you're just asking for problems with a directory name like that Big Grin
m.clizzle
Offline

Member

Posts: 98
Threads: 16
Joined: May 2006
#1,168
2006-06-25, 09:39 PM
how ignorant of me to know i would be needing something less crappy in order to search/list the files with the web based admin console. *smacks forehead* maybe i have to resort to a less crappy name...maybe C:\Media\Subdidntlikemyoldnamesothisiswhereilistmydvdsandstuff\






please note sarcasm
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,765
Threads: 769
Joined: Nov 2003
#1,169
2006-06-25, 09:42 PM
hey - I had a smiley there. I just think having slashes in the name is often troublesome (in lots of apps).
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,170
2006-06-25, 09:56 PM
m.clizzle Wrote:how ignorant of me to know i would be needing something less crappy in order to search/list the files with the web based admin console. *smacks forehead* maybe i have to resort to a less crappy name...maybe C:\Media\Subdidntlikemyoldnamesothisiswhereilistmydvdsandstuff\


please note sarcasm

sub Wrote:hey - I had a smiley there. I just think having slashes in the name is often troublesome (in lots of apps).

Its the "/"....that is an esc character for .Net I am sure it is looking at it as an esc Character rather than the slash.

Try changing it from "/" to "-" and see what happens.....
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: 14 Guest(s)

Pages (161): « Previous 1 … 115 116 117 118 119 … 161 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQLite GUI-based admin & query building? Braklet 3 1,958 2006-10-30, 02:45 PM
Last Post: Braklet
  Recordings made via the Web Admin interface are at the wrong resolution! mmatheny 9 3,080 2006-08-04, 06:34 PM
Last Post: HtV
  Enhanced Web Admin Hobson 3 2,380 2006-06-09, 07:47 AM
Last Post: Hobson
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,830 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,338 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,075 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