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 … 28 29 30 31 32 … 47 Next »
Error deleting Pending Recording

 
  • 0 Vote(s) - 0 Average
Error deleting Pending Recording
pbb
Offline

Member

Posts: 229
Threads: 62
Joined: Feb 2005
#1
2008-03-18, 11:41 AM (This post was last modified: 2008-03-18, 02:41 PM by pbb.)
I get the following error when I try to delete a pending recording. The Anonmymous user in IIS has full control of the gbpvr directory. The strange thing is if I click the "Back" button on my browser and refresh the page (Manage Recordings), the show was actually deleted. There is no firewall on this machine (Windows XP firewall is also turned off), and the recording service is running.


No connection could be made because the target machine actively refused it 127.0.0.1:7968
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.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:7968

Source Error:


Line 66: public override void CancelScheduledRecording(ScheduledRecording scheduledRecording)
Line 67: {
Line 68: scheduleHelper.CancelScheduledRecording(scheduledRecording);
Line 69: }
Line 70:


Source File: c:\Program Files\devnz\gbpvr\web\App_Code\classes\GBPVRSchedule.cs Line: 68

Stack Trace:


[SocketException (0x274d): No connection could be made because the target machine actively refused it 127.0.0.1:7968]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +2668969
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +717
GBPVR.Backend.Common.IRecordingService.x79e3b364da249e5e() +0
GBPVR.Backend.Common.x396614b3dae3b1da.xf85b355181643b0b(ScheduledRecording x80313dfa78d0a316) +1660
GBPVR.Backend.Common.x396614b3dae3b1da.x5e29b479fd4eab70(ScheduledRecording xe41d2b9d98dc1269, Boolean x29a0b54a36a7fcdf) +223
GBPVR.Backend.Common.ScheduleHelper.CancelScheduledRecording(ScheduledRecording scheduledRecording) +219
GBPVRSchedule.GBPVRSchedule.CancelScheduledRecording(ScheduledRecording scheduledRecording) in c:\Program Files\devnz\gbpvr\web\App_Code\classes\GBPVRSchedule.cs:68
gbweb.Manage.Page_Load(Object sender, EventArgs e) in c:\Program Files\devnz\gbpvr\web\Manage.aspx.cs:202
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#2
2008-03-18, 07:52 PM
pbb Wrote:I get the following error when I try to delete a pending recording. The Anonmymous user in IIS has full control of the gbpvr directory. The strange thing is if I click the "Back" button on my browser and refresh the page (Manage Recordings), the show was actually deleted. There is no firewall on this machine (Windows XP firewall is also turned off), and the recording service is running.


No connection could be made because the target machine actively refused it 127.0.0.1:7968
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.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:7968

Source Error:


Line 66: public override void CancelScheduledRecording(ScheduledRecording scheduledRecording)
Line 67: {
Line 68: scheduleHelper.CancelScheduledRecording(scheduledRecording);
Line 69: }
Line 70:


Source File: c:\Program Files\devnz\gbpvr\web\App_Code\classes\GBPVRSchedule.cs Line: 68

Stack Trace:


[SocketException (0x274d): No connection could be made because the target machine actively refused it 127.0.0.1:7968]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +2668969
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +717
GBPVR.Backend.Common.IRecordingService.x79e3b364da249e5e() +0
GBPVR.Backend.Common.x396614b3dae3b1da.xf85b355181643b0b(ScheduledRecording x80313dfa78d0a316) +1660
GBPVR.Backend.Common.x396614b3dae3b1da.x5e29b479fd4eab70(ScheduledRecording xe41d2b9d98dc1269, Boolean x29a0b54a36a7fcdf) +223
GBPVR.Backend.Common.ScheduleHelper.CancelScheduledRecording(ScheduledRecording scheduledRecording) +219
GBPVRSchedule.GBPVRSchedule.CancelScheduledRecording(ScheduledRecording scheduledRecording) in c:\Program Files\devnz\gbpvr\web\App_Code\classes\GBPVRSchedule.cs:68
gbweb.Manage.Page_Load(Object sender, EventArgs e) in c:\Program Files\devnz\gbpvr\web\Manage.aspx.cs:202
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

Does this happen when you use the native web server that comes with GBPVR?>
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
pbb
Offline

Member

Posts: 229
Threads: 62
Joined: Feb 2005
#3
2008-03-19, 02:36 AM
Yes, same error.
pbb
Offline

Member

Posts: 229
Threads: 62
Joined: Feb 2005
#4
2008-03-24, 04:35 PM
This seems to be working now. I'm not really sure what changed. I haven't rebooted or restarted IIS.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#5
2008-03-25, 07:27 PM
pbb Wrote:This seems to be working now. I'm not really sure what changed. I haven't rebooted or restarted IIS.

Keep me posted if it happens again....I haven't been able to duplicate the issue so it makes it hard to resolve.....hopefully it was just a system gremlin that was visiting your machine.... Wink
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
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Error with Web Admin? jksmurf 0 2,360 2019-06-20, 10:34 AM
Last Post: jksmurf
  NEWA scheduled recording update ability broken in 4.2.2 snagglewest 0 2,029 2018-07-11, 12:12 AM
Last Post: snagglewest
  Server Error in '/' Application smajor 19 16,902 2017-10-27, 12:57 PM
Last Post: mvallevand
  Error when trying to stream from NEWA on PC jksmurf 2 2,813 2017-02-27, 05:12 AM
Last Post: jksmurf
  Server Error in '/' Application [streaming failure] oldman 3 3,058 2017-02-04, 12:48 AM
Last Post: UncleJohnsBand
  Server Error when settign a manual recording in NEWA martinu 2 2,349 2017-01-23, 01:30 AM
Last Post: UncleJohnsBand
  Internal Server Error SilverTiger 5 3,213 2016-07-24, 04:03 PM
Last Post: UncleJohnsBand
  Cancel Recording in Newa Not Working odin 1 2,523 2016-05-24, 07:24 PM
Last Post: UncleJohnsBand
  "Record selected" returns error web page ... softfoot 5 3,773 2016-03-26, 01:37 PM
Last Post: UncleJohnsBand
  Server Error in "/" Application ? Lone_Stranger 1 2,417 2016-02-19, 02:10 AM
Last Post: UncleJohnsBand

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

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

Linear Mode
Threaded Mode