Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kylecombes opened this issue May 3, 2018 · 3 comments
Open
Labels
blocking Blocks development on ABE or its associated projects bug good first issue Good issues for first-time contributors
Projects

Comments

@kylecombes
Copy link
Contributor

kylecombes commented May 3, 2018

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"
}
  1. Server returns
{
  "message": "Internal Server Error"
}
@kylecombes kylecombes added bug blocking Blocks development on ABE or its associated projects labels May 3, 2018
@kylecombes kylecombes added this to the Final Events Ready milestone May 3, 2018
@osteele osteele added this to Sprint Backlog in Roadmap May 3, 2018
@osteele osteele moved this from Sprint Backlog to Product Backlog in Roadmap May 3, 2018
@TShapinsky TShapinsky self-assigned this May 3, 2018
@TShapinsky
Copy link
Contributor

Removing "color" field in request mitigates 500 error

@kylecombes
Copy link
Contributor Author

I'm pretty sure this is a different issue.

@kylecombes
Copy link
Contributor Author

Yeah, just verified this is still a problem.

@osteele osteele removed this from the Final Events Ready milestone May 15, 2018
@kylecombes kylecombes added the good first issue Good issues for first-time contributors label Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocking Blocks development on ABE or its associated projects bug good first issue Good issues for first-time contributors
Projects
Roadmap
  
Product Backlog
Development

No branches or pull requests

3 participants