mirror of
https://github.com/imputnet/cobalt.git
synced 2026-07-15 19:45:13 -05:00
url input with 256 characters max length is not enough #403
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doceazedo on GitHub (Aug 28, 2024).
bug description
the url input has an artificial limit of
maxlength="256"which is not enough for soundcloud links that can be up to 305 characters long:https://soundcloud.com)reproduction steps
https://soundcloud.com/introspecboy/m13-me-maceta-me-maceta-me-maceta-me-maceta-me-maceta-me-maceta-me-maceta-me-maceta-me-maceta-me-maceta-me-maceta-me-maceta-me-maceta-me-maceta-me-maceta-me-maceta-me-maceta-me-maceta-me-maceta-me-maceta-me-maceta-me-maceta-me-macetascreenshots
platform information
additional context
changing the
maxlengthto "305" on#url-input-areafixes this issue. i suggest bumping it to "512" tho since it's the next power of two that works. happy to open a pr if maintainers agree on this.@lostdusty commented on GitHub (Aug 29, 2024):
o nome da musica 😭
@doceazedo commented on GitHub (Sep 13, 2024):
Fixed by
f7da62e817