olin-build / ABE

Amorphous Blob of Events
https://abe.olin.build/
GNU Affero General Public License v3.0
7 stars 1 forks source link

PUT request to update recurrence returns 500 Internal Server Error #210

Open kylecombes opened 6 years ago

kylecombes commented 6 years ago

Steps to reproduce

1) Make a PUT request to /events/<event_id>/<rec_id> with some JSON payload, e.g.

PUT <dev_url>/events/5acc3e9adb9fbc000b2b0d72/2018-05-17
{
   "location": "MH Library UL",
   "rec_id": "2018-05-17T00:00:00",
   "sid": "5acc3e9adb9fbc000b2b0d72"
}

2) Server returns

{
  "message": "Internal Server Error"
}
TShapinsky commented 6 years ago

Removing "color" field in request mitigates 500 error

kylecombes commented 6 years ago

I'm pretty sure this is a different issue.

kylecombes commented 6 years ago

Yeah, just verified this is still a problem.