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

NotAuthenticated: Authentication credentials were not provided. #5011

Open
2 tasks
sentry-io bot opened this issue Aug 11, 2021 · 0 comments
Open
2 tasks

NotAuthenticated: Authentication credentials were not provided. #5011

sentry-io bot opened this issue Aug 11, 2021 · 0 comments

Comments

@sentry-io
Copy link

sentry-io bot commented Aug 11, 2021

Seeing a lot more of this exception, but I'm not sure it's meaningful.

  • take a look at the issue in Sentry and see if there's an actual bug to be fixed. Or is it just an unauthenticated request?
  • if not, take some action to stop raising this error to Sentry

Sentry Issue: MICROMASTERS-4P2

NotAuthenticated: Authentication credentials were not provided.
  File "rest_framework/views.py", line 493, in dispatch
    self.initial(request, *args, **kwargs)
  File "rest_framework/views.py", line 411, in initial
    self.check_permissions(request)
  File "rest_framework/views.py", line 333, in check_permissions
    self.permission_denied(
  File "rest_framework/views.py", line 174, in permission_denied
    raise exceptions.NotAuthenticated()

An exception was intercepted by custom_exception_handler
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

0 participants