KryptedGaming / django-eveonline-connector

Django extension that adds entity models, SSO views, and celery tasks to interact with the #1 sci-fi sandbox MMO.
https://pypi.org/project/django-eveonline-connector/
MIT License
1 stars 1 forks source link

EveCharacter matching query does not exist. #67

Closed porowns closed 3 years ago

porowns commented 3 years ago
EveCharacter matching query does not exist.

Traceback (most recent call last):
  File "/opt/krypted/app/packages/django-eveonline-connector/django_eveonline_connector/tasks.py", line 30, in update_affiliations
    external_id=affiliation['character_id'])
  File "/usr/local/lib/python3.6/site-packages/django/db/models/manager.py", line 82, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/django/db/models/query.py", line 408, in get
    self.model._meta.object_name
django_eveonline_connector.models.EveCharacter.DoesNotExist: EveCharacter matching query does not exist.