DL2MAJ (JN58JD) 432 MHz cross-check
Date Time [UTC] | Call | Exchange Sent | Exchange Received | Claimed/ Calculated km | Claimed points | Errors and Remarks | POINTS earned | |
---|---|---|---|---|---|---|---|---|
2023-05-06 14:02 | DL9AAA/P | 59 001 (SSB) | 59 001 | JN57PO | 71/71 | 142 | 142 |
<type 'exceptions.IndexError'> | Python 2.7.18: /usr/bin/python Mon Nov 25 19:54:57 2024 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/home/bfrvhfc/public_html/cgi-bin/LOGS2023/logcheck2023may.py in <module>() |
1625 html_header() |
1626 |
=> 1627 if contest() == False: |
1628 select_contest() |
1629 print "x.....x<br>" |
contest = <function contest>, builtin False = False |
/home/bfrvhfc/public_html/cgi-bin/LOGS2023/logcheck2023may.py in contest() |
1540 if after_deadline: |
1541 if not only_claimed: |
=> 1542 list_callsign(callsigns, "checked",with_header) |
1543 with_header = False |
1544 list_callsign(callsigns, "claimed", with_header) |
global list_callsign = <function list_callsign>, callsigns = (('DL2MAJ', '432'),), with_header = True |
/home/bfrvhfc/public_html/cgi-bin/LOGS2023/logcheck2023may.py in list_callsign(callsigns=(('DL2MAJ', '432'),), claimed='checked', with_header=True) |
1072 sys.stdout.flush() |
1073 #results_file.write(".") |
=> 1074 if claimed=="checked":points, points_fm , ODXCall, ODXLoc, ODXDist, points_no_cross = call_check(callsign, band) |
1075 else: points, points_fm , ODXCall, ODXLoc, ODXDist = call_check_claimed(callsign, band) |
1076 #print "%s %2.2f sec <br>" %(callsign, time.time() - callch) |
claimed = 'checked', points undefined, points_fm undefined, ODXCall = '', ODXLoc = '', ODXDist = 0, points_no_cross undefined, global call_check = <function call_check>, callsign = 'DL2MAJ', band = '432' |
/home/bfrvhfc/public_html/cgi-bin/LOGS2023/logcheck2023may.py in call_check(callsign='DL2MAJ', band='432') |
747 for match in matches: |
748 |
=> 749 match_call, match_qra = match.split()[0], match.split()[1] |
750 |
751 query = """select count(*) from %s where call_r="%s" and qra_r="%s" and band="%s" """ %(table, match_call, match_qra,band) |
match_call undefined, match_qra undefined, match = 'XXXX ', match.split = <built-in method split of str object> |
<type 'exceptions.IndexError'>: list index out of range
args =
('list index out of range',)
message =
'list index out of range'