<div dir="ltr">Are there any python guru's out there that can help diagnose this error since upgrading from 14.04 to 16.04 (Both running 0.28)?<div><br></div><div><div>$ env TZ=UTC silence.py --chanid=4009 --starttime=2017-04-19T09:20:00 --loglevel=debug</div><div>2017-04-20 01:19:19.938913 I [23934] m mythcommflag:</div><div>2017-04-20 01:19:19.939426 I [23934] m mythcommflag: Processing: Channel 9 Brisbane, 2017-04-19 09:20:00+00:00, "Spy in the Wild - Mischief"</div><div>Traceback (most recent call last):</div><div>  File "/usr/local/bin/silence.py", line 224, in <module></div><div>    main()</div><div>  File "/usr/local/bin/silence.py", line 171, in main</div><div>    rec.update()</div><div>  File "/usr/lib/python2.7/dist-packages/MythTV/database.py", line 429, in update</div><div>    self._push()</div><div>  File "/usr/lib/python2.7/dist-packages/MythTV/dataheap.py", line 351, in _push</div><div>    DBDataWrite._push(self)</div><div>  File "/usr/lib/python2.7/dist-packages/MythTV/database.py", line 408, in _push</div><div>    % (self._table, format_string, self._where), sql_values)</div><div>  File "/usr/lib/python2.7/dist-packages/MythTV/_conn_mysqldb.py", line 71, in execute</div><div>    raise MythDBError(MythDBError.DB_RAW, e.args)</div><div>MythTV.exceptions.MythDBError: MySQL error 1292: Incorrect datetime value: '0' for column 'bookmarkupdate' at row 1</div></div><div><br></div><div>I'm guessing I'm either missing some module or package, although I was originally getting errors about unable to get DB config from the config.xml those issues stopped appearing</div><div><br></div><div>I tried the gaps.py which was recently posted here and that appears to be working without any issue.</div><div><br></div><div>Cheers,</div><div><br></div><div>Anthony</div></div>