Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: 'AnonymousUser' object is not iterable #960

Open
sentry-io bot opened this issue Sep 12, 2021 · 1 comment
Open

TypeError: 'AnonymousUser' object is not iterable #960

sentry-io bot opened this issue Sep 12, 2021 · 1 comment
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Sep 12, 2021

Sentry Issue: CONFERENCE-SITES-5T

TypeError: 'AnonymousUser' object is not iterable
  File "django/utils/functional.py", line 247, in inner
    return func(self._wrapped, *args)
  File "django/db/models/sql/query.py", line 1149, in check_related_objects
    for v in value:
  File "django/db/models/sql/query.py", line 1320, in build_filter
    self.check_related_objects(join_info.final_field, value, join_info.opts)
  File "django/db/models/sql/query.py", line 1415, in _add_q
    split_subq=split_subq, check_filterable=check_filterable,
  File "django/db/models/sql/query.py", line 1393, in add_q
    clause, _ = self._add_q(q_object, self.used_aliases)
...
(32 additional frame(s) were not displayed)
@martey
Copy link
Contributor

martey commented Sep 12, 2021

This error is caused by non-logged-in users accessing the reviewing section. We need to make sure that all reviewing pages redirect to a login page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant