DRAFT BOARD SEARCH
On the clock: Done ()
--> -->
 
 
TypeError
Python 3.9.25: /usr/bin/python3
Thu Mar 5 06:22:34 2026

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /var/www/draftmatic/scripts/player.cgi in <module>
     82     cursor.execute(sql)
     83     row = cursor.fetchone()
=>   84     player_proteam = row[0]
     85     player_pos = row[1]
     86 
player_proteam = 'Sea', row = None

TypeError: 'NoneType' object is not subscriptable
      args = ("'NoneType' object is not subscriptable",)
      with_traceback = <built-in method with_traceback of TypeError object>