twit icon indicating copy to clipboard operation
twit copied to clipboard

streaming-api-connection doesn't forward twitter api errors

Open mikedotalmond opened this issue 8 years ago • 2 comments

I recently started getting 413 responses from the statuses/sample streaming endpoint, but I had to put some logs into streaming-api-connection.js to find that out. The error code I get from twit is just the "incorrect header check" one from gzip when it recives uncompresed data.

Incidentally, my code hasn't changed and I started getting these errors yesterday... so I'm not sure why it's happening, unless twitter has changed something.

mikedotalmond avatar May 26 '16 12:05 mikedotalmond

Same here.

patrikhermansson avatar Apr 03 '17 09:04 patrikhermansson

The streams implementation in twitter-lite does forward errors. Here's a failed Travis test due to rate limiting.

dandv avatar Dec 21 '18 04:12 dandv