NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR iOS and AppleTV Clients v
« Previous 1 2 3 4 5 6 Next »
Updated to 1.3, cannot add server anymore (remotely)

 
  • 0 Vote(s) - 0 Average
Updated to 1.3, cannot add server anymore (remotely)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#21
2016-10-09, 07:14 AM
Thinking about it. I'm guessing both your problems are related.

If you run "ipconfig /all" in a command prompt, is 192.168.150.90 listed in the IP address assigned to your machine? My guess is it's a virtual adapter for VM software or something similiar you've got installed, and maybe the NextPVR recording service is incorrectly detecting this as your IP address, and reporting it to clients trying to discover the NextPVR server. If that's the case, I should able to give you an updated NRecord.exe to resolve.
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#22
2016-10-09, 02:16 PM
sub Wrote:Thinking about it. I'm guessing both your problems are related.

If you run "ipconfig /all" in a command prompt, is 192.168.150.90 listed in the IP address assigned to your machine? My guess is it's a virtual adapter for VM software or something similiar you've got installed, and maybe the NextPVR recording service is incorrectly detecting this as your IP address, and reporting it to clients trying to discover the NextPVR server. If that's the case, I should able to give you an updated NRecord.exe to resolve.

Just a possible idea here... I just stopped and restarted my recording service to make sure it was using the latest config.xml (where I had adjusted the Schedules Direct days to download). The first time I tried, I immediately restarted the recording service after stopping it. And looking in the NRecord.log file, I saw:
Code:
2016-10-09 08:54:10.418    [INFO][4]    RecordingService.Startup()
2016-10-09 08:54:10.418    [INFO][4]    Starting remoting service (on port 8968)
2016-10-09 08:54:10.458    [ERROR][4]    Error listing for recording service interface: System.Net.Sockets.SocketException (0x80004005): Only one usage of each socket address (protocol/network address/port) is normally permitted
   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
   at System.Net.Sockets.TcpListener.Start(Int32 backlog)
   at System.Runtime.Remoting.Channels.ExclusiveTcpListener.Start(Boolean exclusiveAddressUse)
   at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.StartListening(Object data)
   at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.SetupChannel()
   at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor(Int32 port)
   at NShared.RecordingService.Startup()
2016-10-09 08:54:10.458    [INFO][13]    ServiceLocatorThread() Hostname:  Wally
2016-10-09 08:54:10.463    [DEBUG][10]    Requesting wake up for 'EPGWAKEUP-backup' at 10/10/2016 3:46 AM
2016-10-09 08:54:10.463    [DEBUG][10]    Requesting wake up for 'EPGWAKEUP' at 10/10/2016 3:46 AM
2016-10-09 08:54:10.463    [DEBUG][10]    Next EPG update time: 10/10/2016 3:46 AM
2016-10-09 08:54:10.473    [INFO][9]    RecordingService starting...
2016-10-09 08:54:10.473    [DEBUG][9]    Doing database vacuum
2016-10-09 08:54:10.483    [INFO][13]    IP Address: 192.168.143.10
2016-10-09 08:54:10.483    [ERROR][13]    Unexpected error in service locator thread: System.Net.Sockets.SocketException (0x80004005): Only one usage of each socket address (protocol/network address/port) is normally permitted
   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
   at System.Net.Sockets.UdpClient..ctor(Int32 port, AddressFamily family)
   at NRecord.RecordingService.LocatorThread()
2016-10-09 08:54:10.483    [INFO][4]    Starting web server on: 8866

So, I think that it was trying to begin listening on sockets which had not completely closed down yet and got an error. I'm wondering if ga_mueller might have done the same thing (restarting Recording Service too quickly). When I tried again and waited a little bit before starting the Recording service back up, everything worked just fine.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#23
2016-10-09, 04:07 PM
Yep, could be that. I've seen Windows hold on to the socket for a little while before it's freed up. When this happens, killing the client can also help get it freed up quicker. Alternatively, try after a reboot.
ga_mueller
Offline

Senior Member

Posts: 471
Threads: 31
Joined: Oct 2009
#24
2016-10-10, 04:28 AM
I ran ipconfig /all on my nextpvr server, and it's the IP address of my DCR-2650, on my server! This is no biggee, I was just curious what was going on... hadn't thought it was a network device. I can wait until the next release to sort it out... thanks!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#25
2016-10-10, 06:20 AM
ga_mueller Wrote:I ran ipconfig /all on my nextpvr server, and it's the IP address of my DCR-2650, on my server! This is no biggee, I was just curious what was going on... hadn't thought it was a network device. I can wait until the next release to sort it out... thanks!
Give this patch a go. Hopefully it'll fix it. If not, you might need to supply the output of ipconfig /all, so I can check what your configuration looks like.
ga_mueller
Offline

Senior Member

Posts: 471
Threads: 31
Joined: Oct 2009
#26
2016-10-11, 12:14 AM
sub Wrote:Give this patch a go. Hopefully it'll fix it. If not, you might need to supply the output of ipconfig /all, so I can check what your configuration looks like.

After copying over NRecord.exe, I deleted the DCR-2650 IP, and now the app opens immediately to the correct server. btw, my wife LOVES this app on her Ipad mini for watching television... thanks!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#27
2016-10-11, 12:20 AM
ga_mueller Wrote:After copying over NRecord.exe, I deleted the DCR-2650 IP, and now the app opens immediately to the correct server. btw, my wife LOVES this app on her Ipad mini for watching television... thanks!
That's great!
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  iOS app (and tvOS) set user/password to server psycik 4 428 2025-02-08, 04:42 PM
Last Post: sub
  Apple TV 4k app not finding NextPVR (Docker) server stash201518 16 6,217 2023-10-08, 02:49 AM
Last Post: mvallevand
  Remove invalid server dongna 4 1,331 2022-01-04, 06:57 PM
Last Post: sub
  iPad 2 updated NextPVR app and not sure it should have but now app constantly crashes SithPVR 11 5,082 2019-07-18, 07:53 PM
Last Post: sub
  Apple TV - Searching for NextPVR server... cpaix 2 2,831 2019-05-02, 05:53 AM
Last Post: furball
  NextPVR App on Apple TV Timer not updated after pause pascalb 0 1,872 2019-01-10, 04:11 AM
Last Post: pascalb
  Stutter when server being used ydekmekji 4 3,645 2016-10-28, 04:49 PM
Last Post: ydekmekji
  Works great at home, but I connot get it to work remotely. relink2013 21 10,823 2016-10-19, 04:25 PM
Last Post: relink2013

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

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

Linear Mode
Threaded Mode