Traceback (most recent call last):
  File "/home/ec2-user/src/github-ui/util.py", line 164, in handleOnePage
    html, headers = handler(path, isMike, environ)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ec2-user/src/github-ui/handle.py", line 1718, in handleQuery
    result = send('search', query)
             ^^^^^^^^^^^^^^^^^^^^^
  File "/home/ec2-user/src/github-ui/util.py", line 121, in send
    return self.processResponse(h)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ec2-user/src/github-ui/util.py", line 147, in processResponse
    raise RuntimeError('Server returned HTTP %s, %s:\n%s' % (r.status, r.reason, s.decode('utf-8')))
RuntimeError: Server returned HTTP 500, Internal Server Error:
search > indexName: index 'github' isn't started; call startIndex first