Package: xmltv
Version: 0.5.44-1
Severity: important
Tags: patch

I don't know whether this problem was particular to my system or something 
zap2it has done -- It was working fine on Sarge i386.

I was trying to use tv_grab_na_dd -- dd complained that the startime format was 
incorrect and wouldn't recognize a stopdate.

I went to zap2it labs and found this protocol described.

  <tms:download xmlns:tms='urn:TMSWebServices'>
    <startTime xsi:type='tms:dateTime'>2003-03-26T12:00:00Z</startTime>
    <endTime xsi:type='tms:dateTime'>2003-03-27T04:00:00Z</endTime>
  </tms:download>

I added the xml details to line 679 in tv_grab_na_dd and it started working.

tv_grab_na_dd working line 679:    

$dd_data->print($soap->download("<startTime 
xsi:type='tms:dateTime'>$dd_start</startTime><endTime 
xsi:type='tms:dateTime'>$dd_stop</endTime>"));

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages xmltv depends on:
ii  libxmltv-perl                 0.5.44-1   Perl libraries related to the XMLT
ii  xmltv-gui                     0.5.44-1   Graphical user interface related t
ii  xmltv-util                    0.5.44-1   Utilities related to the XMLTV fil

xmltv recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to