-
Notifications
You must be signed in to change notification settings - Fork 18
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
[BUG]: 404 being retried #576
Comments
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with |
Can you share details on your environment? We've seen reports of some implementations not following the specifications, and returning the status code as a string instead of a number |
What do you mean by my environment? |
What OS? |
This is MacOS running locally in a terminal. |
What happened?
a 404 response code is being retried even though the docs say it shouldn't be.
this is how i create the client
I've tried adding the codes specifically but that doesn't affect anything
Making any of those a string value makes the script run really slow which may be another issue.
This is the function call that 404's and retries 9 times.
Am I doing something wrong?
Versions
npmPackages:
@octokit/plugin-retry: ^7.1.1 => 7.1.1
@octokit/plugin-throttling: ^9.3.1 => 9.3.1
@octokit/rest: ^21.0.2 => 21.0.2
prettier: ^3.3.3 => 3.3.3
Binaries:
Node: 20.12.2 - ~/.local/state/fnm_multishells/1026_1726157267087/bin/node
npm: 10.8.2 - ~/.local/state/fnm_multishells/1026_1726157267087/bin/npm
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: