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
>>> b.reassign(True)
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "/src/server/crashmanager/models.py", line 232, in reassign
BucketHit.increment_count(
File "/src/server/crashmanager/models.py", line 370, in increment_count
counter, _ = cls.objects.get_or_create(
File "/home/worker/.local/lib/python3.10/site-packages/django/db/models/manager.py", line 85, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
File "/home/worker/.local/lib/python3.10/site-packages/django/db/models/query.py", line 929, in get_or_create
return self.get(**kwargs), False
File "/home/worker/.local/lib/python3.10/site-packages/django/db/models/query.py", line 653, in get
raise self.model.MultipleObjectsReturned(
crashmanager.models.BucketHit.MultipleObjectsReturned: get() returned more than one BucketHit -- it returned 2!
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: