2012-01-10, 10:47 AM
Hi,
I have just set up nDroid with NVPR and i cant get the remote recording to work.
I send the recording and the nDroid server recieves it, but NVPR doesnt.
Any ideas what could be the problem.
Some logs:
nDroidServiceHelper.txt
10/01/2012 10:28:30.880 oid: 1042748
10/01/2012 10:28:30.880 channel_oid: 7287
10/01/2012 10:28:30.880 start_time: 2012-01-10 10:45:00
10/01/2012 10:28:30.880 title: Judge Judy
10/01/2012 10:28:30.880 strNPVRConnString: data source="C:\Users\Public\NPVR\npvr.db3"
10/01/2012 10:28:30.880 GetRequestedRecordingOid - sbQueryString: SELECT oid,channel_oid,start_time,title FROM EPG_EVENT WHERE EPG_EVENT.channel_oid = 7287 AND EPG_EVENT.start_time = '2012-01-10 10:45:00' AND EPG_EVENT.title = 'Judge Judy'
10/01/2012 10:28:30.880 SQL Query: SELECT oid,channel_oid,start_time,title FROM EPG_EVENT WHERE EPG_EVENT.channel_oid = 7287 AND EPG_EVENT.start_time = '2012-01-10 10:45:00' AND EPG_EVENT.title = 'Judge Judy'
10/01/2012 10:28:30.880 GetRequestedRecordingOid - oidString: 1042748
10/01/2012 10:28:30.880 GetRequestedRecordingOid - startString: 10/01/2012 10:45:00
10/01/2012 10:28:30.896 GetRequestedRecordingOid - weekdayString: Tuesday
10/01/2012 10:28:31.909 Unable to connect to the remote server
at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
at System.Net.HttpWebRequest.GetRequestStream()
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
10/01/2012 10:28:31.915 scheduled_recording.csv
nDroidServiceLiistener.txt
10/01/2012 10:28:30.880 hrhkey.Key: x-ndroid-action hrhkey.Value: record
10/01/2012 10:28:30.880 hrhkey.Key: x-ndroid-oid hrhkey.Value: 1042748
10/01/2012 10:28:30.880 hrhkey.Key: x-ndroid-channeloid hrhkey.Value: 7287
10/01/2012 10:28:30.880 hrhkey.Key: x-ndroid-starttime hrhkey.Value: 2012-01-10 10:45:00
10/01/2012 10:28:30.880 hrhkey.Key: x-ndroid-title hrhkey.Value: Judge Judy
10/01/2012 10:28:30.880 hrhkey.Key: x-ndroid-rectype hrhkey.Value: ro
10/01/2012 10:28:30.880 hrhkey.Key: x-ndroid-prepad hrhkey.Value: 1
10/01/2012 10:28:30.880 hrhkey.Key: x-ndroid-postpad hrhkey.Value: 2
10/01/2012 10:28:30.880 hrhkey.Key: x-ndroid-daystokeep hrhkey.Value: 0
10/01/2012 10:28:30.880 hrhkey.Key: Connection hrhkey.Value: Keep-Alive
10/01/2012 10:28:30.880 hrhkey.Key: Content-Length hrhkey.Value: 0
10/01/2012 10:28:30.880 hrhkey.Key: Content-Type hrhkey.Value: application/x-www-form-urlencoded
10/01/2012 10:28:30.880 hrhkey.Key: Accept-Encoding hrhkey.Value: gzip
10/01/2012 10:28:30.880 hrhkey.Key: Host hrhkey.Value: 192.168.0.2:8790
10/01/2012 10:28:30.880 User authenticated
10/01/2012 10:28:31.954 CreateHttpListener() listening...
Thanks
Alex
I have just set up nDroid with NVPR and i cant get the remote recording to work.
I send the recording and the nDroid server recieves it, but NVPR doesnt.
Any ideas what could be the problem.
Some logs:
nDroidServiceHelper.txt
10/01/2012 10:28:30.880 oid: 1042748
10/01/2012 10:28:30.880 channel_oid: 7287
10/01/2012 10:28:30.880 start_time: 2012-01-10 10:45:00
10/01/2012 10:28:30.880 title: Judge Judy
10/01/2012 10:28:30.880 strNPVRConnString: data source="C:\Users\Public\NPVR\npvr.db3"
10/01/2012 10:28:30.880 GetRequestedRecordingOid - sbQueryString: SELECT oid,channel_oid,start_time,title FROM EPG_EVENT WHERE EPG_EVENT.channel_oid = 7287 AND EPG_EVENT.start_time = '2012-01-10 10:45:00' AND EPG_EVENT.title = 'Judge Judy'
10/01/2012 10:28:30.880 SQL Query: SELECT oid,channel_oid,start_time,title FROM EPG_EVENT WHERE EPG_EVENT.channel_oid = 7287 AND EPG_EVENT.start_time = '2012-01-10 10:45:00' AND EPG_EVENT.title = 'Judge Judy'
10/01/2012 10:28:30.880 GetRequestedRecordingOid - oidString: 1042748
10/01/2012 10:28:30.880 GetRequestedRecordingOid - startString: 10/01/2012 10:45:00
10/01/2012 10:28:30.896 GetRequestedRecordingOid - weekdayString: Tuesday
10/01/2012 10:28:31.909 Unable to connect to the remote server
at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
at System.Net.HttpWebRequest.GetRequestStream()
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
10/01/2012 10:28:31.915 scheduled_recording.csv
nDroidServiceLiistener.txt
10/01/2012 10:28:30.880 hrhkey.Key: x-ndroid-action hrhkey.Value: record
10/01/2012 10:28:30.880 hrhkey.Key: x-ndroid-oid hrhkey.Value: 1042748
10/01/2012 10:28:30.880 hrhkey.Key: x-ndroid-channeloid hrhkey.Value: 7287
10/01/2012 10:28:30.880 hrhkey.Key: x-ndroid-starttime hrhkey.Value: 2012-01-10 10:45:00
10/01/2012 10:28:30.880 hrhkey.Key: x-ndroid-title hrhkey.Value: Judge Judy
10/01/2012 10:28:30.880 hrhkey.Key: x-ndroid-rectype hrhkey.Value: ro
10/01/2012 10:28:30.880 hrhkey.Key: x-ndroid-prepad hrhkey.Value: 1
10/01/2012 10:28:30.880 hrhkey.Key: x-ndroid-postpad hrhkey.Value: 2
10/01/2012 10:28:30.880 hrhkey.Key: x-ndroid-daystokeep hrhkey.Value: 0
10/01/2012 10:28:30.880 hrhkey.Key: Connection hrhkey.Value: Keep-Alive
10/01/2012 10:28:30.880 hrhkey.Key: Content-Length hrhkey.Value: 0
10/01/2012 10:28:30.880 hrhkey.Key: Content-Type hrhkey.Value: application/x-www-form-urlencoded
10/01/2012 10:28:30.880 hrhkey.Key: Accept-Encoding hrhkey.Value: gzip
10/01/2012 10:28:30.880 hrhkey.Key: Host hrhkey.Value: 192.168.0.2:8790
10/01/2012 10:28:30.880 User authenticated
10/01/2012 10:28:31.954 CreateHttpListener() listening...
Thanks
Alex