Help with AsyncStream #1620
-
Hi! My code
When I run it in .py file, it doesn't work and returns the error "An HTTP: 420 error occurred in the stream". Why does it work in Jupiter, but does not work in the .py file. How can this be fixed? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
A 420 HTTP status code indicates a Rate Limited error:
https://developer.twitter.com/en/docs/twitter-api/v1/tweets/filter-realtime/guides/connecting |
Beta Was this translation helpful? Give feedback.
A 420 HTTP status code indicates a Rate Limited error:
https://developer.twitter.com/en/docs/twitter-api/v1/tweets/filter-realtime/guides/connecting