I\'m currently having trouble getting example code for using tweepy to access Twitter\'s Streaming API to run correctly (err...or at least how I expect it to run). I\'m using a
I ran into this as well and fixed it on my local checkout by changing line 160 in streaming.py to
if delimited_string.strip().isdigit():
This seems to be a known issue/bug in Tweepy - should have checked the issues list before doing all that debugging :) -
https://github.com/tweepy/tweepy/pull/173 https://github.com/tweepy/tweepy/pull/182