We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[x]
Commenting on a pull request on a line containing accented characters produces a 500 error with the following log:
2020/02/21 10:48:46 .../repo/pull_review.go:48:CreateCodeComment() [E] CreateCodeComment: Error 1366: Incorrect string value: '\xE8 vali...' for column 'patch' at row 1
The line this comment was pointing at is
throw new Exception("ATTENZIONE: La Sessione HTTP non è valida");
The text was updated successfully, but these errors were encountered:
Maybe you should use utf8mb4 charset on your app.ini
Sorry, something went wrong.
This happens when the file itself is not using utf-8 (e.g. ISO-8859-1). This is a duplicate of #7270.
No branches or pull requests
[x]
):Description
Commenting on a pull request on a line containing accented characters produces a 500 error with the following log:
The line this comment was pointing at is
The text was updated successfully, but these errors were encountered: