Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Processing demo list 14 causes the geocoding process to crash #292

Closed
kellyi opened this issue Mar 12, 2019 · 1 comment
Closed

Processing demo list 14 causes the geocoding process to crash #292

kellyi opened this issue Mar 12, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@kellyi
Copy link
Contributor

kellyi commented Mar 12, 2019

Overview

Processing demo list 14 causes the geocoding process to crash. There may be bad data in the list but whatever's in it breaks the exception handling.

Expected Behavior

geocoding list 14 succeeds

Actual Behavior

geocoding list 14 fails with the following message:

Exception ignored in: <function CPointerBase.__del__ at 0x7fbe04b19620>
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/django/contrib/gis/ptr.py", line 36, in __del__
  File "/usr/local/lib/python3.7/site-packages/django/contrib/gis/geos/libgeos.py", line 155, in __call__
  File "/usr/local/lib/python3.7/site-packages/django/utils/functional.py", line 36, in __get__
  File "/usr/local/lib/python3.7/site-packages/django/contrib/gis/geos/libgeos.py", line 159, in func
ImportError: sys.meta_path is None, Python is likely shutting down

Steps to Reproduce

  • upload demo list 14
  • parse demo list 14
  • geocode demo list 14
@kellyi kellyi added the bug Something isn't working label Mar 12, 2019
@jwalgran
Copy link
Contributor

We ran into a problem before with that exception masking an actual problem with inconsistent fixture data:

#195 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants