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

User.DoesNotExist: User matching query does not exist. #319

Open
sentry-io bot opened this issue Jul 11, 2021 · 0 comments · Fixed by #320
Open

User.DoesNotExist: User matching query does not exist. #319

sentry-io bot opened this issue Jul 11, 2021 · 0 comments · Fixed by #320
Assignees
Labels
bug Something isn't working medium Medium priority student Bug/Feature for student worklfow

Comments

@sentry-io
Copy link

sentry-io bot commented Jul 11, 2021

Sentry Issue: ACS-INTERFACE-Y

User.DoesNotExist: User matching query does not exist.
(1 additional frame(s) were not displayed)
...
  File "django/core/handlers/base.py", line 179, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "django/contrib/auth/decorators.py", line 21, in _wrapped_view
    return view_func(request, *args, **kwargs)
  File "/opt/interface/interface/views.py", line 312, in subs_for_user
    user = User.objects.get(username=username)
  File "django/db/models/manager.py", line 85, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "django/db/models/query.py", line 431, in get
    self.model._meta.object_name
@Jokeswar Jokeswar added bug Something isn't working medium Medium priority student Bug/Feature for student worklfow labels Jul 11, 2021
@Jokeswar Jokeswar linked a pull request Jul 12, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working medium Medium priority student Bug/Feature for student worklfow
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant