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
Unexpected response from Icosa: Traceback (most recent call last):
File "/venv/lib/python3.11/site-packages/ninja/operation.py", line 107, in run
result = self.view_func(request, **values)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/icosa/api/assets.py", line 308, in upload_new_assets
asset = Asset.objects.create(
^^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.11/site-packages/django/db/models/manager.py", line 87, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.11/site-packages/django/db/models/query.py", line 679, in create
obj.save(force_insert=True, using=self.db)
File "/opt/icosa/models.py", line 470, in save
self.rank = self.get_updated_rank()
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/icosa/models.py", line 445, in get_updated_rank
return asset_qs.first().rank
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'rank'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: