@halcy Thanks for updating the library today. I installed the 2.2.1 update and tried to build a simple streaming app. It does not give errors as it used to, but I am not getting any posts from the stream_public stream.
To try to debug it, I overrode
def _dispatch(self, event):
to print the event objects so I could see what is going on, and I am getting only:
{'event': 'delete', 'data': '114534539695375765'}
{'event': 'delete', 'data': '114534543856622891'}
{'event': 'delete', 'data': '116392308845328413'}
{'event': 'delete', 'data': '114324199157173495'}
{'event': 'delete', 'data': '116352683153907252'}
...
I also tried stream_hashtag and for that I am getting only:
I did not try the other streams.
Paul
@halcy Thanks for updating the library today. I installed the 2.2.1 update and tried to build a simple streaming app. It does not give errors as it used to, but I am not getting any posts from the
stream_publicstream.To try to debug it, I overrode
to print the event objects so I could see what is going on, and I am getting only:
I also tried
stream_hashtagand for that I am getting only:I did not try the other streams.
Paul