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

string indices must be integers #68

Closed porowns closed 3 years ago

porowns commented 3 years ago
string indices must be integers

Traceback (most recent call last):
  File "/opt/krypted/app/packages/django-eveonline-connector/django_eveonline_connector/models.py", line 525, in create_from_esi_row
    data_row, entity_external_id, *args, **kwargs)
  File "/opt/krypted/app/packages/django-eveonline-connector/django_eveonline_connector/models.py", line 859, in _create_from_esi_row
    item['quantity'], resolve_type_id_to_type_name(item['type_id'])))
TypeError: string indices must be integers