Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is there a sudden increase in TTransportException?

Tags:

evernote

We're recently receiving a lot of com.evernote.thrift.transport.TTransportException with HTTP codes 400, 429, 418.

429 corresponds to Too Many Requests but it was handled with EDAMSystemException RATE_LIMIT_REACHED before.

like image 217
Bharath PS Avatar asked Apr 24 '20 08:04

Bharath PS


1 Answers

We managed to make contact with Evernote developer support where they came to the realisation that a change their end was causing our issues.

We'd observed:

  • rate limits being far stricter than normal
  • rate limit errors being empty 429 responses, therefore not being picked up by the correct error handling on the SDK (we using Ruby)

Our issue is fixed now. My hope is that the change that fixed things for us has been rolled out to everyone, but if not I recommend emailing [email protected].

like image 124
Nevett Avatar answered Oct 06 '22 21:10

Nevett