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

Handle 404 error #28

Open
ctmbl opened this issue Jul 11, 2023 · 0 comments · May be fixed by #42
Open

Handle 404 error #28

ctmbl opened this issue Jul 11, 2023 · 0 comments · May be fixed by #42
Assignees

Comments

@ctmbl
Copy link
Contributor

ctmbl commented Jul 11, 2023

Currently the only HTTP codes we're handling since #26 are 200 and 429
So if we get 404, which can be pretty common we'll go idle right away but we maybe shouldn't becase retrying the same wrong request makes no sense. Also a 404 error could be caught in addusers command see #27 to continue adding the other ids when one has failed

@Xlitoni Xlitoni self-assigned this Nov 16, 2023
@Xlitoni Xlitoni linked a pull request Nov 16, 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
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants