hotosm / osm-tasking-manager2

Designed and built for Humanitarian OpenStreetMap Team collaborative emergency/disaster mapping, the OSM Tasking Manager 2.0 divides an area into individual squares that can be rapidly mapped by thousands of volunteers.
http://tasks.hotosm.org
Other
425 stars 156 forks source link

500 eror with project/new page. #691

Open pgiraud opened 8 years ago

pgiraud commented 8 years ago

Reported by Humber Yances on twg mailing list.

We just receive a solicitude from OCHA for maps between borders of Colombia and Venezuela, there is an humanitarian crisis for deportations of colombian citizens from Venezuela: http://reliefweb.int/report/colombia/colombia-situaci-n-humanitaria-en-frontera-colombo-venezolana-informe-de-situaci-n-1

It is not possible to create new projects in TM-CO

http://tareas.openstreetmap.co/project/new

It reach this error message:

"Internal Server Error The server encountered an unexpected internal server error (generated by waitress)"

pgiraud commented 8 years ago

From Humberto :

For project/new was weird.. first I added a line in development.ini to improve waitress logger

[logger_waitress] level = DEBUG

The error was related to a empty folder of an external repo (leaflet-control-osm-geocoder), I tried to resolve it by $git submodule update but it didn't work... so, the workaround was downloading the master.zip.

ethan-nelson commented 8 years ago

Could this be caused by git cloneing without adding the recursive flag?