ValueError: This group doesn't seem to match any known type of group. This shouldn't be in the database!
(25 additional frame(s) were not displayed)
...
File "h/viewderivers.py", line 30, in wrapper_view
resp = view(context, request)
File "/var/lib/hypothesis/h/templates/admin/groups.html.jinja2", line 6, in top-level template code
{% set page_title = 'Groups' %}
File "/var/lib/hypothesis/h/templates/layouts/admin.html.jinja2", line 65, in top-level template code
{% block content %}{% endblock %}
File "/var/lib/hypothesis/h/templates/admin/groups.html.jinja2", line 30, in block 'content'
{% if group.type in ('open', 'restricted') %}
File "h/models/group.py", line 208, in type
raise ValueError(
Sentry Issue: H-2TC