-
Notifications
You must be signed in to change notification settings - Fork 1
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
User not found
leads to runtime exception
#131
Comments
@yegor256 As I see this error refers to this project, see this line:
Maybe this issue needs to be transferred to that project? |
@Yegorov you are right, transferred |
@Yegorov maybe it's possible to check the presence of a user via GitHub API? Just ignoring all client errors is not a good idea. |
@yegor256 it was a false assumption that the user was deleted or not found
If the user does not exist, then there must be an error:
Error
We cannot find out why Github answered with this I propose to implement logging only answers with statuses of more than 400 to find out the cause of this error. |
@Yegorov I like the idea of making logging more verbose. Now, we use |
@rultor release, tag is |
I found this problem here:
Probably, the user is deleted and that's why we fail.
The text was updated successfully, but these errors were encountered: