Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

RATE_LIMIT_EXCEEDED when using nosetests #12

Description

@ianozsvald

Having just checked out the repo I ran the tests and received:

$ nosetests test_bitly_api.py
EE..

ERROR: test_bitly_api.testApi
...
raise BitlyError(data.get('status_code', 500), data.get('status_txt', 'UNKNOWN_ERROR'))
BitlyError: RATE_LIMIT_EXCEEDED
...
ERROR: test_bitly_api.testExpand
...
raise BitlyError(data.get('status_code', 500), data.get('status_txt', 'UNKNOWN_ERROR'))
BitlyError: RATE_LIMIT_EXCEEDED

Can your API key be whitelisted to allow these tests to pass, or perhaps you should force us to use our own API key (environment variable? local config file?), such that all the tests pass on a clean checkout?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions