DRAFT BOARD SEARCH
On the clock: Done ()
--> -->
 
 
TypeError
Python 3.9.25: /usr/bin/python3
Mon Mar 9 12:57:10 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>
     84     cursor.execute(sql)
     85     row = cursor.fetchone()
=>   86     player_proteam = row[0]
     87     player_pos = row[1]
     88 
player_proteam = 'Ten', row = None

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