API Instability and Errors with no messages

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?

3 Likes

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

2 Likes

My POST requests are failing too with this code 202 but no response text.

1 Like

Same issue on my end. Now works. The service was down for 15 minutes.

1 Like

I’ve reported it to Trello support… Awaiting response

1 Like

We got the same issue.

1 Like

We’re having the same issue.
Unfortunate since 202 shows up as a successful request, but it didn’t actually go through.

1 Like

Trello Support have confirmed and fix this issue now :slight_smile:

2 Likes