| TypeError | Python 3.9.25: /usr/bin/python3 Thu Mar 5 06:23: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> |
| 82 cursor.execute(sql) |
| 83 row = cursor.fetchone() |
| => 84 player_proteam = row[0] |
| 85 player_pos = row[1] |
| 86 |
| player_proteam = 'Atl', row = None |
TypeError: 'NoneType' object is not subscriptable
args =
("'NoneType' object is not subscriptable",)
with_traceback =
<built-in method with_traceback of TypeError object>