Traceback (most recent call last):
File "/root/routes/game.py", line 395, in get
audio_filepath = audioSubmission['filepath']
TypeError: 'NoneType' object is not subscriptable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/tornado/web.py", line 1467, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/root/routes/game.py", line 445, in get
user=self.get_current_user().decode('utf-8'),
AttributeError: 'NoneType' object has no attribute 'decode'
so many wrong things with this..