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
Traceback (most recent call last):
File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/django/core/handlers/base.py", line 126, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/home/ubuntu/gitcoin/coin/app/dashboard/views.py", line 490, in profile_keywords
keywords = profile_keywords_helper(handle)
File "/home/ubuntu/gitcoin/coin/app/dashboard/views.py", line 476, in profile_keywords_helper
profile = profile_helper(handle)
File "/home/ubuntu/gitcoin/coin/app/dashboard/views.py", line 464, in profile_helper
profile = Profile.objects.get(handle__iexact=handle)
File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/django/db/models/manager.py", line 82, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/django/db/models/query.py", line 407, in get
(self.model._meta.object_name, num)
MultipleObjectsReturned: get() returned more than one Profile -- it returned 2!
The text was updated successfully, but these errors were encountered:
View details in Rollbar: https://rollbar.com/mbeacom/gitcoin/items/201/
The text was updated successfully, but these errors were encountered: