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

VHF Contest " Day of radio "

1-2 May 2021
Preliminary Results
This page is still in testing mode, be patient!!
Deadline to submit your logs was 1423 days ago: 10-May-2021
Contest Day of radio
Callsign LZ1ZB
Category Single operator
Band 3,4 GHz
QRA KN12QO
LZ stn worked 1 ( 1 different squares)
ODX LZ5HP;KN12TM;23
Claimed score: 23 point


--> -->
Date Time
[UTC]
CallExchange
Sent
Exchange
Received
Claimed/
Calculated
km
Claimed
points
Errors and
Remarks
POINTS
earned
 
 
InternalError
Python 3.12.3: /home/bfrvhfc/public_html/cgi-bin/LOGS2021/../../../.venv/bin/python
Wed Apr 2 12:18:18 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/LOGS2021/logcheck2021may.py in <module>
   1722 html_header()
   1723 
=> 1724 if contest() == False:
   1725     select_contest()
   1726 
contest = <function contest>
 /home/bfrvhfc/public_html/cgi-bin/LOGS2021/logcheck2021may.py in contest()
   1632         after_deadline = True
   1633         if after_deadline:
=> 1634             list_callsign(callsigns, "checked", with_header)
   1635             with_header = False
   1636             list_callsign(callsigns, "claimed", with_header)
global list_callsign = <function list_callsign>, callsigns = (('LZ1ZB', '3.4'),), with_header = True
 /home/bfrvhfc/public_html/cgi-bin/LOGS2021/logcheck2021may.py in list_callsign(callsigns=(('LZ1ZB', '3.4'),), claimed='checked', with_header=True)
    989             # results_file.write(".")
    990         if claimed == "checked":
=>  991             points, points_fm, ODXCall, ODXLoc, ODXDist, points_no_cross = call_check(
=>  992                 callsign, band
=>  993             )
points undefined, points_fm undefined, ODXCall = '', ODXLoc = '', ODXDist = 0, points_no_cross undefined, global call_check = <function call_check>, callsign = 'LZ1ZB', band = '3.4'
 /home/bfrvhfc/public_html/cgi-bin/LOGS2021/logcheck2021may.py in call_check(callsign='LZ1ZB', band='3.4')
    525     query = """ select call_r from %s where callsign="%s"  and band="%s" and dupe!="D" order by date_time asc""" % (
    526         table, callsign, band)
=>  527     cursor.execute(query)
    528     calls_r = cursor.fetchall()
    529 
global cursor = <mysql.connector.cursor_cext.CMySQLCursor object>, cursor.execute = <bound method CMySQLCursor.execute of <mysql.connector.cursor_cext.CMySQLCursor object>>, query = ' select call_r from 2021may where callsign="LZ1Z...d band="3.4" and dupe!="D" order by date_time asc'
 /home/bfrvhfc/.venv/lib/python3.12/site-packages/mysql/connector/cursor_cext.py in execute(self=<mysql.connector.cursor_cext.CMySQLCursor object>, operation=' select call_r from 2021may where callsign="LZ1Z...d band="3.4" and dupe!="D" order by date_time asc', params=(), map_results=False)
    311             raise ProgrammingError("Cursor is not connected", 2055) from err
    312 
=>  313         self._connection.handle_unread_result()
    314         self.reset()
    315 
self = <mysql.connector.cursor_cext.CMySQLCursor object>, self._connection = <weakproxy at 0x7ca175099c60 to CMySQLConnection>, self._connection.handle_unread_result = <bound method CMySQLConnection.handle_unread_res...nnector.connection_cext.CMySQLConnection object>>
 /home/bfrvhfc/.venv/lib/python3.12/site-packages/mysql/connector/connection_cext.py in handle_unread_result(self=<mysql.connector.connection_cext.CMySQLConnection object>, prepared=False)
   1103             self.consume_results()
   1104         elif unread_result:
=> 1105             raise InternalError("Unread result found")
   1106 
   1107     def reset_session(
global InternalError = <class 'mysql.connector.errors.InternalError'>

InternalError: Unread result found
      add_note = <built-in method add_note of InternalError object>
      args = (-1, 'Unread result found', None)
      errno = -1
      msg = 'Unread result found'
      sqlstate = None
      with_traceback = <built-in method with_traceback of InternalError object>