| TypeError | Python 3.9.24: /usr/bin/python3 Sat Nov 8 21:16:41 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.
| /var/www/draftmatic/scripts/player.cgi in <module> |
| 82 cursor.execute(sql) |
| 83 row = cursor.fetchone() |
| => 84 player_proteam = row[0] |
| 85 |
| 86 print('''<div style="background-color:none;padding-top:90px;padding-bottom:8px;width:100%;font-family:'Roboto Condensed',sans-serif;font-size:14px;text-align:center;">''') |
| player_proteam = 'Min', row = None |
TypeError: 'NoneType' object is not subscriptable
args =
("'NoneType' object is not subscriptable",)
with_traceback =
<built-in method with_traceback of TypeError object>