Hello,
I’ve wrote a program using python to use the streaming API to simply poll for tweets with specific handles or hashtags. For some reason, the stream does not stay open very long and exits with the following error message:
WARNING:root:<class ‘str’> Twitter stream stalled
The stream only stays open for about 1 minute and closes. Has anybody else had similar issues?? I am using Geduldig’s TwitterAPI.
Thanks