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 … 3 4 5 6 7 … 47 Next »
NEWA not working after upgrading to 3.1.1

 
  • 0 Vote(s) - 0 Average
NEWA not working after upgrading to 3.1.1
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,970
Threads: 956
Joined: May 2006
#11
2014-10-26, 08:22 PM
I would remove

C:\WINDOWS\Microsoft.NET\Framework\v4.0.30139\Temporary ASP.NET Files

and try the install again.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#12
2014-10-26, 09:13 PM
nickaka Wrote:Sorry for the long delay but I started trying some other PVR's but im back. Still having the same problem as before. NEWA works perfectly fine on 2.6.2 but when I upgrade to a newer version of NPVR (this time 3.3.8) NEWA no longer works even after a fresh install from the wiki.

So i was going to upload the web.log file but it looked like it just had the successful login from 2.6.2 so i deleted it, thinking that if i restarted the service it would create a new one but it didn't.So i went back to 2.6.2 checked and NEWA worked. Upgraded to 3.3.8, NEWA stopped working and no new web log was created. Updated NEWA form the wiki, NEWA still doesn't work and no new log created.

To me this seems like NEWA is failing to start hence no new log is created. Keep in mind that even though NEWA no longer works NPVR seems to working fine. I originally tried and a do a fresh install of 3.3.8 but I can't Bulk map my EPG so i needed to start at 2.6.2 to bulk map. Posted for this as well on the forum.

logs attached

mvallevand Wrote:I would remove

C:\WINDOWS\Microsoft.NET\Framework\v4.0.30139\Temporary ASP.NET Files

and try the install again.

If you downloaded from the wiki then you are mixing versions that will not work... what was on the wiki was compatible with the previous release of NPVR but not 3.3.8. I have updated the wiki to now have a link to the version of NEWA that is shipping with NPVR 3.3.8 with is version NEWA 2.15.

Doing what Martin suggested is another good housecleaning item to do and can help with erroneous errors.

After loading from latest version let us know how you make out.
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
liteswap
Offline

Senior Member

Posts: 713
Threads: 70
Joined: Aug 2006
#13
2015-02-16, 11:17 PM
Hmm, I'm having this problem too now. I don't use the web interface much so I've only just noticed that the latest web.log was closed about 2 months ago! Here's the latest log snippet regarding the web server, which seems not to be starting.
Code:
Unexpected error starting web server:
System.AppDomainUnloadedException: The application domain in which the thread was running has been unloaded.
   at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateInstanceInNewWorkerAppDomain(Type type, String appId, VirtualPath virtualPath, String physicalPath)
   at System.Web.Hosting.ApplicationHost.CreateApplicationHost(Type hostType, String virtualDir, String physicalDir)
   at Cassini.Server.CreateHost()
   at Cassini.Server..ctor(Int32 port, String virtualPath, String physicalPath)
   at NRecord.RecordingService.OnStart(String[] args)
2015-02-16 23:12:32.562    [DEBUG][4]    OnStart() complete...
2015-02-16 23:12:35.155    [DEBUG][11]    Client Listener starting on port 7969
Remedial action taken includes a re-install of npvr and manual install of NEWA from the wiki (version 2.15). I've also deleted the temp .NET files as suggested by Martin.

Ideas? Thanks.
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID
[/SIZE] running Plex Media Server

UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#14
2015-02-21, 03:01 AM
liteswap Wrote:Hmm, I'm having this problem too now. I don't use the web interface much so I've only just noticed that the latest web.log was closed about 2 months ago! Here's the latest log snippet regarding the web server, which seems not to be starting.
Code:
Unexpected error starting web server:
System.AppDomainUnloadedException: The application domain in which the thread was running has been unloaded.
   at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateInstanceInNewWorkerAppDomain(Type type, String appId, VirtualPath virtualPath, String physicalPath)
   at System.Web.Hosting.ApplicationHost.CreateApplicationHost(Type hostType, String virtualDir, String physicalDir)
   at Cassini.Server.CreateHost()
   at Cassini.Server..ctor(Int32 port, String virtualPath, String physicalPath)
   at NRecord.RecordingService.OnStart(String[] args)
2015-02-16 23:12:32.562    [DEBUG][4]    OnStart() complete...
2015-02-16 23:12:35.155    [DEBUG][11]    Client Listener starting on port 7969
Remedial action taken includes a re-install of npvr and manual install of NEWA from the wiki (version 2.15). I've also deleted the temp .NET files as suggested by Martin.

Ideas? Thanks.

Stop the service....

Then from the NPVR program folder enter the following command and let me know what happens...

nrecord.exe RUN
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
liteswap
Offline

Senior Member

Posts: 713
Threads: 70
Joined: Aug 2006
#15
2015-02-21, 10:25 AM
Thanks for your help.

