Been experiencing this issue since i updated to the latest snapshot. I put in all the new SQL entries as defined in the README.
---SNIP
Starting hopper run for 21 campaign- GMT: 24hours HOPPER: 100
hopper DONE cleared: 0
|DELETE from vicidial_hopper where campaign_id='21' and status IN('DONE');|
hopper GMT BAD cleared: 0
|DELETE from vicidial_hopper where campaign_id='21' and ((gmt_offset_now IN('99') ) );|
hopper READY count: 0
|SELECT count(*) from vicidial_hopper where campaign_id='21' and status='READY';|
hopper too low (0|100) starting hopper dump
campaign lists count: 2 | '1338','1339'
|SELECT list_id FROM vicidial_lists where campaign_id='21' and active='Y';|
campaign lists count: 2 | '1338','1339'
lead filter 8307 defined for 21
|and |
|SELECT count(*) FROM vicidial_list where called_since_last_reset='N' and status IN('NEW','','','','') and list_id IN('1338','1339') and ((gmt_offset_now IN('13.00','12.75','12.50','12.25','12.00','11.75','11.50','11.25','11.00','10.75','10.50','10.25','10.00','9.75','9.50','9.25','9.00','8.75','8.50','8.25','8.00','7.75','7.50','7.25','7.00','6.75','6.50','6.25','6.00','5.75','5.50','5.25','5.00','4.75','4.50','4.25','4.00','3.75','3.50','3.25','3.00','2.75','2.50','2.25','2.00','1.75','1.50','1.25','1.00','0.75','0.50','0.25','0.00','-0.25','-0.50','-0.75','-1.00','-1.25','-1.50','-1.75','-2.00','-2.25','-2.50','-2.75','-3.00','-3.25','-3.50','-3.75','-4.00','-4.25','-4.50','-4.75','-5.00','-5.25','-5.50','-5.75','-6.00','-6.25','-6.50','-6.75','-7.00','-7.25','-7.50','-7.75','-8.00','-8.25','-8.50','-8.75','-9.00','-9.25','-9.50','-9.75','-10.00','-10.25','-10.50','-10.75','-11.00','-11.25','-11.50','-11.75','-12.00','-12.25','-12.50','-12.75','99') ) ) and ;|
ERROR CANNOT ADD ANY NEW LEADS TO HOPPER
ERROR CANNOT ADD ANY LEADS TO HOPPER
DONE... Exiting... Goodbye... See you later... Really, I mean it
-- END SNIP
-enjay