obsrvbl-oss / flowlogs-reader

Command line tool and Python library for working with AWS VPC Flow Logs
Apache License 2.0
138 stars 23 forks source link

Handle PaginationError #27

Closed bbayles closed 8 years ago

bbayles commented 8 years ago

On occasion the pager returned by get_paginator('filter_log_events') will raise PaginationError, noting The same next token was received twice.

One hopes that this will be eventually fixed in botocore, and one hopes that this actually signals the end of the stream.

This issue is to catch the exception and terminate without raising an exception.

bbayles commented 8 years ago

Closed by #28.