QutEcoacoustics / baw-server

The acoustic workbench server for storing and managing ecoacoustic data. Manages the structure and audio data. Provides an API for clients access.
Apache License 2.0
9 stars 4 forks source link

Do not send custom error emails for 404s from analysis-results endpoint #245

Closed atruskie closed 8 years ago

atruskie commented 8 years ago

e.g.

https://staging.ecosounds.org/analysis_jobs/system/audio_recordings/188257/Towsey.Acoustic/ZoomingTiles1

and

https://staging.ecosounds.org/analysis_jobs/system/audio_recordings/188257/Towsey.Acoustic/ZoomingTiles/1

Correctly report 404s when requested but do send error emails. This is incorrect because the server as not experienced an error - the file correctly does not exist.

atruskie commented 8 years ago

:+1: