BUG: Guilded not complying with Discord's 80 character limit in webhook usernames (25) #6

Closed
opened 2025-04-05 00:34:00 -07:00 by swee · 3 comments
Owner

A webhook request with the parameter username being non-alphanumeric causes Guilded to reject the message.

{"code":"BadRequest","message":"must have a properly formatted username","meta":{}}
A webhook request with the parameter `username` being non-alphanumeric causes Guilded to reject the message. ``` {"code":"BadRequest","message":"must have a properly formatted username","meta":{}} ```
swee self-assigned this 2025-04-05 00:34:00 -07:00
Author
Owner

I will be asking Guilded team about this, Discord doesn't have the same limitation.

I will be asking Guilded team about this, Discord doesn't have the same limitation.

{"code":"BadRequest","message":"must have a properly formatted username","meta":{}}

{"code":"BadRequest","message":"must have a properly formatted username","meta":{}}
swee changed title from BUG: Guilded not sending messages when username contains underscore and others to BUG: Guilded not complying with Discord's 80 character limit in webhook usernames (25) 2025-05-15 15:37:15 -07:00
Author
Owner

Apparently this issue is instead because of a character limit

Unlike Discord's limit of 80, Guilded set a username limit of 25.

This was fixed by truncating the platform indicator from all names except IRC

e.g. (Discord) -> [D]

Apparently this issue is instead because of a character limit Unlike Discord's limit of 80, Guilded set a `username` limit of 25. This was fixed by truncating the platform indicator from all names except IRC e.g. `(Discord)` -> `[D]`
swee closed this issue 2025-05-15 15:38:52 -07:00
Commenting is not possible because the repository is archived.
No labels
No milestone
No project
No assignees
2 participants
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: SweeZero/mandelBRot-1#6
No description provided.