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

Show proper error message which API gives 429 response #254

Merged
merged 2 commits into from
Jan 10, 2023

Commits on Jan 3, 2023

  1. Show proper error message which API gives 429 response

    For the time being, if a response receives a 429 error, it will check to see if X-RateLimit-Delay is present or not in headers. If it is not, it will send the message 'X-RateLimit-Delay header is missing',
    otherwise it will compute the rate limit and send the static message 'IP is rate limited'.
    
    Need to change:
    ---------------
    
    Replace the static message that says 'IP is rate limited' with the message that is received from the response body.
    smurf-U committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    18eb761 View commit details
    Browse the repository at this point in the history
  2. [FIX]pipeline

    smurf-U committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    fb3d3fc View commit details
    Browse the repository at this point in the history