NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 957 958 959 960 961 … 1231 Next »
System.Net.Sockets.SocketException: A system call that should never fail has failed

 
  • 0 Vote(s) - 0 Average
System.Net.Sockets.SocketException: A system call that should never fail has failed
mixedup
Offline

Senior Member

Posts: 254
Threads: 43
Joined: Oct 2005
#1
2005-10-15, 11:41 PM (This post was last modified: 2005-10-16, 12:39 AM by mixedup.)
Hi,

I have had a problem with LIVE TV not working in the mornings until after a manually restart the RECORDING SERVICE. The error in the logs is:

System.Net.Sockets.SocketException: A system call that should never fail has failed
Server stack trace:
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)


I have discovered
  • if I close down CYBERSITTER (filtering software) that this fixes the problem, however looking through the CYBERSITTER logs I'm yet to understand how this is occuring.
  • Interestingly though normally there is no problem, but seems to occur overnight (i.e. 95% of the time GB-PVR and cybersiter work together fine)
  • When I restart the gbpvr recording service, then this also fixes the problem & I can run cybersitter with gbpvr no problems

Does anyone have an experience here? Does the GB-PVR recording service have a need to make calls out to other processes or internet periodically? Perhaps it call to EPG during the morning could trigger something? It seems that either the recording service is holding onto an old network handle or something like this???

I guess I'm trying to determine how to keep my filtering software running such that it doesn't impact GB-PVR?

Tks

FULL EXCEPTION

16/10/2005 10:30:03 AM.189 ERROR [2] Error: msg=0x202 (WM_LBUTTONUP) hwnd=0x85056c wparam=0x0 lparam=0x1e5026f result=0x0 : System.Net.Sockets.SocketException: A system call that should never fail has failed

Server stack trace:
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Runtime.Remoting.Channels.SocketStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Runtime.Remoting.Channels.SocketHandler.ReadFromSocket(Byte[] buffer, Int32 offset, Int32 count)
at System.Runtime.Remoting.Channels.SocketHandler.BufferMoreData()
at System.Runtime.Remoting.Channels.SocketHandler.Read(Byte[] buffer, Int32 offset, Int32 count)
at System.Runtime.Remoting.Channels.Tcp.TcpFixedLengthReadingStream.ReadByte()
at System.IO.BinaryReader.FillBuffer(Int32 numBytes)
at System.IO.BinaryReader.ReadByte()
at System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord.Read(__BinaryParser input)
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadSerializationHeaderRecord()
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()
at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, IMethodCallMessage methodCallMessage)
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, IMethodCallMessage methodCallMessage)
at System.Runtime.Remoting.Channels.CoreChannel.DeserializeBinaryRequestMessage(String objectUri, Stream inputStream, Boolean bStrictBinding, TypeFilterLevel securityLevel)
at System.Runtime.Remoting.Channels.BinaryServerFormatterSink.ProcessMessage(IServerChannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders requestHeaders, Stream requestStream, IMessage& responseMsg, ITransportHeaders& responseHeaders, Stream& responseStream)

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 GBPVR.Backend.Common.IRecordingService.StartRecordingLiveTV(Int32 x70cd72e44179c0c2, Boolean x03f525c749695de4, Int32 x164f120fb8d3ddc7, String& x8b1d9e3189e6e73d, Int32& x73dd716c35ea457b)
at xd426863f4d052758.x396614b3dae3b1da.x61c7ab80971faf0d(Int32 x70cd72e44179c0c2)
at xae10db17d26ba033.xb3e61f7448c39547.x4276385f71addb51(Channel xee500015fb4a65b6)
at xae10db17d26ba033.xb3e61f7448c39547.x4276385f71addb51()
at xae10db17d26ba033.x4a212861656a24dd.x3852f96f8dab4cab()
at xae10db17d26ba033.x572d4361c9c5b8cd.Activate()
at xae10db17d26ba033.x86396f56243de9fb.OnClick(Point x86c5d1b33f169350)
at xae10db17d26ba033.xbb1566157f5f8b1f.xf1b04f0b61b2ba29(Object xdf2e3583f942db7b, EventArgs xc4f45905cb1fc7ba)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at xae10db17d26ba033.xbb1566157f5f8b1f.WndProc(Message& x5f8f2c40c000ab2c)
VisionPlus Twinhan Tuner Card
2005 MCE Remote
Girder (for remote key remapping)
Shared PC/GB-PVR functions (via secondary display & AV sender)
AMD Athlon 64 X2 Dual Core (4200, 2.21GHz), 1 GB RAM, 2 x HDD (300GB HDD for video)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,814
Threads: 769
Joined: Nov 2003
#2
2005-10-16, 02:22 AM
Yes, its probably the EPG update process triggering this.

You'll need to find a way to configure Cybersittier so that GB-PVR is allow to perform this action.
mixedup
Offline

Senior Member

Posts: 254
Threads: 43
Joined: Oct 2005
#3
2005-10-16, 03:35 AM
thanks sub

Can you briefly describe the type of call the recording service makes to help me out? (i.e. network, http, file etc?) Also what the target address/location for the recording service call? (e.g. local, or is there a reason for it to make a network call to internet? - I had noted Zone alarm flickers to I think was the gbpvr service)

