SkyTruth / django_tools

1 stars 1 forks source link

fracbotserver errors when non-numeric text in float field. #1

Closed craigwin-ni closed 10 years ago

craigwin-ni commented 10 years ago

When a client browser submits a PDF to fracbotserver, if the Concetration fields contain a non-float text such as "Proprietary" or a number with a percent sign (eg 1.23%, which is common) the server gets an exception and returns a 500 error to the client. Scraping Alaska produces several of these errors.

redhog commented 10 years ago

This was fixed in SHA: e4f428764b5200ac7e980034c33f06996ed2d9a7 but was not deployed to siteinfo. It should be working now.