3.2 / 06.2020 Bulgarian Federation of Radio Amateurs (BFRA) - VHF Contests

VHF Contest " LZ DX VHF/UHF Contest "

6-7 Jun 2020
Preliminary Results
This page is still in testing mode, be patient!!
Deadline to submit your logs was 1433 days ago: 15-Jun-2020
--> -->
 
 
<type 'exceptions.TypeError'>
Python 2.7.13: /usr/bin/python
Sat May 18 02:25:54 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/cgi-bin/LOGS2020/logcheck2020jun.py in ()
   1466 html_header()
   1467 
=> 1468 if contest() == False: 
   1469       select_contest()
   1470 
contest = <function contest>, builtin False = False
 /home/bfrvhfc/cgi-bin/LOGS2020/logcheck2020jun.py in contest()
   1383             after_deadline = True
   1384             if after_deadline: 
=> 1385                 list_callsign(callsigns, "checked",with_header)
   1386                 with_header = False
   1387             list_callsign(callsigns, "claimed", with_header)
global list_callsign = <function list_callsign>, callsigns = (('9A2KD', '50'),), with_header = True
 /home/bfrvhfc/cgi-bin/LOGS2020/logcheck2020jun.py in list_callsign(callsigns=(('9A2KD', '50'),), claimed='checked', with_header=True)
    899     cursor.execute(query)
    900     result = cursor.fetchone()
=>  901     stroke, home = result
    902     full_call = callsign
    903     if stroke!="": full_call="%s/%s" %(callsign, stroke)
stroke undefined, home undefined, result = None

<type 'exceptions.TypeError'>: 'NoneType' object is not iterable
      args = ("'NoneType' object is not iterable",)
      message = "'NoneType' object is not iterable"