Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixcloud rate limit handling #7

Open
wlabarron opened this issue Aug 22, 2020 · 1 comment · May be fixed by #448
Open

Mixcloud rate limit handling #7

wlabarron opened this issue Aug 22, 2020 · 1 comment · May be fixed by #448
Assignees
Labels
awaiting-release Issues which are closed in the next release branch, waiting to be merged to main bug Something isn't working

Comments

@wlabarron
Copy link
Owner

The Mixcloud API has a rate limiter which sometimes responds with a "retry after" time period. Currently, this tool will ignore that and continue to try to publish shows.

@wlabarron wlabarron added the bug Something isn't working label Aug 22, 2020
@wlabarron
Copy link
Owner Author

wlabarron commented Aug 22, 2020

The exact API response is:

{ 
    "error": {
        "message": "",
        "type": "RateLimitException",
        "retry_after": 2749
    }
}

@wlabarron wlabarron added the awaiting-release Issues which are closed in the next release branch, waiting to be merged to main label Dec 27, 2023
@wlabarron wlabarron self-assigned this Dec 27, 2023
wlabarron added a commit that referenced this issue Dec 27, 2023
@wlabarron wlabarron linked a pull request Dec 27, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-release Issues which are closed in the next release branch, waiting to be merged to main bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant