The H1 API has a built-in rate limit (currently set at 600 requests per minute). If you have a large number of programs, you will hit this rate limit and it will cause some portion of your programs gathered by bbscope to falsely report NO_IN_SCOPE_TABLE when in fact what has happened is the API returned a 429 response due to rate limiting.
Please see PR #13 for a proposed fix for this issue.
The H1 API has a built-in rate limit (currently set at 600 requests per minute). If you have a large number of programs, you will hit this rate limit and it will cause some portion of your programs gathered by
bbscope
to falsely reportNO_IN_SCOPE_TABLE
when in fact what has happened is the API returned a429
response due to rate limiting.Please see PR #13 for a proposed fix for this issue.