For the last week or so, I’ve seen an increasing number of errors from the Trello REST API. The errors are kind of odd as they are normal HTTP errors, but with blank error messages (HTTP.Response is an empty string).
It is very sporadic, with all requests failing for 3-5 minutes and then working again for hours. Nothing has been changed on the consuming end, and no incidents are posted on the Trello Status site
Anyone else using the Trello API is seeing something similar?
Hmm. Investigating some more, this to more be a change than an error.. It seems like the Rest API is sending different (Wrong?) Status codes back, so example the endpoint GetMembersOfBoard now sometime return status code 202 (Accepted) instead of 200 (OK) … Very odd