I tried starting nrecord.exe using the syntax as you suggested and got this:
Code:
[3] MVPManager thread started
[3] MVP Server: C:\Program Files\NPVR\NextPVR.exe
[1] OnStart()
[1] Using local in-process recording service
[1] RecordingServiceProxy@exit
[1] RecordingService.Startup()
[1] Starting remoting service (on port 8968)
[6] Requesting wake up for 'EPGWAKEUP' at 22/02/2015 03:50
[6] Next EPG update time: 22/02/2015 03:50
[5] RecordingService starting...
[5] PurgeOldDeletes()
[5] Loading recording schedule
[1] Starting web server on: 8866
[1] Setting working directory to: C:\Program Files\NPVR\
[1] Web root: C:\Users\Public\NPVR\web
[5] CancelAllWakeupRequests
[5] Requesting wake up for 'RecordingOID9339' at 21/02/2015 13:57
[5] Requesting wake up for 'RecordingOID9340' at 21/02/2015 15:42
[5] Requesting wake up for 'RecordingOID9341' at 22/02/2015 19:56
[5] Requesting wake up for 'RecordingOID9344' at 22/02/2015 20:57
[5] Requesting wake up for 'RecordingOID9347' at 22/02/2015 20:57
[5] Requesting wake up for 'RecordingOID9043' at 22/02/2015 21:57
[5] Requesting wake up for 'RecordingOID9343' at 25/02/2015 20:57
[5] Requesting wake up for 'RecordingOID9346' at 26/02/2015 18:57
[5] Requesting wake up for 'RecordingOID9342' at 01/03/2015 19:56
[5] Requesting wake up for 'RecordingOID9345' at 01/03/2015 20:57
[5] Requesting wake up for 'RecordingOID9348' at 01/03/2015 20:57
[1] Unexpected error starting web server:
System.AppDomainUnloadedException: The application domain in which the thread wa
s running has been unloaded.
   at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appMan
ager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, Host
ingEnvironmentParameters hostingParameters, PolicyLevel policyLevel)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmen
t(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingPa
rameters)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmen
tAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParam
eters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateInstanceInNewWorkerAppDomain(T
ype type, String appId, VirtualPath virtualPath, String physicalPath)
   at System.Web.Hosting.ApplicationHost.CreateApplicationHost(Type hostType, St
ring virtualDir, String physicalDir)
   at Cassini.Server.CreateHost()
   at Cassini.Server..ctor(Int32 port, String virtualPath, String physicalPath)
   at NRecord.RecordingService.OnStart(String[] args)
[1] OnStart() complete...
[7] Client Listener starting on port 7969
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID
[/SIZE] running Plex Media Server

UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#16
2015-02-21, 09:16 PM (This post was last modified: 2015-02-22, 05:04 AM by UncleJohnsBand.)
liteswap Wrote:Thanks for your help.

I tried starting nrecord.exe using the syntax as you suggested and got this:
Code:
[3] MVPManager thread started
[3] MVP Server: C:\Program Files\NPVR\NextPVR.exe
[1] OnStart()
[1] Using local in-process recording service
[1] RecordingServiceProxy@exit
[1] RecordingService.Startup()
[1] Starting remoting service (on port 8968)
[6] Requesting wake up for 'EPGWAKEUP' at 22/02/2015 03:50
[6] Next EPG update time: 22/02/2015 03:50
[5] RecordingService starting...
[5] PurgeOldDeletes()
[5] Loading recording schedule
[1] Starting web server on: 8866
[1] Setting working directory to: C:\Program Files\NPVR\
[1] Web root: C:\Users\Public\NPVR\web
[5] CancelAllWakeupRequests
[5] Requesting wake up for 'RecordingOID9339' at 21/02/2015 13:57
[5] Requesting wake up for 'RecordingOID9340' at 21/02/2015 15:42
[5] Requesting wake up for 'RecordingOID9341' at 22/02/2015 19:56
[5] Requesting wake up for 'RecordingOID9344' at 22/02/2015 20:57
[5] Requesting wake up for 'RecordingOID9347' at 22/02/2015 20:57
[5] Requesting wake up for 'RecordingOID9043' at 22/02/2015 21:57
[5] Requesting wake up for 'RecordingOID9343' at 25/02/2015 20:57
[5] Requesting wake up for 'RecordingOID9346' at 26/02/2015 18:57
[5] Requesting wake up for 'RecordingOID9342' at 01/03/2015 19:56
[5] Requesting wake up for 'RecordingOID9345' at 01/03/2015 20:57
[5] Requesting wake up for 'RecordingOID9348' at 01/03/2015 20:57
[1] Unexpected error starting web server:
System.AppDomainUnloadedException: The application domain in which the thread wa
s running has been unloaded.
   at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appMan
ager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, Host
ingEnvironmentParameters hostingParameters, PolicyLevel policyLevel)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmen
t(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingPa
rameters)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmen
tAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParam
eters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateInstanceInNewWorkerAppDomain(T
ype type, String appId, VirtualPath virtualPath, String physicalPath)
   at System.Web.Hosting.ApplicationHost.CreateApplicationHost(Type hostType, St
ring virtualDir, String physicalDir)
   at Cassini.Server.CreateHost()
   at Cassini.Server..ctor(Int32 port, String virtualPath, String physicalPath)
   at NRecord.RecordingService.OnStart(String[] args)
[1] OnStart() complete...
[7] Client Listener starting on port 7969

