birdy
birdy copied to clipboard
Crash with no error report
Great piece of work, thanks for birdy!
I am using twitter streaming with code much like:
resource = client.stream.statuses.filter.post(track='twitter') for data in resource.stream(): print data
However, after a few days it crashes and I am not sure why. Any way to run with enhanced logging to capture the issue?