removecommercials fails after upgrade to .28

Have a MythTV related problem? Ask for help from other MythTV users here.

Moderator: Forum Moderators

Post Reply
ricks03
Junior
Posts: 67
Joined: Thu Oct 01, 2015 8:59 pm
United States of America

removecommercials fails after upgrade to .28

Post by ricks03 »

the NUX testing repo offers .28 , and I upgraded from .27.4. Prior to the upgrade, my script (and job) to remove commercials worked fine, now for shows recorded after the update I get an error:
Commercial Removal (Errored: Mon Aug 8, 2016, 07:00 PM)
ERROR: User Job returned non-zero, check logs.

All I see in the log is:
Aug 9 21:00:37 glutton mythbackend: 2016-08-09 21:00:37.679816 I JobQueue: Started Commercial Removal for "The Flash":"Running to Stand Still" recorded from channel 2201 at 2016-08-10T00:00:00Z
Aug 9 21:00:37 glutton mythbackend: 2016-08-09 21:00:37.723509 E JobQueue: User Job 'removecommercials /data/mythtv 2201_20160810000000.ts 2201 20160809200000' failed.

Any recommendations on where to start looking?
ricks03
Junior
Posts: 67
Joined: Thu Oct 01, 2015 8:59 pm
United States of America

Re: removecommercials fails after upgrade to .28

Post by ricks03 »

it looks like mythcommflag is failing with the following error:

2016-08-11 13:50:11.803025 C mythcommflag version: fixes/0.28 [v28.0-35-g812ec08] www.mythtv.org
2016-08-11 13:50:11.803109 C Qt version: compile: 5.6.1, runtime: 5.6.1
Rebuild started at Thu Aug 11 13:50:12 2016
Rebuild completed at Thu Aug 11 13:50:34 2016
2016-08-11 13:50:34.062273 E decoding error
eno: Unknown error 541478725 (541478725)


As it's unknown, I don't know what it is?
ricks03
Junior
Posts: 67
Joined: Thu Oct 01, 2015 8:59 pm
United States of America

Re: removecommercials fails after upgrade to .28

Post by ricks03 »

Looks like --gencutlist is deprecated. Updated per the most current: https://www.mythtv.org/wiki/Script_-_RemoveCommercials
Let's see if that fixes it.
ricks03
Junior
Posts: 67
Joined: Thu Oct 01, 2015 8:59 pm
United States of America

Re: removecommercials fails after upgrade to .28

Post by ricks03 »

Closer. mythtransocde within removecommercials is failing:

[root@glutton mythtv]# mythtranscode --honorcutlist --showprogress --chanid 2502 --starttime 20160807133000 -o /data/mythtv/2502_20160807133000.mpg.tmp
2016-08-11 18:17:53.301201 C mythtranscode version: fixes/0.28 [v28.0-35-g812ec08] www.mythtv.org
2016-08-11 18:17:53.301289 C Qt version: compile: 5.6.1, runtime: 5.6.1
2016-08-11 18:17:53.583514 E SampleRate: Attempted to add a rate 32000 Hz, which is not in the list of allowed rates.
2016-08-11 18:17:53.594484 E RecBase[NULL](): SetOption(): Unknown int option: videocodec: 0
2016-08-11 18:17:53.648257 E MythSystemEventHandler: SendMythSystemRecEvent() called with empty RecordingInfo
Post Reply