Anything captured in the windows event logs when this occurs?
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
liteswap
Offline

Senior Member

Posts: 713
Threads: 70
Joined: Aug 2006
#17
2015-02-22, 09:06 AM
I got this from the app log, source ASP.NET 4.0.3.0319.0 Not sure if it helps....
Code:
Log Name:      Application
Source:        ASP.NET 4.0.30319.0
Date:          22/02/2015 09:02:00
Event ID:      1325
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      arcturus
Description:
Failed to initialize the AppDomain:aa85f57

Exception: System.AppDomainUnloadedException

Message: The application domain in which the thread was running has been unloaded.

StackTrace:    at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="ASP.NET 4.0.30319.0" />
    <EventID Qualifiers="49152">1325</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2015-02-22T09:02:00.000000000Z" />
    <EventRecordID>41601</EventRecordID>
    <Channel>Application</Channel>
    <Computer>arcturus</Computer>
    <Security />
  </System>
  <EventData>
    <Data>Failed to initialize the AppDomain:aa85f57

Exception: System.AppDomainUnloadedException

Message: The application domain in which the thread was running has been unloaded.

StackTrace:    at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)</Data>
  </EventData>
</Event>
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID
[/SIZE] running Plex Media Server

liteswap
Offline

Senior Member

Posts: 713
Threads: 70
Joined: Aug 2006
#18
2015-02-22, 06:49 PM (This post was last modified: 2015-02-22, 06:57 PM by liteswap.)
And I'm now getting this error in the browser run on the same machine (so attempting to connect to localhost) where before I simply got a cannot connect error:
Code:
Server Error in '/' Application.
The current identity (NT AUTHORITY\SYSTEM) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files'.
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: The current identity (NT AUTHORITY\SYSTEM) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files'.

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): The current identity (NT AUTHORITY\SYSTEM) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files'.]
   System.Web.HttpRuntime.SetUpCodegenDirectory(CompilationSection compilationSection) +700
   System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags, PolicyLevel policyLevel, Exception appDomainCreationException) +231

[HttpException (0x80004005): The current identity (NT AUTHORITY\SYSTEM) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files'.]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +554
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +95
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +449
I haven't altered any security permissions, nor changed how the NET service runs. I am experimenting now with running nrecord.exe as a local user rather than as system in order to facilitate NPVR recording directly to a NAS, but I'm not convinced this would make a difference, as I tried browser access after I changed nrecord.exe back to running under the system account, with the same result as you see here.

UPDATE: And now it starts to get messy. I dug around for the folder that the browser error suggested was a permissions problem. It didn't exist, so I created it, and the error has now changed to this:
Code:
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level.  This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error:


Line 77:            by Microsoft that offers a single logon and core profile services for member sites.
Line 78:     -->
Line 79:     <authentication mode="Forms">
Line 80:       <forms name=".ASPXAUTH" loginUrl="logon.aspx" protection="All" timeout="30" slidingExpiration ="true" cookieless="UseDeviceProfile" />
Line 81:     </authentication>


Source File: C:\Users\Public\NPVR\web\app_code\web.config    Line: 79
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID
[/SIZE] running Plex Media Server

mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,970
Threads: 956
Joined: May 2006
#19
2015-02-22, 11:27 PM
That missing folder is created by then installer, delete it and run the installer again. In the Installer Details you should see this line at the very end.

Create folder: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files

Letting the installer does it ensure you have the correct permissions.

Martin
liteswap
Offline

Senior Member

Posts: 713
Threads: 70
Joined: Aug 2006
#20
2015-02-23, 09:23 AM
Umm, when you say the installer, you mean the .NET installer - InstallUtil.exe? Surely not...

I have no installer for NEWA - I just copy everything from the NEWA zip file into NPVR's web folder. What am I missing here?
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID
[/SIZE] running Plex Media Server

« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Broken X-NEWA Info Link on NextPVR.com cweseloh 4 2,746 2020-05-02, 01:02 AM
Last Post: cweseloh
  gbpvr.com still somewhere in the NEWA code? jksmurf 0 2,088 2019-02-26, 01:29 AM
Last Post: jksmurf
  NEWA scheduled recording update ability broken in 4.2.2 snagglewest 0 2,037 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,148 2018-07-03, 03:26 AM
Last Post: jksmurf
  Newa snaitaz 8 4,711 2018-05-17, 09:30 PM
Last Post: sub
  NEWA Auto-Search Command Line Interface (CLI) UncleJohnsBand 40 37,927 2018-05-09, 12:50 AM
Last Post: jksmurf
  NEWA modern "NEW" page missing urls??? snagglewest 3 3,429 2017-12-03, 12:48 AM
Last Post: snagglewest
  Difference between NPVR and NEWA recordings lists Bobins 4 5,131 2017-09-27, 10:16 PM
Last Post: Bobins
  Legacy NEWA stu2j 4 4,536 2017-07-19, 12:21 AM
Last Post: stu2j
  Open classic EPG in NEWA very slow Peter Ingham 11 6,808 2017-04-21, 12:35 AM
Last Post: Peter Ingham

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

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

Linear Mode
Threaded Mode