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
After taking a long time to run python manage.py cities_light --progress, it gets killed before it can download the alternate names. Here are the logs - it's just showing Killed at the end and not very helpful:
Saving St Marys, Georgia, United States failed: IntegrityError('duplicate key value violates unique constraint "cities_light_city_region_id_subregion_id_slug_efb2e768_uniq"\nDETAIL: Key (region_id, subregion_id, slug)=(3600, 40384, st-marys) already exists.\n')
RAM used: 129 MB ETA: 0:00:16 Done: 98%|############################################################################################################################################################################################################################# |
Saving Santa Ana, Táchira, Venezuela failed: IntegrityError('duplicate key value violates unique constraint "cities_light_city_region_id_subregion_id_name_cdfc77ea_uniq"\nDETAIL: Key (region_id, subregion_id, name)=(3689, 43739, Santa Ana) already exists.\n')
RAM used: 129 MB Time: 0:21:05 Done: 100%|#################################################################################################################################################################################################################################|
Killed
Upon checking the downloaded files, alternateNames.zip file size is 0. I tried to remove it then rerun again but it keeps on happening.
The temporary solution that solved it is downloading the zip file manually into the data directory using curl and then re-running the management command.
The text was updated successfully, but these errors were encountered:
After taking a long time to run
python manage.py cities_light --progress
, it gets killed before it can download the alternate names. Here are the logs - it's just showingKilled
at the end and not very helpful:Upon checking the downloaded files,
alternateNames.zip
file size is 0. I tried to remove it then rerun again but it keeps on happening.The temporary solution that solved it is downloading the zip file manually into the data directory using
curl
and then re-running the management command.The text was updated successfully, but these errors were encountered: