tgstation / MapDiffBot

Tool for generating diff images of BYOND maps
GNU Affero General Public License v3.0
8 stars 11 forks source link

Error Rendering #134

Closed Mooshimi closed 2 years ago

Mooshimi commented 2 years ago

image

Octokit.ApiValidationException: Invalid request.

Only 65535 characters are allowed; 89722 were supplied. at Octokit.Connection.HandleErrors(IResponse response) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/Connection.cs:line 691 at Octokit.Connection.RunRequest(IRequest request, CancellationToken cancellationToken) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/Connection.cs:line 668 at Octokit.Connection.Run[T](IRequest request, CancellationToken cancellationToken) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/Connection.cs:line 652 at Octokit.ApiConnection.Patch[T](Uri uri, Object data, String accepts) at MapDiffBot.Core.GitHubManager.UpdateCheckRun(Int64 repositoryId, Int64 checkRunId, CheckRunUpdate checkRunUpdate, CancellationToken cancellationToken) at MapDiffBot.Core.PayloadProcessor.HandleResults(PullRequest pullRequest, Int64 checkRunId, Dictionary2 diffResults, IServiceScope scope, CancellationToken cancellationToken) at MapDiffBot.Core.PayloadProcessor.GenerateDiffs(PullRequest pullRequest, Int64 checkRunId, IReadOnlyList1 changedDmms, IServiceScope scope, CancellationToken cancellationToken) at MapDiffBot.Core.PayloadProcessor.ScanPullRequestImpl(Int64 repositoryId, Int32 pullRequestNumber, IServiceScope scope, CancellationToken cancellationToken) {"message":"Invalid request.\n\nOnly 65535 characters are allowed; 89722 were supplied.","documentation_url":"https://docs.github.com/rest/reference/checks#update-a-check-run"}

Cyberboss commented 2 years ago

Too many maps in one PR. Duplicate of #131