yegor256 / rultor

DevOps team assistant that helps you merge, deploy, and release GitHub-hosted apps and libraries
https://www.rultor.com
Other
561 stars 157 forks source link

comment number is signed #2025

Closed yegor256 closed 3 months ago

yegor256 commented 3 months ago
{"message":"Not Found","documentation_url":"https://docs.github.com/rest/issues/comments#get-an-issue-comment"}
Expected: HTTP response with status 200
     but: was <404 Not Found [https://api.github.com/repos/DynamicSphereAI/infra/issues/comments/-2145850039]
Server: GitHub.com
Date: Wed, 05 Jun 2024 07:49:38 GMT
Content-Type: application/json; charset=utf-8
Transfer-Encoding: chunked
X-OAuth-Scopes: admin:org, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow
X-Accepted-OAuth-Scopes: repo
X-GitHub-Media-Type: github.v3
X-Github-Api-Version-Selected: 2022-11-28
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 3683
X-RateLimit-Reset: 1717575159
X-RateLimit-Used: 1317
X-RateLimit-Resource: core
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
Access-Control-Allow-Origin: *
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
X-Frame-Options: deny
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
Content-Security-Policy: default-src 'none'
Vary: Accept-Encoding, Accept, X-Requested-With
X-GitHub-Request-Id: ADDC:113677:710A59E:C4658DE:66601892

{"message":"Not Found","documentation_url":"https://docs.github.com/rest/issues/comments#get-an-issue-comment"}>
    at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
    at com.jcabi.http.response.RestResponse.assertStatus(RestResponse.java:109)
    at com.jcabi.github.RtJson.fetch(RtJson.java:77)
    at com.jcabi.github.RtComment.json(RtComment.java:120)
    at com.jcabi.github.Comment$Smart.author(Comment.java:137)
    at com.rultor.agents.github.Answer.post(Answer.java:109)
    at com.rultor.agents.github.Reports.process(Reports.java:119)
    at com.rultor.agents.AbstractAgent.execute(AbstractAgent.java:73)
    at com.rultor.spi.Agent$Iterative.execute(Agent.java:89)
    at com.rultor.agents.VerboseAgent.execute(VerboseAgent.java:60)
    ... 16 more