This is an upstream problem. The code uses sys.exit(True) where is
should be using False and vice vera.
eg
# Check if this is a Scheduled and Recorded graphics download
request
if self.config['mythtv_watched']:
self._downloadScheduledRecordedGraphics()
sys.exit(True)
is using True to indicate success. Switching the line above solves the problem
for the cronjob but the whole code base needs a review.
** Bug watch added: mythtv.org bug tracker #7560
http://svn.mythtv.org/trac/ticket/7560
--
run-parts: /etc/cron.hourly/mythvideo exited with return code 1
https://bugs.launchpad.net/bugs/502051
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs