geonode-project icon indicating copy to clipboard operation
geonode-project copied to clipboard

Upload fails with the validity of shapefile

Open dhiraj172 opened this issue 1 year ago • 2 comments

I have installed the geonode-project for quick implementation of a geostory on Ubuntu 20.4. I have followed the steps on github and the geonode-project documentation. The branch used was 4.1.x. Everything is loaded but when I try to upload a shapefile, it shoots an error telling me to check the validity of shapefile, no matter what I do with the shapefile. I have cleaned the geometry and tested everything but nothing works. The error can be traced to:

`  File "/home/geonode/.virtualenvs/my_geonode/lib/python3.8/site-packages/geonode/upload/views.py", line 548, in final_step_view
    assert saved_dataset
AssertionError`

Is there a way to solve this? The shapefile is clean and has been downloaded from my organizations geonode.

dhiraj172 avatar Feb 02 '23 20:02 dhiraj172