SourceForge.net
2012-01-02 23:23:11 UTC
Bugs item #3163183, was opened at 2011-01-20 23:21
Message generated for change (Comment added) made by dekarl
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&aid=3163183&group_id=39046
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tv_grab_na_dtv
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Rod Roark (sunsetsystems)
Looks like the grabber is now broken since 12/04 (http://www.crustynet.org.uk/~xmltv-tester/squeeze/nightly/)
Tried to run it manually with --debug, but not much information about the issue:
$> tv_grab_na_dtv --debug
Getting IDs for day 0 ............
Getting IDs for day 1 ............
Getting IDs for day 2 ............
Getting IDs for day 3 ............
Getting IDs for day 4 ............
Getting one more ...
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE tv SYSTEM "xmltv.dtd">
<tv source-info-url="http://www.directv.com/" source-info-name="DirecTV" generator-info-name="XMLTV" generator-info-url="http://www.xmltv.org/">
</tv>
$>tv_grab_na_dtv --list-channels --debug
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE tv SYSTEM "xmltv.dtd">
<tv source-info-url="http://www.directv.com/" source-info-name="DirecTV" generator-info-name="XMLTV" generator-info-url="http://www.xmltv.org/">
</tv>
----------------------------------------------------------------------
Message:
alewando, when I looked at the change I noticed that you require
DateTime::Format::ISO8601 and DateTime::Format::XMLTV, too.
At least the latter is quite new and likely not packaged on all
distributions so it might be a good idea to not require them if you want
the grabber to easily run on older installations as it avoids new
dependencies.
Also you require the users to specify which local time zone they want. You
can replace that with just writing out explicit UTC as it was or you can
make DateTime use whatever time is configured in the system as local time.
Basically leading to correct local time without an additional configuration
option.
btw, you can validate your grabber with "./grab/test_grabbers --only
na_dtv"
rmeden, if you like I can connect the new grabber to the build so we see
how the tester likes it.
----------------------------------------------------------------------
Comment By: Adam Lewandowski (alewando)
Date: 2012-01-01 20:20
Message:
Just commited the updated grabber. I made some more changes since
originally posting, replacing Date::Manip modules DateTime and adding
timezone support. Should pass validation now. Let me know if there are any
problems.
----------------------------------------------------------------------
Comment By: Rod Roark (sunsetsystems)
Date: 2011-12-30 08:30
Message:
Hey... code changes look reasonable offhand... I don't have the means to
easily test it any more so will just say if it works, by all means proceed.
Thanks!
----------------------------------------------------------------------
Comment By: Robert Eden (rmeden)
Date: 2011-12-30 07:43
Message:
alewando, I've added you as a DEV... if the maintainer (Rod?) doesn't
respond in a few days please commit your update to cvs.
----------------------------------------------------------------------
Comment By: Adam Lewandowski (alewando)
Date: 2011-12-29 19:37
Message:
Updated DirecTV grabber (tv_grab_na_dtv) posted at
https://github.com/alewando/xmltv
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&aid=3163183&group_id=39046
Message generated for change (Comment added) made by dekarl
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&aid=3163183&group_id=39046
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tv_grab_na_dtv
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Rod Roark (sunsetsystems)
Summary: _na_dtv: does not return data
Initial Comment:Looks like the grabber is now broken since 12/04 (http://www.crustynet.org.uk/~xmltv-tester/squeeze/nightly/)
Tried to run it manually with --debug, but not much information about the issue:
$> tv_grab_na_dtv --debug
Getting IDs for day 0 ............
Getting IDs for day 1 ............
Getting IDs for day 2 ............
Getting IDs for day 3 ............
Getting IDs for day 4 ............
Getting one more ...
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE tv SYSTEM "xmltv.dtd">
<tv source-info-url="http://www.directv.com/" source-info-name="DirecTV" generator-info-name="XMLTV" generator-info-url="http://www.xmltv.org/">
</tv>
$>tv_grab_na_dtv --list-channels --debug
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE tv SYSTEM "xmltv.dtd">
<tv source-info-url="http://www.directv.com/" source-info-name="DirecTV" generator-info-name="XMLTV" generator-info-url="http://www.xmltv.org/">
</tv>
----------------------------------------------------------------------
Comment By: Karl Dietz (dekarl)
Date: 2012-01-02 15:23Message:
alewando, when I looked at the change I noticed that you require
DateTime::Format::ISO8601 and DateTime::Format::XMLTV, too.
At least the latter is quite new and likely not packaged on all
distributions so it might be a good idea to not require them if you want
the grabber to easily run on older installations as it avoids new
dependencies.
Also you require the users to specify which local time zone they want. You
can replace that with just writing out explicit UTC as it was or you can
make DateTime use whatever time is configured in the system as local time.
Basically leading to correct local time without an additional configuration
option.
btw, you can validate your grabber with "./grab/test_grabbers --only
na_dtv"
rmeden, if you like I can connect the new grabber to the build so we see
how the tester likes it.
----------------------------------------------------------------------
Comment By: Adam Lewandowski (alewando)
Date: 2012-01-01 20:20
Message:
Just commited the updated grabber. I made some more changes since
originally posting, replacing Date::Manip modules DateTime and adding
timezone support. Should pass validation now. Let me know if there are any
problems.
----------------------------------------------------------------------
Comment By: Rod Roark (sunsetsystems)
Date: 2011-12-30 08:30
Message:
Hey... code changes look reasonable offhand... I don't have the means to
easily test it any more so will just say if it works, by all means proceed.
Thanks!
----------------------------------------------------------------------
Comment By: Robert Eden (rmeden)
Date: 2011-12-30 07:43
Message:
alewando, I've added you as a DEV... if the maintainer (Rod?) doesn't
respond in a few days please commit your update to cvs.
----------------------------------------------------------------------
Comment By: Adam Lewandowski (alewando)
Date: 2011-12-29 19:37
Message:
Updated DirecTV grabber (tv_grab_na_dtv) posted at
https://github.com/alewando/xmltv
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&aid=3163183&group_id=39046