Noticed this issue on peertube.social, running PeerTube v1.0.0-rc.2
The report description length claims to be limited to 300 characters. This seems unnecessarily small, and I was already running into this limit just trying to link to three places where a video was reposted:

Then I tried shortening the message, and it failed with an internal server error, indicating that perhaps the length limits enforced by the client vs the server are inconsistent. After shortening it even further, the submit succeeded.
Did you submit it with newlines? Cause it seems they got lost somewhere along the way:

It might also be a good idea if users could report multiple videos at once (or report an entire account).
Yes, I included newlines. Is it interpreting the box as plain HTML i wonder, rather than some kind of preformatted text?
That seems to be it, if I inspect the HTML directly, it has newlines.
Thanks, it should be fixed by https://github.com/Chocobozzz/PeerTube/commit/1506307f2f903ce0f80155072a33345c702b7c76
Most helpful comment
Did you submit it with newlines? Cause it seems they got lost somewhere along the way:
It might also be a good idea if users could report multiple videos at once (or report an entire account).