You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValidationError: 1 validation error for MembershipRow
denies.0
Input should be a valid string [type=string_type, input_value=None, input_type=NoneType]
For further information visit https://errors.pydantic.dev/2.0.3/v/string_type
(2 additional frame(s) were not displayed)
...
File "__init__.py", line 298, in error_router
return original_handler(e)
File "flask/app.py", line 1516, in full_dispatch_request
rv = self.dispatch_request()
File "flask/app.py", line 1502, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File "web/blueprints/user/__init__.py", line 459, in user_show_groups_json
items=[
File "web/blueprints/user/__init__.py", line 460, in <listcomp>
MembershipRow(
The text was updated successfully, but these errors were encountered:
Sentry Issue: PYCROFT-5N
The text was updated successfully, but these errors were encountered: