TypeError: 'NoneType' object has no attribute '__getitem__ ...
www.reddit.com › r › learnpythonTypeError: 'NoneType' object has no attribute '__getitem__'. c.execute ('SELECT * FROM users WHERE username = ?', (username,)) self.request.send (LoginServerPackets.Confirmation2 ()) self.request.send (LoginServerPackets.LoginV (str (row ['username']))) -------------------------------------------------------------------------------------------------------------------------------------------.