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

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#371
2005-08-21, 02:07 AM
jsteele Wrote:ver 2.81.1117.0

I also found that for whatever reason msjro.dll was not in system32, it was in system32/dllcache. I copied it and reregistered it in system32



Guess what. Now it ran fine! Maybe the DLL being in the wrong place :-)

This is great news! The fix could be from the DLL not being in the system32 directory....but mine isn't there....it is only in the C:\Program Files\Common Files\System\ADO\ directory.

My guess is it was either the re-registering of the DLL or the DLL that I provided was updated to creat the temp .mdb file in the all users public directory which doe not have any security.

In any case I am glad that it is working for you. Big Grin I will update zaptools with the updated code (minus the debug dispalys) for anyone that may be having a problem. Smile
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
jsteele
Offline

Senior Member

Posts: 434
Threads: 63
Joined: Dec 2004
#372
2005-08-21, 02:30 AM
Thanks for all the help

John
ASUS A7V880, Athlon XP 3000+, 1024MB, 250GB (Prog/DB), 40GB (Buffer/Temp), 670GB SATA (Video Library), PVR150MCE Video (2), NEC DVD+/- RW, Liteon DVD, nVidia FX5600 AGP, Onboard AC 97 Audio, Hauppauge Remote, Girder, USBUIRT,802.11G WLAN, nVidia Platinum Decoders
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#373
2005-08-21, 02:48 AM
jsteele Wrote:Thanks for all the help

John

No problem...glad I could help.

Zaptools on the wiki is now updated with this change (less the displays).

If you want to update your exisiting install just replace your zapinterface.dll with the new zapinterface.dll file in the zaptools zaptools.zip file on the wiki.


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

Junior Member

Posts: 24
Threads: 3
Joined: Aug 2005
#374
2005-08-21, 02:23 PM
normanr Wrote:I noticed that there are no paths or line numbers, this information is in the pdb file. Has the pdf been moved or delete by mistake? Can you check that the pdb is around and then paste the stack traces with paths and (more importantly) line numbers.

The pdb file is located in the /web/bin/ directory. It seems to be the same size as the one from the base install and created on the same date (Aug 3rd, '05). The web interface from the base install works great. Do I need to set any configurations to get more detailed traces? Right now the logging level in the config is set to "debug" but if I need to start the service with command line options or manually change the config file let me know.
martinatime
Offline

Junior Member

Posts: 24
Threads: 3
Joined: Aug 2005
#375
2005-08-21, 03:22 PM
normanr Wrote:I noticed that there are no paths or line numbers, this information is in the pdb file. Has the pdf been moved or delete by mistake? Can you check that the pdb is around and then paste the stack traces with paths and (more importantly) line numbers.

Normanr, I wanted to thank you for your help with this (I don't think I have thanked you as of yet). Anyway, I've been playing around to see if I can get more details for you. I editted the Web.config file and changed trace enabled = "true" and restarted the GbPVR service. When I hit the web admin from that I got the following error:

Server Error in '/gbpvr' Application.
Multiple controls with the same ID 'viewleftbutton' were found. Trace requires that controls have unique IDs.
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.Web.HttpException: Multiple controls with the same ID 'viewleftbutton' were found. Trace requires that controls have unique IDs.

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:

[HttpException (0x80004005): Multiple controls with the same ID 'viewleftbutton' were found. Trace requires that controls have unique IDs.]
System.Web.TraceContext.AddNewControl(String id, String parentId, String type, Int32 viewStateSize) +312
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +201
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +263
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +263
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +263
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +263
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +263
System.Web.UI.Page.ProcessRequestMain() +1608


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

I don't know if that helps any but I figured I would post it here anyway. When I set trace enabled back to false I'm at least able to log in and get the guide to display. Thanks again.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#376
2005-08-21, 07:11 PM
build 26 is out.

- Fixes trace bug:
martinatime Wrote:I editted the Web.config file and changed trace enabled = "true" and restarted the GbPVR service. When I hit the web admin from that I got the following error:
martinatime
Offline

Junior Member

Posts: 24
Threads: 3
Joined: Aug 2005
#377
2005-08-21, 08:48 PM
normanr Wrote:build 26 is out.

- Fixes trace bug:

Build 26 fixed everything! I wish I had known there was a newer version to try.... I installed build 26 and just decided to try it out without altering the config and it worked. If you want any assistance with this project/plugin in the future let me know what I can help out with. By profession I am a web programmer although I have not done anything with .Net I have no doubt that I could pick it up. Thanks Normanr for your help working on this.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#378
2005-08-22, 08:43 AM
martinatime Wrote:Build 26 fixed everything!
Good to hear!
martinatime Wrote:I wish I had known there was a newer version to try....
ahh, well there wasn't, but there now is Smile
martinatime Wrote:If you want any assistance with this project/plugin in the future let me know what I can help out with. By profession I am a web programmer although I have not done anything with .Net I have no doubt that I could pick it up.
Well if there's anything you think need adding, then it's pretty easy because all the source code is supplied. Also it's not like anyone really owns the code, we just all add our 2 cents worth Smile
tnf
Offline

Junior Member

Posts: 7
Threads: 1
Joined: Mar 2005
#379
2005-08-25, 03:45 PM
I have tried to set up the PLAY PROGRAM option to work over the internet, but cannot find out what ports are used by the media server. It looks like the media player on the remote machine gets the correct IP and port, but there must be other ports that it tries to access on the server wherne GBPVR is running. Can anyone tell me what ports that are used, I need to NAT them to my GBPVR computer to make this work.

I am aware that I need a lot of bandwith to view the movies, I use DIVX to save the files and it works with other stremaing applications I have tested.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#380
2005-08-25, 04:22 PM
nope, just the main gbpvr web site's port (it defaults to 7647). What player are you uisng? Only VLC has shown to work well.
« Next Oldest | Next Newest »

Users browsing this thread: 8 Guest(s)

Pages (161): « Previous 1 … 36 37 38 39 40 … 161 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQLite GUI-based admin & query building? Braklet 3 1,955 2006-10-30, 02:45 PM
Last Post: Braklet
  Recordings made via the Web Admin interface are at the wrong resolution! mmatheny 9 3,074 2006-08-04, 06:34 PM
Last Post: HtV
  Enhanced Web Admin Hobson 3 2,377 2006-06-09, 07:47 AM
Last Post: Hobson
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,825 2006-02-04, 08:10 PM
Last Post: normanr
  Web Admin suggested feature babybob 0 1,151 2006-01-31, 10:12 PM
Last Post: babybob
  Enhanced Web Admin Request psycik 1 1,334 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