mergeable icon indicating copy to clipboard operation
mergeable copied to clipboard

Error stating I have exceeded 65535 characters when I am only entering 29150 characters.

Open leewilson86 opened this issue 1 year ago • 2 comments

I often get the following error flagged against my Pull Request description when I know I am not exceeding the character count.

HttpError: Invalid request.

Only 65535 characters are allowed; 525915 were supplied.

In the current instance of this error, my character count is only: 29150

I have noticed this happens when I want to paste a Terraform plan into the description. This is usually a simple copy/paste from the macOS Terminal app.

leewilson86 avatar May 16 '24 10:05 leewilson86

@leewilson86 look at octokit's lib, we use them to get info about github to have a better understanding of your issue. https://github.com/octokit/rest.js

shine2lay avatar May 16 '24 17:05 shine2lay

@leewilson86 look at octokit's lib, we use them to get info about github to have a better understanding of your issue. https://github.com/octokit/rest.js

Thanks for your reply. I am not exactly what you want me to look at. Could you tell me what the issue is please?

leewilson86 avatar Nov 20 '24 15:11 leewilson86