[mythtv-users] JobQueue error constantly repeating

Robert Tsai rtsai1111 at comcast.net
Thu Apr 28 21:50:49 UTC 2005


On Thu, Apr 28, 2005 at 12:18:35PM -0700, Scott Harris wrote:
> The funny thing is, there is no channel 1607.  I was under the impression

This is an internral database channel ID. In MySQL:

	mysql> select chanid,channum,callsign,name from channel;
	+--------+---------+----------+--------+
	| chanid | channum | callsign | name   |
	+--------+---------+----------+--------+
	|   1002 | 2_1     | WGBH     | PBS    |
	|   1003 | 2_2     | WGBH     | PBS-HD |
	|   1004 | 4_1     | WBZ      | CBS    |
	|   1005 | 5_1     | WCVB     | ABC    |
	|   1007 | 7_1     | WHDH     | NBC    |
	|   1025 | 25_1    | WFXT     | FOX    |
	|   1038 | 38_1    | WSBK     | UPN    |
	|   1044 | 44_1    | WGBX     | WGBX   |
	|   1045 | 44_2    | WGBX     | WGBX2  |
	|   1046 | 44_3    | WGBX     | WGBX3  |
	|   1047 | 44_4    | WGBX     | WGBX4  |
	+--------+---------+----------+--------+
	11 rows in set (0.02 sec)

1607 is what mythcommflag believes to be a "chanid" value.

> that these were job numbers internal to mythtv?
> JobQueue::GetJobsInQueue: Ignore 'Flag Commercials' Job for 1607 @
> 20050422173000 in Errored 
> I also don't have any channels numbered 1006, 1607 or 1264. If I look in the
> /video directory I see many files that have this number prepended to it
> 
> -rw-r--r--  1 sharris sharris 2332583872 Apr 16 12:00
> 1607_20050416110000_20050416120000.nuv
> -rw-rw-r--  1 sharris sharris      31251 Apr 27 15:46
> 1607_20050416110000_20050416120000.nuv.png
> -rw-r--r--  1 sharris sharris 2332370880 Apr 22 06:00
> 1607_20050422050000_20050422060000.nuv
> -rw-rw-r--  1 sharris sharris      34045 Apr 27 15:45
> 1607_20050422050000_20050422060000.nuv.png
> -rw-r--r--  1 sharris sharris 2331307968 Apr 22 12:00
> 1607_20050422110000_20050422120000.nuv
> -rw-rw-r--  1 sharris sharris      36906 Apr 27 15:45
> 1607_20050422110000_20050422120000.nuv.png
> 
> I did go through last night and manually found all these bad recordings with
> 0 bytes and deleted them.  It seems that has cleared up the problems and now
> I'm just getting normal messages
> 
> 2005-04-28 12:14:24.779 JobQueue currently set at 1 job(s) max and to run
> new jobs from 00:00 to 23:59
> 2005-04-28 12:14:24.784 JobQueue::GetJobsInQueue: findJobs search bitmask 4,
> found 6 total jobs
> 2005-04-28 12:14:24.785 JobQueue::GetJobsInQueue: Ignore 'Flag Commercials'
> Job for 1607 @ 20050425110000 in Finished state.
> 2005-04-28 12:14:24.787 JobQueue::GetJobsInQueue: Ignore 'Flag Commercials'
> Job for 1264 @ 20050425160000 in Finished state.
> 2005-04-28 12:14:24.789 JobQueue::GetJobsInQueue: Ignore 'Flag Commercials'
> Job for 1006 @ 20050425190000 in Finished state.
> 2005-04-28 12:14:24.790 JobQueue::GetJobsInQueue: Ignore 'Flag Commercials'
> Job for 1264 @ 20050426160000 in Finished state.
> 2005-04-28 12:14:24.791 JobQueue::GetJobsInQueue: Ignore 'Flag Commercials'
> Job for 1006 @ 20050427190000 in Finished state.
> 2005-04-28 12:14:24.792 JobQueue::GetJobsInQueue: Ignore 'Flag Commercials'
> Job for 1006 @ 20050427230000 in Finished state.
> 
> So I guess that cleared up the problem, but I'm still questioning if the
> jobs 1607, 1264 etc are channels or some internal job numbers.
> 
> Thanks again.
> 
> 
> 
> 
> 

> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


--Rob


More information about the mythtv-users mailing list