VHF Contest " Day of radio "

6-7 May 2023
Preliminary Results
This page is still in testing mode, be patient!!
Deadline to submit your logs was 556 days ago: 15-May-2023
IK3GHY

IK3GHY (JN65DM) 2.3 GHz cross-check

--> -->
Date Time
[UTC]
CallExchange
Sent
Exchange
Received
Claimed/
Calculated
km
Claimed
points
Errors and
Remarks
POINTS
earned
2023-05-06 16:52 OK1KUO 599 001 (CW) 599 020 JO80FF 609/609 4872
4872
2023-05-06 18:01 9A2SB 599 002 (CW) 599 002 JN95GM 487/487 3896
3896
 
 
<type 'exceptions.IndexError'>
Python 2.7.18: /usr/bin/python
Thu Nov 21 19:51:18 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 = (('IK3GHY', '2.3'),), with_header = True
 /home/bfrvhfc/public_html/cgi-bin/LOGS2023/logcheck2023may.py in list_callsign(callsigns=(('IK3GHY', '2.3'),), 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 = 'IK3GHY', band = '2.3'
 /home/bfrvhfc/public_html/cgi-bin/LOGS2023/logcheck2023may.py in call_check(callsign='IK3GHY', band='2.3')
    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 = 'ERROR ', 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'