Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Multiworld Watcher Multiworld Watcher
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Q4SG
  • Multiworld WatcherMultiworld Watcher
  • Issues
  • #94
Closed
Open
Issue created Apr 04, 2023 by Adam "MrBond" Ziegler@MrBondOwner

Large `!remaining` data does not send message

An excessively large !remaining output will not get properly split into message chunks, preventing the message from being DM'd to the player, showing a RangeError (SPLIT_MAX_LEN) error in the logs. The message chunking utility only uses line breaks for splitting large messages, but the !remaining output does not use line breaks. Add a comma as a potential chunk split character.

Also, while it does correctly catch the exception (and prevent a crash), the error is not sent to any configured telemetry outputs.

Edited Apr 04, 2023 by Adam "MrBond" Ziegler
Assignee
Assign to
Time tracking