ERROR - 2024-08-25 02:05:55 --> encodedData : INFO - 2024-08-25 02:05:56 --> ::::::::::::::: login keep_login_access_token : 0f2420cc-5f74-4865-91fc-d15bc16ddbd5 id : dev2 CRITICAL - 2024-08-25 02:06:18 --> !!!!!!!!!!!!!!!!!! ***************** sports t_getAvgSportsAllCountQueryString_start : 10 CRITICAL - 2024-08-25 02:06:18 --> !!!!!!!!!!!!!!!!!! ***************** sports t_getAvgSportsAllCountQueryString_start query : SELECT count(fix.fixture_id) as markets_count, fix.fixture_id, fix.fixture_sport_id, fix.fixture_location_id, fix.fixture_league_id, IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) as fixture_start_date, sports.name as sport_name, sports.display_order as sport_display_order, league.display_name as fixture_league_name, league.name as league_name, league.image_path as fixture_league_image_path, locations.name as fixture_location_name, locations.name_en as fixture_location_name_en, locations.image_path as fixture_location_image_path, p1.team_name as p1_team_name, p1.display_name as p1_display_name, p2.team_name as p2_team_name, p2.display_name as p2_display_name FROM lsports_fixtures as fix LEFT JOIN lsports_leagues as league ON fix.fixture_league_id = league.id LEFT JOIN lsports_sports as sports ON fix.fixture_sport_id = sports.id LEFT JOIN lsports_bet as bet ON fix.fixture_id = bet.fixture_id LEFT JOIN lsports_markets as markets ON bet.markets_id = markets.id LEFT JOIN lsports_locations as locations ON fix.fixture_location_id = locations.id LEFT JOIN lsports_participant as p1 ON fix.fixture_participants_1_id = p1.fp_id LEFT JOIN lsports_participant as p2 ON fix.fixture_participants_2_id = p2.fp_id WHERE fix.bet_type = 1 AND IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) BETWEEN ? AND ? AND fix.admin_bet_status = 'ON' AND ( IF('ON' = fix.passivity_flag AND fix.display_status_passivity is NOT NULL ,fix.display_status_passivity,fix.display_status) = 1 OR IF('ON' = fix.passivity_flag AND fix.display_status_passivity is NOT NULL ,fix.display_status_passivity,fix.display_status) = 2 AND NOW() BETWEEN DATE_ADD(IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) , INTERVAL -10 MINUTE) AND DATE_ADD(IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) , INTERVAL -1 MINUTE)) AND (CASE WHEN fix.fixture_sport_id = 6046 THEN bet.markets_id = 1 WHEN fix.fixture_sport_id = 35232 THEN bet.markets_id = 1 WHEN fix.fixture_sport_id = 48242 THEN bet.markets_id = 226 WHEN fix.fixture_sport_id = 154914 THEN bet.markets_id = 226 WHEN fix.fixture_sport_id = 154830 THEN bet.markets_id = 52 WHEN fix.fixture_sport_id = 154919 THEN bet.markets_id = 52 WHEN fix.fixture_sport_id = 687890 THEN bet.markets_id = 52 WHEN fix.fixture_sport_id = 131506 THEN bet.markets_id = 226 ELSE 1 = 1 END) AND IF('ON' = bet.passivity_flag AND bet.bet_status_passivity is NOT NULL ,bet.bet_status_passivity,bet.bet_status) = 1 AND bet.bet_type = 1 AND (CASE WHEN 'ON' = fix.passivity_flag and bet.bet_price_passivity > 0 THEN IF(0 < markets.limit_bet_price,markets.limit_bet_price,0) < bet.bet_price_passivity ELSE IF(0 < markets.limit_bet_price,markets.limit_bet_price,0) < bet.bet_price END) AND (CASE WHEN 'ON' = fix.passivity_flag and bet.bet_price_passivity > 0 THEN IF(0 < markets.max_bet_price,markets.max_bet_price,999) > bet.bet_price_passivity ELSE IF(0 < markets.max_bet_price,markets.max_bet_price,999) > bet.bet_price END) AND bet.admin_bet_status = 'ON' AND sports.is_use = 1 and sports.bet_type = 1 AND league.is_use = 1 and league.bet_type = 1 AND markets.bet_group = 1 AND markets.is_delete = 0 AND markets.sport_id = fix.fixture_sport_id GROUP BY fix.fixture_id,IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) ORDER BY fixture_start_date asc ,league.display_name ,fix.fixture_sport_id CRITICAL - 2024-08-25 02:06:18 --> !!!!!!!!!!!!!!!!!! ***************** sports t_getAvgSportsAllCountQueryString_start query param : ["2024-08-25 02:07:08","2024-08-26 02:06:08"] CRITICAL - 2024-08-25 02:06:19 --> !!!!!!!!!!!!!!!!!! ***************** sports Time : 12 CRITICAL - 2024-08-25 02:06:47 --> !!!!!!!!!!!!!!!!!! ***************** sports t_getAvgSportsAllCountQueryString_start : 13 CRITICAL - 2024-08-25 02:06:47 --> !!!!!!!!!!!!!!!!!! ***************** sports t_getAvgSportsAllCountQueryString_start query : SELECT count(fix.fixture_id) as markets_count, fix.fixture_id, fix.fixture_sport_id, fix.fixture_location_id, fix.fixture_league_id, IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) as fixture_start_date, sports.name as sport_name, sports.display_order as sport_display_order, league.display_name as fixture_league_name, league.name as league_name, league.image_path as fixture_league_image_path, locations.name as fixture_location_name, locations.name_en as fixture_location_name_en, locations.image_path as fixture_location_image_path, p1.team_name as p1_team_name, p1.display_name as p1_display_name, p2.team_name as p2_team_name, p2.display_name as p2_display_name FROM lsports_fixtures as fix LEFT JOIN lsports_leagues as league ON fix.fixture_league_id = league.id LEFT JOIN lsports_sports as sports ON fix.fixture_sport_id = sports.id LEFT JOIN lsports_bet as bet ON fix.fixture_id = bet.fixture_id LEFT JOIN lsports_markets as markets ON bet.markets_id = markets.id LEFT JOIN lsports_locations as locations ON fix.fixture_location_id = locations.id LEFT JOIN lsports_participant as p1 ON fix.fixture_participants_1_id = p1.fp_id LEFT JOIN lsports_participant as p2 ON fix.fixture_participants_2_id = p2.fp_id WHERE fix.bet_type = 1 AND IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) BETWEEN ? AND ? AND fix.admin_bet_status = 'ON' AND ( IF('ON' = fix.passivity_flag AND fix.display_status_passivity is NOT NULL ,fix.display_status_passivity,fix.display_status) = 1 OR IF('ON' = fix.passivity_flag AND fix.display_status_passivity is NOT NULL ,fix.display_status_passivity,fix.display_status) = 2 AND NOW() BETWEEN DATE_ADD(IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) , INTERVAL -10 MINUTE) AND DATE_ADD(IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) , INTERVAL -1 MINUTE)) AND (CASE WHEN fix.fixture_sport_id = 6046 THEN bet.markets_id = 1 WHEN fix.fixture_sport_id = 35232 THEN bet.markets_id = 1 WHEN fix.fixture_sport_id = 48242 THEN bet.markets_id = 226 WHEN fix.fixture_sport_id = 154914 THEN bet.markets_id = 226 WHEN fix.fixture_sport_id = 154830 THEN bet.markets_id = 52 WHEN fix.fixture_sport_id = 154919 THEN bet.markets_id = 52 WHEN fix.fixture_sport_id = 687890 THEN bet.markets_id = 52 WHEN fix.fixture_sport_id = 131506 THEN bet.markets_id = 226 ELSE 1 = 1 END) AND IF('ON' = bet.passivity_flag AND bet.bet_status_passivity is NOT NULL ,bet.bet_status_passivity,bet.bet_status) = 1 AND bet.bet_type = 1 AND (CASE WHEN 'ON' = fix.passivity_flag and bet.bet_price_passivity > 0 THEN IF(0 < markets.limit_bet_price,markets.limit_bet_price,0) < bet.bet_price_passivity ELSE IF(0 < markets.limit_bet_price,markets.limit_bet_price,0) < bet.bet_price END) AND (CASE WHEN 'ON' = fix.passivity_flag and bet.bet_price_passivity > 0 THEN IF(0 < markets.max_bet_price,markets.max_bet_price,999) > bet.bet_price_passivity ELSE IF(0 < markets.max_bet_price,markets.max_bet_price,999) > bet.bet_price END) AND bet.admin_bet_status = 'ON' AND sports.is_use = 1 and sports.bet_type = 1 AND league.is_use = 1 and league.bet_type = 1 AND markets.bet_group = 1 AND markets.is_delete = 0 AND markets.sport_id = fix.fixture_sport_id GROUP BY fix.fixture_id,IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) ORDER BY fixture_start_date asc ,league.display_name ,fix.fixture_sport_id CRITICAL - 2024-08-25 02:06:47 --> !!!!!!!!!!!!!!!!!! ***************** sports t_getAvgSportsAllCountQueryString_start query param : ["2024-08-25 02:07:34","2024-08-26 02:06:34"] INFO - 2024-08-25 02:06:47 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 1 handi 13522129_53_-1.5 (0-0) home_before_price 1.77 bet_price1.87 INFO - 2024-08-25 02:06:47 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 2 handi 13522129_53_-1.5 (0-0) away_before_price 1.94 bet_price1.83 INFO - 2024-08-25 02:06:47 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 1 handi 13422576_53_1.0 (0-0) home_before_price 1.71 bet_price1.72 INFO - 2024-08-25 02:06:47 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 2 handi 13422576_53_1.0 (0-0) away_before_price 2.03 bet_price2.01 INFO - 2024-08-25 02:06:47 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 1 handi 13422576_53_1.5 (0-0) home_before_price 1.71 bet_price1.71 INFO - 2024-08-25 02:06:47 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 2 handi 13422576_53_1.5 (0-0) away_before_price 2.03 bet_price2.02 INFO - 2024-08-25 02:06:47 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 1 handi 13422576_342_2.5 (0-0) home_before_price 2.09 bet_price2.09 INFO - 2024-08-25 02:06:47 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 2 handi 13422576_342_2.5 (0-0) away_before_price 1.66 bet_price1.66 CRITICAL - 2024-08-25 02:06:47 --> !!!!!!!!!!!!!!!!!! ***************** sports Time : 13 INFO - 2024-08-25 02:06:49 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 1 handi 13522129_53_-1.5 (0-0) home_before_price 1.77 bet_price1.87 INFO - 2024-08-25 02:06:49 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 2 handi 13522129_53_-1.5 (0-0) away_before_price 1.94 bet_price1.83 ERROR - 2024-08-25 02:07:24 --> checkBetting_renew start : INFO - 2024-08-25 02:07:26 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 1 handi 13422576_53_1.0 (0-0) home_before_price 1.71 bet_price1.72 INFO - 2024-08-25 02:07:26 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 2 handi 13422576_53_1.0 (0-0) away_before_price 2.03 bet_price2.01 INFO - 2024-08-25 02:07:26 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 1 handi 13422576_53_1.5 (0-0) home_before_price 1.71 bet_price1.71 INFO - 2024-08-25 02:07:26 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 2 handi 13422576_53_1.5 (0-0) away_before_price 2.03 bet_price2.02 INFO - 2024-08-25 02:07:26 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 1 handi 13422576_342_2.5 (0-0) home_before_price 2.09 bet_price2.09 INFO - 2024-08-25 02:07:26 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 2 handi 13422576_342_2.5 (0-0) away_before_price 1.66 bet_price1.66 ERROR - 2024-08-25 02:07:27 --> checkBetting_renew start : ERROR - 2024-08-25 02:07:31 --> checkBetting_renew start : ERROR - 2024-08-25 02:07:36 --> addMemberBet other_ls_bet_id :174384665213533440 other_bet_price : 2.19 other_bet_name : Under ERROR - 2024-08-25 02:07:36 --> addMemberBet other_ls_bet_id :61278433213422580 other_bet_price : 1.91 other_bet_name : 2 ERROR - 2024-08-25 02:07:36 --> addMemberBet other_ls_bet_id :171329243413522140 other_bet_price : 2.55 other_bet_name : 2 ERROR - 2024-08-25 02:07:37 --> ::::::::::::::: addBet 1 error : null CRITICAL - 2024-08-25 02:07:52 --> !!!!!!!!!!!!!!!!!! ***************** sports t_getAvgSportsAllCountQueryString_start : 12 CRITICAL - 2024-08-25 02:07:52 --> !!!!!!!!!!!!!!!!!! ***************** sports t_getAvgSportsAllCountQueryString_start query : SELECT count(fix.fixture_id) as markets_count, fix.fixture_id, fix.fixture_sport_id, fix.fixture_location_id, fix.fixture_league_id, IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) as fixture_start_date, sports.name as sport_name, sports.display_order as sport_display_order, league.display_name as fixture_league_name, league.name as league_name, league.image_path as fixture_league_image_path, locations.name as fixture_location_name, locations.name_en as fixture_location_name_en, locations.image_path as fixture_location_image_path, p1.team_name as p1_team_name, p1.display_name as p1_display_name, p2.team_name as p2_team_name, p2.display_name as p2_display_name FROM lsports_fixtures as fix LEFT JOIN lsports_leagues as league ON fix.fixture_league_id = league.id LEFT JOIN lsports_sports as sports ON fix.fixture_sport_id = sports.id LEFT JOIN lsports_bet as bet ON fix.fixture_id = bet.fixture_id LEFT JOIN lsports_markets as markets ON bet.markets_id = markets.id LEFT JOIN lsports_locations as locations ON fix.fixture_location_id = locations.id LEFT JOIN lsports_participant as p1 ON fix.fixture_participants_1_id = p1.fp_id LEFT JOIN lsports_participant as p2 ON fix.fixture_participants_2_id = p2.fp_id WHERE fix.bet_type = 1 AND IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) BETWEEN ? AND ? AND fix.admin_bet_status = 'ON' AND ( IF('ON' = fix.passivity_flag AND fix.display_status_passivity is NOT NULL ,fix.display_status_passivity,fix.display_status) = 1 OR IF('ON' = fix.passivity_flag AND fix.display_status_passivity is NOT NULL ,fix.display_status_passivity,fix.display_status) = 2 AND NOW() BETWEEN DATE_ADD(IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) , INTERVAL -10 MINUTE) AND DATE_ADD(IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) , INTERVAL -1 MINUTE)) AND (CASE WHEN fix.fixture_sport_id = 6046 THEN bet.markets_id = 1 WHEN fix.fixture_sport_id = 35232 THEN bet.markets_id = 1 WHEN fix.fixture_sport_id = 48242 THEN bet.markets_id = 226 WHEN fix.fixture_sport_id = 154914 THEN bet.markets_id = 226 WHEN fix.fixture_sport_id = 154830 THEN bet.markets_id = 52 WHEN fix.fixture_sport_id = 154919 THEN bet.markets_id = 52 WHEN fix.fixture_sport_id = 687890 THEN bet.markets_id = 52 WHEN fix.fixture_sport_id = 131506 THEN bet.markets_id = 226 ELSE 1 = 1 END) AND IF('ON' = bet.passivity_flag AND bet.bet_status_passivity is NOT NULL ,bet.bet_status_passivity,bet.bet_status) = 1 AND bet.bet_type = 1 AND (CASE WHEN 'ON' = fix.passivity_flag and bet.bet_price_passivity > 0 THEN IF(0 < markets.limit_bet_price,markets.limit_bet_price,0) < bet.bet_price_passivity ELSE IF(0 < markets.limit_bet_price,markets.limit_bet_price,0) < bet.bet_price END) AND (CASE WHEN 'ON' = fix.passivity_flag and bet.bet_price_passivity > 0 THEN IF(0 < markets.max_bet_price,markets.max_bet_price,999) > bet.bet_price_passivity ELSE IF(0 < markets.max_bet_price,markets.max_bet_price,999) > bet.bet_price END) AND bet.admin_bet_status = 'ON' AND sports.is_use = 1 and sports.bet_type = 1 AND league.is_use = 1 and league.bet_type = 1 AND markets.bet_group = 1 AND markets.is_delete = 0 AND markets.sport_id = fix.fixture_sport_id GROUP BY fix.fixture_id,IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) ORDER BY fixture_start_date asc ,league.display_name ,fix.fixture_sport_id CRITICAL - 2024-08-25 02:07:52 --> !!!!!!!!!!!!!!!!!! ***************** sports t_getAvgSportsAllCountQueryString_start query param : ["2024-08-25 02:08:40","2024-08-26 02:07:40"] INFO - 2024-08-25 02:07:52 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 1 handi 13522129_53_-1.5 (0-0) home_before_price 1.77 bet_price1.87 INFO - 2024-08-25 02:07:52 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 2 handi 13522129_53_-1.5 (0-0) away_before_price 1.94 bet_price1.83 INFO - 2024-08-25 02:07:52 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 1 handi 13422576_53_1.0 (0-0) home_before_price 1.71 bet_price1.72 INFO - 2024-08-25 02:07:52 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 2 handi 13422576_53_1.0 (0-0) away_before_price 2.03 bet_price2.01 INFO - 2024-08-25 02:07:52 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 1 handi 13422576_53_1.5 (0-0) home_before_price 1.71 bet_price1.71 INFO - 2024-08-25 02:07:52 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 2 handi 13422576_53_1.5 (0-0) away_before_price 2.03 bet_price2.02 INFO - 2024-08-25 02:07:52 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 1 handi 13422576_342_2.5 (0-0) home_before_price 2.09 bet_price2.09 INFO - 2024-08-25 02:07:52 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 2 handi 13422576_342_2.5 (0-0) away_before_price 1.66 bet_price1.66 CRITICAL - 2024-08-25 02:07:52 --> !!!!!!!!!!!!!!!!!! ***************** sports Time : 12 INFO - 2024-08-25 02:07:54 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 1 handi 13522129_53_-1.5 (0-0) home_before_price 1.77 bet_price1.87 INFO - 2024-08-25 02:07:54 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 2 handi 13522129_53_-1.5 (0-0) away_before_price 1.94 bet_price1.83 INFO - 2024-08-25 02:08:15 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 1 handi 13522129_53_-1.5 (0-0) home_before_price 1.77 bet_price1.87 INFO - 2024-08-25 02:08:15 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 2 handi 13522129_53_-1.5 (0-0) away_before_price 1.94 bet_price1.83 ERROR - 2024-08-25 02:08:17 --> checkBetting_renew start : INFO - 2024-08-25 02:08:19 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 1 handi 13422576_53_1.0 (0-0) home_before_price 1.71 bet_price1.72 INFO - 2024-08-25 02:08:19 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 2 handi 13422576_53_1.0 (0-0) away_before_price 2.03 bet_price2.01 INFO - 2024-08-25 02:08:19 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 1 handi 13422576_53_1.5 (0-0) home_before_price 1.71 bet_price1.71 INFO - 2024-08-25 02:08:19 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 2 handi 13422576_53_1.5 (0-0) away_before_price 2.03 bet_price2.02 INFO - 2024-08-25 02:08:19 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 1 handi 13422576_342_2.5 (0-0) home_before_price 2.09 bet_price2.09 INFO - 2024-08-25 02:08:19 --> !!!!!!!!!!!!!!!! error mergeAvgBetData 2 handi 13422576_342_2.5 (0-0) away_before_price 1.66 bet_price1.66 ERROR - 2024-08-25 02:08:20 --> checkBetting_renew start : ERROR - 2024-08-25 02:08:25 --> addMemberBet other_ls_bet_id :0 other_bet_price : 0 other_bet_name : ERROR - 2024-08-25 02:08:25 --> addMemberBet other_ls_bet_id :0 other_bet_price : 0 other_bet_name : ERROR - 2024-08-25 02:08:26 --> ::::::::::::::: addBet 1 error : null ERROR - 2024-08-25 02:19:56 --> checkBetting_renew start : ERROR - 2024-08-25 02:19:57 --> delay time : 5 ERROR - 2024-08-25 02:19:57 --> start betiing time : 2024-08-25 02:19:57 ERROR - 2024-08-25 02:20:02 --> end betiing time : 2024-08-25 02:20:02 ERROR - 2024-08-25 02:20:03 --> 해당 유형의 배팅은 현재 불가합니다. ERROR - 2024-08-25 02:20:20 --> checkBetting_renew start : ERROR - 2024-08-25 02:20:20 --> delay time : 5 ERROR - 2024-08-25 02:20:20 --> start betiing time : 2024-08-25 02:20:20 ERROR - 2024-08-25 02:20:25 --> end betiing time : 2024-08-25 02:20:25 ERROR - 2024-08-25 02:20:27 --> ::::::::::::::: addBet 1 error : null ERROR - 2024-08-25 02:20:41 --> checkBetting_renew start : ERROR - 2024-08-25 02:20:42 --> 선택 경기중 마감 된 경기가 있습니다. 재 배팅 부탁드립니다. ERROR - 2024-08-25 02:20:54 --> checkBetting_renew start : ERROR - 2024-08-25 02:20:54 --> 선택 경기중 마감 된 경기가 있습니다. 재 배팅 부탁드립니다. ERROR - 2024-08-25 02:21:06 --> checkBetting_renew start : ERROR - 2024-08-25 02:21:06 --> delay time : 5 ERROR - 2024-08-25 02:21:06 --> start betiing time : 2024-08-25 02:21:06 ERROR - 2024-08-25 02:21:11 --> end betiing time : 2024-08-25 02:21:11 ERROR - 2024-08-25 02:21:12 --> ::::::::::::::: addBet 1 error : null