NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
« Previous 1 … 4 5 6 7 8 … 47 Next »
NEWA v2.15 Server Error (NPVR 3.3.8)

 
  • 0 Vote(s) - 0 Average
NEWA v2.15 Server Error (NPVR 3.3.8)
NIS1169
Offline

Junior Member

Posts: 11
Threads: 1
Joined: Nov 2014
#1
2015-01-04, 07:34 PM (This post was last modified: 2015-01-04, 07:37 PM by NIS1169.)
I'm new to NextPvr, coming from MythTv.

I just installed NPVR for the first time yesterday, and it works fine from the windows application (watch tv, see guide data), but no matter what I do, I can't get NEWA to work. I either get webpage not available or the following server error:

Code:
Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0012: The type 'N_EWA.Global' is defined in an assembly that is not referenced. You must add a reference to assembly 'App_Code.kirt26ct, Version=2.15.5482.19589, Culture=neutral, PublicKeyToken=null'.

Source Error:

Line 273:        }
Line 274:        
Line 275:        protected ASP.global_asax ApplicationInstance {
Line 276:            get {
Line 277:                return ((ASP.global_asax)(this.Context.ApplicationInstance));

Source File: c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\0a635572\38fd2de4\App_Web_newa_cssmasterpage.master.cdcab7d2.ojnur9un.0.cs    Line: 275

Show Detailed Compiler Output:

Show Complete Compilation Source:

I've tried uninstalling and reinstalling both NPVR and .NET v4.5.2. Initially, when I first installed NPVR, I got the error "web page not available", so I deleted NEWA and reinstalled it manually via the wiki. That is when I get the above error.

I get the error when I go to http://localhost:8866/guide2.aspx

When I go to http://localhost:8866/guide.aspx, I get a similar error, the only difference I can tell is the line numbers.

I have also tried deleting the "temporary ASP.NET files" folder and reinstalling NPVR.

I have NDigitalHost, NextPVR, NRecord and NTray as exceptions in my windows firewall.

Attached are my logs. I've also included the Detailed Compiler Output and Complete Compilation Source logs, from the error above.

Any help would be greatly appreciated.

Thanks!

John
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#2
2015-01-05, 09:39 PM
The log shows a reference to a class that is not part of NEWA.... App_Code.kirt26ct

Try this...

1. Stop the NPVR recording service
2. Follow the instructions for loading the version on the wiki to your web directory
http://www.nextpvr.com/nwiki/pmwiki.php?....NEWA#toc4

3. Delete this folder and everything below it: c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\0a635572\
4. Start the NPVR recording service
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
NIS1169
Offline

Junior Member

Posts: 11
Threads: 1
Joined: Nov 2014
#3
2015-01-06, 04:18 AM
Thanks for your reply, unfortunately, it is still not working. This time though, I'm getting "This webpage is not available" from chrome and "This page can’t be displayed" from internet explorer.

I tried the following URLs and got the same message above at all of them:
http://localhost:8866/guide2.aspx
http://localhost:8866/guide.aspx
http://[the machine ip address*]:8866/guide2.aspx
http://[the machine ip address*]:8866/guide.aspx

*obviously, the correct ip numbers, not the wording.

I did everything you suggested.
I double checked to make sure the NPVR Recording Service was started and the NTray was running in the task bar.
I also ensured the following entries are in the windows firewall to allow access:
C:\Program Files (x86)\NPVR\NDigitalHost.exe
C:\Program Files (x86)\NPVR\NextPVR.exe
C:\Program Files (x86)\NPVR\NRecord.exe
C:\Program Files (x86)\NPVR\NTray.exe

Also, there is now no web.log with the current date/time stamp in the logs folder (just the one I already sent you).

I'm going to reboot now and see if I get anything different and will post when done.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,894
Threads: 955
Joined: May 2006
#4
2015-01-06, 04:22 AM
I'd try stopping the recording service, deleting the entire web folder and then reinstalling from the wiki the rhen restart the recording service or reboot.

Martin
NIS1169
Offline

Junior Member

Posts: 11
Threads: 1
Joined: Nov 2014
#5
2015-01-06, 04:32 AM
Thanks Martin, that's exactly what UncleJohnsBand suggested above and I just finished doing.

I also just finished rebooting, and I'm still getting "This webpage is not available" error, but NOT the server error in my first post.

Also, the only new logs are NRecord.log files.

There are no new log files from ndigitialhost-20.log, NPVR.log or web.log. All the logs in the log folder for these are dated from yesterday.

I've attached my NRecord logs from today (current, 1, 2, 3)

Again, thanks for your help, UncleJohnsBand and Martin!

John
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,894
Threads: 955
Joined: May 2006
#6
2015-01-06, 04:38 AM
Ok I meant deleting c:\users\public\npvr\web entirely even the bin folder before reinstalling.

Martin
NIS1169
Offline

Junior Member

Posts: 11
Threads: 1
Joined: Nov 2014
#7
2015-01-06, 05:05 AM
mvallevand Wrote:Ok I meant deleting c:\users\public\npvr\web entirely even the bin folder before reinstalling.

Martin

Ahh, gotcha.

I'll give that a try right now and let you know how it goes.
NIS1169
Offline

Junior Member

Posts: 11
Threads: 1
Joined: Nov 2014
#8
2015-01-06, 05:11 AM
Ok, so I just tried what Martin suggested, and I'm still getting "This webpage is not available". Also, there is no new web.log file in the logs folder.

However, there are new NPVR.log, ndigitalhost-20.log and NRecord.log files.

I'm going to try and reboot and see if that changes anything.
NIS1169
Offline

Junior Member

Posts: 11
Threads: 1
Joined: Nov 2014
#9
2015-01-06, 05:23 AM
Ok, so I rebooted and still same error "This webpage is not available".

I cleared my web browser cache, cookies and history just be sure.

There are new logs for NRecord.log, ndigitalhost-20.log and NPVR.log, which I've attached below.

However, there is no new web.log file.

I double checked my windows firewall settings, and they haven't changed. I also disabled my firewall, both for private and public networks, and retried, but am getting the same "not available" message.

What else can I try?

Thanks guys.
NIS1169
Offline

Junior Member

Posts: 11
Threads: 1
Joined: Nov 2014
#10
2015-01-06, 05:30 AM
Oh, just to be sure we all on on the same page, I've been downloading and installing NEWA version 2.15 and I'm running NPVR v3.3.8.

I have not installed any of the patches on this current installation.

However, the first time I installed NPVR, I did install all of the patches - making sure I installed them in order (so #6 "improve automatic channel-to-epg mapping in some scenarios") was last installed.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Broken X-NEWA Info Link on NextPVR.com cweseloh 4 2,676 2020-05-02, 01:02 AM
Last Post: cweseloh
  Error with Web Admin? jksmurf 0 2,339 2019-06-20, 10:34 AM
Last Post: jksmurf
  gbpvr.com still somewhere in the NEWA code? jksmurf 0 2,062 2019-02-26, 01:29 AM
Last Post: jksmurf
  NEWA scheduled recording update ability broken in 4.2.2 snagglewest 0 2,015 2018-07-11, 12:12 AM
Last Post: snagglewest
  Where does NEWA read the Show name from in the NEWA Web App? jksmurf 3 3,101 2018-07-03, 03:26 AM
Last Post: jksmurf
  Newa snaitaz 8 4,670 2018-05-17, 09:30 PM
Last Post: sub
  NEWA Auto-Search Command Line Interface (CLI) UncleJohnsBand 40 37,594 2018-05-09, 12:50 AM
Last Post: jksmurf
  NPVR-generated errors in Web Config? jksmurf 0 2,035 2018-02-12, 01:33 AM
Last Post: jksmurf
  NEWA modern "NEW" page missing urls??? snagglewest 3 3,394 2017-12-03, 12:48 AM
Last Post: snagglewest
  Server Error in '/' Application smajor 19 16,860 2017-10-27, 12:57 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode