| Date Time [UTC] | Call | Exchange 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 Tue Nov 18 02:02:58 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 = (('LZ1S', '1.3'),), with_header = True |
| /home/bfrvhfc/public_html/cgi-bin/LOGS2021/logcheck2021may.py in list_callsign(callsigns=(('LZ1S', '1.3'),), 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 = 'LZ1S', band = '1.3' |
| /home/bfrvhfc/public_html/cgi-bin/LOGS2021/logcheck2021may.py in call_check(callsign='LZ1S', band='1.3') |
| 519 query = """select stroke, qra from %s where callsign="%s" """ % ( |
| 520 table, callsign) |
| => 521 cursor.execute(query) |
| 522 result = cursor.fetchone() |
| 523 stroke, home = result |
| global cursor = <mysql.connector.cursor_cext.CMySQLCursor object>, cursor.execute = <bound method CMySQLCursor.execute of <mysql.connector.cursor_cext.CMySQLCursor object>>, query = 'select stroke, qra from 2021may where callsign="LZ1S" ' |
| /home/bfrvhfc/.venv/lib/python3.12/site-packages/mysql/connector/cursor_cext.py in execute(self=<mysql.connector.cursor_cext.CMySQLCursor object>, operation='select stroke, qra from 2021may where callsign="LZ1S" ', 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 0x75bbc321dcb0 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>