ytsapras / robonet_site

Django RoboNet operational database.
GNU General Public License v2.0
0 stars 0 forks source link

Trigger-REA-Hi form produces a 404 #28

Open rachel3834 opened 6 years ago

rachel3834 commented 6 years ago

Using the trigger REA-hi form on the operational server produces a 404 error. The same code produces the correct response on the test server.

Also, when REA-hi observations are requested, they are being recorded in the DB as "L - standard" instead.

rachel3834 commented 6 years ago

Updated rea_obs.py to ensure REA-HI observations are correctly labeled and that this is propagated to the DB.

Added logging output to the trigger_rea_hi functions to track this failure, but now cannot re-create it. It could be the result of a browser time-out in cases of slow server response. I will leave the logging output in place to trace future occurrences.