-
Notifications
You must be signed in to change notification settings - Fork 3
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
RequestError [HttpError]: API rate limit exceeded #21
Comments
Can confirm, I am seeing the same thing. One difference, I am authenticating with this action, and am running saucectl in a separate step.
then separately later in the action
But the outcome is the same, occasionally I am seeing the api limit error. |
Hi ! We've updated the action to use |
Hi @FriggaHel, after adding the
Is it referring to the |
Hi @leinardi ! My bad, I introduced a typo in the Expected env needs to be
and not:
I will update the doc accordingly. According to your output, it looks like you replicated my mistake.
At this stage this is not an error on Sauce Labs authentication. |
Hi @FriggaHel, typo fixed, everything seems fine now. |
Since last week we are starting to get some
API rate limit exceeded
errors when using this action.This is the error:
The error states that
Authenticated requests get a higher rate limit
, but I think we are already using authenticated requests or, at least this is how we are starting the Action:Are we doing something wrong? How is it possible that we are already hitting the API limit? And why the error is stating that Authenticated requests get a higher rate limit?
The text was updated successfully, but these errors were encountered: