Skip to content
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

EmbedBuilderArgumentException: Embed description is too long (2048 characters limit) #2

Open
Anikate-De opened this issue Sep 13, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Anikate-De
Copy link
Owner

When the bot user tries to run code which might have an output that exceeds 2048 characters, the bot fails to responds, breaking UX flow

The following error shows up in the bot Logs -

[EmbedBuilderArgumentException: Embed description is too long (2048 characters limit)]. Stacktrace:
EmbedBuilder.build (package:nyxx/src/utils/builders/embed_builder.dart:104:7)
MessageBuilder.build (package:nyxx/src/utils/builders/message_builder.dart:176:65)
ComponentMessageBuilder.build (package:nyxx_interactions/src/builders/component_builder.dart:252:18)
HttpEndpoints.sendMessage (package:nyxx/src/internal/http_endpoints.dart:1177:25)
CacheableTextChannel.sendMessage (package:nyxx/src/core/channel/cacheable_text_channel.dart:52:80)

@Anikate-De Anikate-De added the bug Something isn't working label Sep 13, 2022
@Anikate-De Anikate-De self-assigned this Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant