python - Tweepy Streamlistener string length -


i working on python app uses tweepy track twitter stream strings (using streamlistener feature). however, seems run 406 status code twitter api , think because string trying track quite long.

i've searched indication of whether there limit length of string tracking, aware of , can confirm string length limit?

thanks in advance!

well.. after digging , digging, came across this: https://dev.twitter.com/streaming/overview/request-parameters#track

where states following: "each phrase must between 1 , 60 bytes, inclusive."

i wish written in bold caps lock on!

anyways, missed did, here ya go.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -