2012-01-23, 08:03 PM
UJB - I've attached a web log file which comes from FirstTeamOPS (forum user) related to a couple of failed attempts to use NDroid to schedule recordings. Have you any idea what would cause the error and exceptions.
Basically the nDroidService receives a record request from the nDroid app which includes username/password. It checks them against those stored in the npvr config.xml and, in this case it's happy that they match. At that point it connects locally to the NEWA schedule web service and attempts to schedule the recording. In the nDroidService logs there's an exception as follows...
I've never seen this with nDroid so I'm wondering if this an issue with FirstTeamOPS NEWA setup - any ideas?
Cheers,
Brian
Basically the nDroidService receives a record request from the nDroid app which includes username/password. It checks them against those stored in the npvr config.xml and, in this case it's happy that they match. At that point it connects locally to the NEWA schedule web service and attempts to schedule the recording. In the nDroidService logs there's an exception as follows...
Quote:17/01/2012 18:56:11.551 System.Web.Services.Protocols.SoapException: Unauthorized...and the attached web log shows the associated NEWA error logging.
at N_EWA.classes.AuthExtension.ProcessMessage(SoapMessage message) in d:\NPVR\web\App_Code\Classes\webServiceAuthentication.cs:line 79
at System.Web.Services.Protocols.SoapMessage.RunExtensions(SoapExtension[] extensions, Boolean throwOnException)
at System.Web.Services.Protocols.SoapServerProtocol.CreateServerInstance()
at System.Web.Services.Protocols.WebServiceHandler.Invoke()
at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at uk.co.beetec.csharp.nDroid.NpvrScheduleService.ScheduleService.scheduleRecording(webServiceScheduleSettings schedlSettings) in C:\Documents and Settings\gbpvr\My Documents\Visual Studio 2008\Projects\nDroidService\nDroidLib\Web References\NpvrScheduleService\Reference.cs:line 189
at uk.co.beetec.csharp.nDroid.nDroidServiceHelper.ScheduleNpvrRecording(Int32 oid, Int32 pre_pad, Int32 post_pad, Int32 days_to_keep, String username, String password, String type) in C:\Documents and Settings\gbpvr\My Documents\Visual Studio 2008\Projects\nDroidService\nDroidLib\nDroidServiceHelper.cs:line 500
I've never seen this with nDroid so I'm wondering if this an issue with FirstTeamOPS NEWA setup - any ideas?
Cheers,
Brian