-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
2000 limit on replies #77
Comments
@ccoVeille was getting {
"ts": 1723845161.081822,
"level": "err",
"r": 32,
"file": "bot.go",
"line": 286,
"msg": "error",
"err": "HTTP 400 Bad Request, {\"message\": \"Invalid Form Body\", \"code\": 50035, \"errors\": {\"content\": {\"_errors\":
[{\"code\": \"BASE_TYPE_MAX_LENGTH\", \"message\": \"Must be 2000 or fewer in length.\"}]}}}"
} so yeah 2000 is kinda "magic" |
ldemailly
added a commit
that referenced
this issue
Aug 16, 2024
ldemailly
added a commit
that referenced
this issue
Aug 16, 2024
* Use runes - better fix for #77, review comments * add missing 'characters' word * get the latest grol language version with * on slice and optional join/split sep arg * review comment * fix up english
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ultimately we could attach the full result but for now let's just truncate
The text was updated successfully, but these errors were encountered: