Yuego / django-fias

Other
113 stars 70 forks source link

psycopg2.errors.NotNullViolation: null value in column "complete_xml_url" violates not-null constraint #108

Open new-see opened 3 years ago

new-see commented 3 years ago

Добрый день!

При выполнении команды python manage.py fias --src /path/to/fias_dbf.zip вылетает с ошибкой

django.db.utils.IntegrityError: null value in column "complete_xml_url" violates not-null constraint DETAIL: Failing row contains (20210622, null, 2021-06-22, null, null, null, null)

django 3.2 django-fias 2.0.0 python 3.6

Подскажите пожалуйста в чем проблема?

toshiroakio commented 3 years ago

fias\importer\version.py in parse_item_as_object insert code if not item.FiasCompleteXmlUrl or not item.FiasCompleteDbfUrl: return