NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 96 97 98 99 100 … 102 Next »
v5 Error on starting Server?

 
  • 0 Vote(s) - 0 Average
v5 Error on starting Server?
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#1
2019-09-08, 05:17 AM
Hi sub

OK took the v5 plunge, unzipped the entire zip file directly with 4,559 Files, 55 Folders to C:\Program Files (x86)\NextPVR (where all the files reside).

I did not put the binaries in a separate Directory anywhere (but was curious as to how the binaries would know where all those other files are).

Found NextPVRServer.exe ran as admin and got the attached?

Am I instruction-challenged?

k.

[SUB][SUP]
[/SUP][/SUB]
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#2
2019-09-08, 05:28 AM
Do you have NextPVR v4 on same machine? Both version use the same UDP port for their service locator (used by the iOS, AppleTV, and Android apps to locate NextPVR). If you're not using any of those you can safely ignore that service locator error.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#3
2019-09-08, 05:39 AM (This post was last modified: 2019-09-08, 05:49 AM by jksmurf.)
sub Wrote:Do you have NextPVR v4 on same machine? Both version use the same UDP port for their service locator (used by the iOS, AppleTV, and Android apps to locate NextPVR). If you're not using any of those you can safely ignore that service locator error.

Yes I do. OK, will ignore.

The next challenge is changing the port; I started NextPVR from the directory and got this error. I cannot get a (right-click Settings screen). There is no option for it? There is also no config.xml generated which I can change the port to 8867?

EDIT - Got a settings menu but see below.

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#4
2019-09-08, 05:47 AM (This post was last modified: 2019-09-08, 05:55 AM by jksmurf.)
I love it when I try new stuff because I know I am going to stress test it for you, so you can plug the holes dummies like me find in the system :-).

OK so trying twice I finally got a settings menu BUT

Clicking either Configure NextPvrServer OR Devices and Channels gives me the Browser Error below.
Trying to send you logs... but cannot do that either ??

I'm guessing the settings issue is due to the port - I see 8866 which is the old one; but as above no possibility (for me) to change it?
k.

[EDIT] Tried to create a config.xml from Config-master-dont-edit.xml to change the Port but could not save the Config.xml. So saved it outside of the directory, changed port, saved it back again. Still not working?
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#5
2019-09-08, 05:55 AM
That web browser error message is NextPVR v4, where you're asking it for a page that doesn't exist. I think that screenshot with the 500 internal server error is also because it's trying to talk to v4.

It's probably a pretty easy fix. Stop NextPVRServer.exe and NextPVR.exe. Edit c:\users\public\NPVR-data\config.xml to change <Port> from 8866, to something else like 8867. Then restart NextPVRServer.exe, and you should then be able to get to http://localhost:8867/index.html
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#6
2019-09-08, 06:04 AM
sub Wrote:That web browser error message is NextPVR v4, where you're asking it for a page that doesn't exist. I think that screenshot with the 500 internal server error is also because it's trying to talk to v4.

It's probably a pretty easy fix. Stop NextPVRServer.exe and NextPVR.exe. Edit c:\users\public\NPVR-data\config.xml to change <Port> from 8866, to something else like 8867. Then restart NextPVRServer.exe, and you should then be able to get to http://localhost:8867/index.html

Sub I'm confused - does this mean change the npvr config.xml ? because I don't have a c:\users\public\NPVR-data\config.xml I have a c:\users\public\NPVR\config.xml (NPVR4). NPVR5 was extracted to C:\Program Files (x86)\NextPVR and C:\Program Files (x86)\NextPVR\data doesn't contain a config.xml as noted above? As it's a zip extract there is no install process going on right?
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#7
2019-09-08, 06:16 AM
sub Wrote:It's probably a pretty easy fix. Stop NextPVRServer.exe and NextPVR.exe. Edit c:\users\public\NPVR-data\config.xml to change <Port> from 8866, to something else like 8867. Then restart NextPVRServer.exe, and you should then be able to get to http://localhost:8867/index.html

OK so using Stop Server and Task manager I killed the NPVR4 Server and Tray Icon.

I then restarted the NPVR5 Server ([I noticed the Error in my 1st post was gone when I did this; This closing of NPVR4 Tray and stopping the NPVR4 Server should be in the Sticky for the install for same-machine installs]. I then found config.xml in C:\Users\Public\NPVR-data (which had now been created).

I then tied to go into the settings to configure the Server; but …. it still failed to find it? Logs still won't work so cannot send.
I checked the config.xml in C:\Users\Public\NPVR-data and it still has 8867 so that's stuck OK.

Any ideas?
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#8
2019-09-08, 06:18 AM
jksmurf Wrote:Sub I'm confused - does this mean change the npvr config.xml ? because I don't have a c:\users\public\NPVR-data\config.xml I have a c:\users\public\NPVR\config.xml (NPVR4). NPVR5 was extracted to C:\Program Files (x86)\NextPVR and C:\Program Files (x86)\NextPVR\data doesn't contain a config.xml as noted above? As it's a zip extract there is no install process going on right?
You'd usually have c:\users\public\NPVR-data\config.xml.

Quote:I then tied to go into the settings to configure the Server; but …. it still failed to find it? Logs still won't work so cannot send.
I checked the config.xml in C:\Users\Public\NPVR-data and it still has 8867 so that's stuck OK.
What is the first page of output you get when you run NextPVRServer.exe?
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#9
2019-09-08, 06:20 AM
sub Wrote:You'd usually have c:\users\public\NPVR-data\config.xml.

What is the first page of output you get when you run NextPVRServer.exe?

After I stopped all the servers/Tray Icons and ran NextPVRServer.exe I found that Dir. See above for "what happened next …. "
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#10
2019-09-08, 06:24 AM
Regarding being unable to get to http://localhost:8867/settings.html, zip and attach the C:\Users\Public\NPVR-data\logs directory.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  server service not running Brucek2839 1 154 2025-06-19, 01:17 PM
Last Post: mvallevand
  Windows could not start the NextPVR Service service on Local Computer Error 193:0xc1 Jimmyts100 7 5,920 2025-06-18, 06:26 PM
Last Post: jcole998
  error: No tuner was available for the requested channel jzk 3 397 2025-04-19, 03:30 PM
Last Post: mvallevand
  Video image error on software kellanphil 1 290 2025-02-28, 04:11 AM
Last Post: sub
  reinstall and configuration buttons do not work to configure the server. kindeshaun@gmail.com 6 621 2025-02-21, 05:17 AM
Last Post: kindeshaun@gmail.com
  EPG Script Error? RedDevilJoe 4 433 2025-02-01, 01:16 AM
Last Post: RedDevilJoe
  Starting Device:please wait JohnMark 14 1,172 2025-01-19, 02:24 PM
Last Post: mvallevand
  FritzBox 6490 - No Server found Rickman74 17 3,017 2024-11-30, 01:15 PM
Last Post: Bobins
  Error 400 wakecars067 16 2,267 2024-09-15, 11:59 PM
Last Post: mvallevand
  nlite client -server option has stopped working meccano 4 604 2024-08-31, 08:23 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