NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 381 382 383 384 385 … 433 Next »
Error Unable to Communicate with Recording Service

Error Unable to Communicate with Recording Service
ottoguy
Offline

Member

Posts: 190
Threads: 62
Joined: Mar 2005
#1
2011-01-09, 09:44 PM
I keep getting two errors when trying to enter Live Tv. "Unable to Communicate with Recording Service" or "Unable to find an available tuner". More often it is the communication with the recording service. This is all on one pc, no mvps, clients, or nmt's. I have 3 tuners, Hauppauge PVR USB2, Hauppauge 250, and Hauppauge 1800. The 250 doesn't work in Windows 7 64 bit so it's not in use. With just the PVR USB2 NPVR works great. However as soon as I put the 1800 in the computer nothing works. I get the above errors. The logs show sometimes an "Attempt to read protected memory" I have ran windows 7 memory test and re-seated the dimms. The same hardware works fine with windows xp and gbpvr. (dual boot). I have turned off windows firewall, and there is no virus protection or other such program running. It is a fresh install of windows with NPVR, and IRServer Suite. Any suggestions would be greatly appreciated. I am running the newest version of NPVR.

The NPVR.log file doesn't show much as right now the program crashes as soon as it opens. The NPVR.log.2 is the last time it ran and I was receiving the communication errors.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#2
2011-01-09, 09:52 PM
You seem to be having problems with the hardware encoders on your device(s), which was addressed by a patch a couple weeks ago. Perhaps you have not applied the latest patch archive? see post 2 in the sticky linked in my signature.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
ottoguy
Offline

Member

Posts: 190
Threads: 62
Joined: Mar 2005
#3
2011-01-10, 02:09 AM
That fixed it. Wish I had see that earlier. I read through the patches, but didn't see any that seemed to apply.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#4
2011-01-10, 03:12 AM
ottoguy Wrote:That fixed it. Wish I had see that earlier. I read through the patches, but didn't see any that seemed to apply.
Patch 12 was most likely what fixed your issue. However as explained therein, everyone is supposed to just install the patches first and ask questions later.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
codex
Offline

Junior Member

Posts: 5
Threads: 0
Joined: Feb 2011
#5
2011-02-08, 09:41 AM
Sorry to dig up an old thread, getting the same problem as the original poster, but I've installed all the patches and it still doesn't work. I'm running vista and installed the original app with administrator privileges, I then stopped the nrecord service, unblocked the zip file and extracted over the existing files using vista explorer. The TV capture card is found fine and even scans through and finds all the channels, but when I go to live tv I just get 'Error Unable to Communicate with Recording Service'
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,624
Threads: 148
Joined: Mar 2006
#6
2011-02-08, 10:58 AM
Maybe a stupid question, but you did re-start the recording service after you copied over the files didn't you?
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#7
2011-02-08, 11:16 AM
Jaggy Wrote:Maybe a stupid question, but you did re-start the recording service after you copied over the files didn't you?

And even more important; did you stop recording service prior to copying the patch-files? Some of the .dll's are in use if recording service is running.

"I'd rather have a bottle in front of me than a frontal lobotomy"
codex
Offline

Junior Member

Posts: 5
Threads: 0
Joined: Feb 2011
#8
2011-02-08, 01:41 PM
Yes, stopped service before I copied the patch files (they all copied across over the top of the other files fine), then restarted the service. I've even tried running NPVR as administrator and no luck. Are there any log files that may help (and if so, how do I access them?).
codex
Offline

Junior Member

Posts: 5
Threads: 0
Joined: Feb 2011
#9
2011-02-08, 02:33 PM
OK, found the logs, this seems to be the important bit:


2011-02-08 13:40:38.830 [ERROR][1] Unexpected socket exception calling StartStream(): System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it ::1:8968

Server stack trace:
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket(EndPoint ipEndPoint)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket()
at System.Runtime.Remoting.Channels.RemoteConnection.GetSocket()
at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortAndSid, Boolean openNew)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at NShared.IRecordingService.StartStream(Int32 channelOID, String target, Int32 previousHandle, ChannelMapping& channelMapping, String& reason)
at NShared.RecordingServiceProxy.StartStream(Int32 channelOID, String target, Int32 previousHandle, ChannelMapping& channelMapping, String& reason)
2011-02-08 13:40:40.940 [INFO][1] Exiting...
2011-02-08 13:40:40.940 [INFO][1] Done.



As far as I can tell the nrecord service seem to be running OK on my machine.
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#10
2011-02-08, 03:01 PM
That's a firewall problem, you need to allow Nrecord.exe and NextPVR.exe through the firewall, and maybe open ports 8968 and 8866.

"I'd rather have a bottle in front of me than a frontal lobotomy"
« 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
  Recording movies / TV to XBMC directory stucture spinnaker 10 3,311 2024-06-03, 03:56 AM
Last Post: Rod Hutchinson
  Not recording errors vidwiz 4 849 2024-04-17, 05:39 PM
Last Post: mvallevand
  Add Series/Episode Info to Recording Metadata andrewj 2 936 2023-11-20, 03:42 PM
Last Post: sub
  Unable to access tuner after hibernation bm_00 1 1,171 2022-12-12, 02:00 PM
Last Post: mvallevand
  Recording to a network drive woes. 2leftfeet 12 7,033 2022-04-05, 08:03 PM
Last Post: mvallevand
  device needed for recording David209 2 1,670 2021-04-04, 08:47 AM
Last Post: David209
  PC not going to sleep after recording LeoL 7 3,130 2021-04-01, 07:17 PM
Last Post: Handy.Man
  HDHomerun recording bizzarely not working Jean0987654321 3 1,952 2021-03-27, 03:23 PM
Last Post: Jean0987654321
  Mouse Click on TV Guide throws an error mlopez1007 2 1,377 2021-03-22, 11:33 AM
Last Post: Graham
Video Restrict Recording Space foucomm 1 1,271 2021-01-30, 09:25 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