VHF Contest " LZ DX VHF/UHF Contest "

3-4 Jun 2023
Preliminary Results
This page is still in testing mode, be patient!!
Deadline to submit your logs was 574 days ago: 12-Jun-2023
9A6K

9A6K (JN95GO) 10000 cross-check

--> -->
Date Time
[UTC]
CallExchange
Sent
Exchange
Received
Claimed/
Calculated
km
Claimed
points
Errors and
Remarks
POINTS
earned
 
 
<type 'exceptions.KeyError'>
Python 2.7.18: /usr/bin/python
Mon Jan 6 21:07:46 2025

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/logcheck2023jun.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/logcheck2023jun.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 = (('9A6K', '10000'),), with_header = True
 /home/bfrvhfc/public_html/cgi-bin/LOGS2023/logcheck2023jun.py in list_callsign(callsigns=(('9A6K', '10000'),), 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 = '9A6K', band = '10000'
 /home/bfrvhfc/public_html/cgi-bin/LOGS2023/logcheck2023jun.py in call_check(callsign='9A6K', band='10000')
    795      
    796 
=>  797         row_points, dist_calc, row_points_no_cross = table_row(line, error, koef, "checked", unique)
    798         #print row_points
    799         points = points + row_points
row_points undefined, dist_calc undefined, row_points_no_cross undefined, global table_row = <function table_row>, line = (3367L, datetime.datetime(2023, 6, 3, 14, 9), 'MO', 2L, '10000', '9A6K', '', 599L, 1L, 'JN95GO', '9A1W', '', 599L, 1L, 'JN75ST', 235L, 'manual', '', 'r'), error = ' NXC <br><br>Uniq call on 10000 band! <br> [HA1W...14 <br> [9A4QV JN75BA] 1 times, ratio: 0.880 <br>', koef = 1, unique = True
 /home/bfrvhfc/public_html/cgi-bin/LOGS2023/logcheck2023jun.py in table_row(line=(3367L, datetime.datetime(2023, 6, 3, 14, 9), 'MO', 2L, '10000', '9A6K', '', 599L, 1L, 'JN95GO', '9A1W', '', 599L, 1L, 'JN75ST', 235L, 'manual', '', 'r'), error=' NXC <br><br>Uniq call on 10000 band! <br> [HA1W...14 <br> [9A4QV JN75BA] 1 times, ratio: 0.880 <br>', koef=1, claimed='checked', unique=True)
    419           dist_calc = dist ((lon1, lat1), (lon2,lat2))
    420           dist_calc = int(floor(dist_calc) + 1)
=>  421           points_c = dist_calc * int(c.mult[band])
    422 
    423         points_calc = koef * points_c 
points_c undefined, dist_calc = 235, builtin int = <type 'int'>, global c = <classess.Contests instance>, c.mult = {'1.3': '4', '10': '20', '122': '0', '144': '1', '2.3': '8', '24': '0', '3.4': '10', '432': '2', '47': '0', '5.7': '12', ...}, band = '10000'

<type 'exceptions.KeyError'>: '10000'
      args = ('10000',)
      message = '10000'