Thanks again
VisionPlus Twinhan Tuner Card
2005 MCE Remote
Girder (for remote key remapping)
Shared PC/GB-PVR functions (via secondary display & AV sender)
AMD Athlon 64 X2 Dual Core (4200, 2.21GHz), 1 GB RAM, 2 x HDD (300GB HDD for video)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,814
Threads: 769
Joined: Nov 2003
#4
2005-10-16, 05:32 AM
The recording server acts as a server waiting for requests via TCPIP from GBPVR.exe or GBPVRTray.exe. This communication happens all the time.

If you have the web server enabled, the recording server will also accept HTTP requests on the web server port you configured.

When it updates the EPG, it can also go out across the internet - the site and port numbers depend on what EPG plugin you're using.
mixedup
Offline

Senior Member

Posts: 254
Threads: 43
Joined: Oct 2005
#5
2005-10-16, 05:58 AM
In my case I don't have the webserver enabled, and the EPG is an xmltv feed which points to a local xml file. I guess this implies that my filtering software is detecting/"putting in scope" local calls between the gbpvr components.
VisionPlus Twinhan Tuner Card
2005 MCE Remote
Girder (for remote key remapping)
Shared PC/GB-PVR functions (via secondary display & AV sender)
AMD Athlon 64 X2 Dual Core (4200, 2.21GHz), 1 GB RAM, 2 x HDD (300GB HDD for video)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,814
Threads: 769
Joined: Nov 2003
#6
2005-10-16, 06:22 AM
Quote:and the EPG is an xmltv feed which points to a local xml file.
If your XMLTV file has icon urls it can also go out to check these.
mixedup
Offline

Senior Member

Posts: 254
Threads: 43
Joined: Oct 2005
#7
2005-10-16, 06:32 AM
ahh, thats interesting. After checking my xmltv file I don't see any external references except for the following, inserted below (which I don't think would trigger a call, i.e. the source URL, and channel id's)

Actually I do run My Pictures and My Music however. I see album art coming up sometimes within the My Music pages & hadn't had a chance to find out how it was discovering this, however this doesn't have anything to do with the gbpvr recording service I wouldn't have thought?


--------xmltv output extract----------
<tv source-info-url="http://tvguide.ninemsn.com.au" source-info-name="NMSN TV Guide" generator-info-name="XMLTV - tv_grab_au NMSN v1.40">
<channel id="qld.abc.gov.au">
<display-name lang="en">ABC QLD</display-name>
</channel>
------------------------
VisionPlus Twinhan Tuner Card
2005 MCE Remote
Girder (for remote key remapping)
Shared PC/GB-PVR functions (via secondary display & AV sender)
AMD Athlon 64 X2 Dual Core (4200, 2.21GHz), 1 GB RAM, 2 x HDD (300GB HDD for video)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,814
Threads: 769
Joined: Nov 2003
#8
2005-10-16, 06:57 AM
Quote:Actually I do run My Pictures and My Music however. I see album art coming up sometimes within the My Music pages & hadn't had a chance to find out how it was discovering this, however this doesn't have anything to do with the gbpvr recording service I wouldn't have thought?
No, that traffic isnt generated by the recording service. It'll be from gbpvr.exe

Quote:ahh, thats interesting. After checking my xmltv file I don't see any external references except for the following, inserted below (which I don't think would trigger a call, i.e. the source URL, and channel id's)

<tv source-info-url="http://tvguide.ninemsn.com.au" source-info-name="NMSN TV Guide" generator-info-name="XMLTV - tv_grab_au NMSN v1.40">
<channel id="qld.abc.gov.au">
<display-name lang="en">ABC QLD</display-name>
</channel>
I dont think either of these would cause network access.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Recordings and live TV fail with TS mux dvasco 4 2,809 2011-06-22, 05:47 PM
Last Post: dvasco
  dvbtoxml fail on Win7 x64 engnz 21 6,709 2011-04-10, 04:55 PM
Last Post: sub
  "Failed to submit the Tune Request to the Network Provider" Error? jksmurf 4 2,545 2010-12-17, 02:09 PM
Last Post: jksmurf
  Failed recording after 12/10 Engineer_Ted 7 2,647 2010-12-15, 05:11 PM
Last Post: Engineer_Ted
  Recording Failed!! Roadrunner1991 1 1,591 2010-12-03, 03:29 PM
Last Post: Roadrunner1991
  tunningAssistant: Failed to find Crossbar Zack63 4 3,002 2010-10-20, 03:36 PM
Last Post: Zack63
  recording service locks up - have to restart whole system StevHodge 8 3,834 2010-10-17, 07:38 PM
Last Post: johnsonx42
  No sound on PVR500's recordings in multi card system ericbiermann 0 1,106 2010-05-04, 08:50 PM
Last Post: ericbiermann
  connectpins failed drbenjamin 2 1,722 2010-04-24, 02:51 PM
Last Post: drbenjamin
  EPG failed Skink 6 2,685 2010-04-08, 03:15 AM
Last Post: johnsonx42

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

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

Linear Mode
Threaded Mode