birdy icon indicating copy to clipboard operation
birdy copied to clipboard

Crash with no error report

Open SatoshiReport opened this issue 8 years ago • 0 comments

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?

SatoshiReport avatar Sep 08 '16 03:09 SatoshiReport