-
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
Wrong http response code during review creation error #98
Comments
@yegor256 I'll try to reproduce it when it'd be possible. By the way, as I can see test b7e7429 is not about submitting review - it's about submitting project. The original problem of this issue occurs when I'm trying to submit new review to an existing project, but I already submitted over 100 reviews during this day. |
@yegor256 I've reproduced this bug again. It's important to note, that this bug occurs only after 100 reviews have already been created by my bot. As I suppose this check occurs here. Example of an curl-request to reproduce bug:
Same request in raw http:
Corresponding http-response (pay attention to
|
In the scope of issue #96 there were no any changes (see comment #96 (comment)).
Therefore I opened this issue.
Steps to reproduce
iakunin-codexia-bot
api-tokenExpected result
Error with http response code differs from 200.
Actual result
Http response code == 200 with message
You are reviewing too fast
in html-body.The text was updated successfully, but these errors were encountered: