#"Tag Requests" feature causes request failures with latest Radarr validation

6 messages · Page 1 of 1 (latest)

keen tree
#

When the Tag Requests feature is enabled, for new users, Overseerr tries to create a tag in Radarr using the pattern "id - username"

As of the latest Radarr version, tags with spaces are no longer accepted https://github.com/radarr/radarr/issues/11293
They enforce ^[a-z0-9-]+$.

This is causing requests to Radarr to fail with a 400 for new users

GitHub

Is there an existing issue for this? I have searched the existing open and closed issues Current Behavior I'm on the latest version 6.0.4.10291 and just noticed adding tags with an underscore a...

#

"Tag Requests" feature causes request failures with latest Radarr validation

#
2025-11-25T03:35:00.593Z [debug][Notifications]: Sending Discord notification {"type":"MEDIA_AUTO_APPROVED","subject":"[Media_title]"}
2025-11-25T03:35:00.604Z [info][Media Request]: Requester has no active tag. Creating new {"requestId":108,"mediaId":163,"userId":3,"newTag":"3 - username"}
2025-11-25T03:35:00.609Z [error][Media Request]: Something went wrong sending request to Radarr {"errorMessage":"[Radarr] Failed to create tag: Request failed with status code 400","requestId":108,"mediaId":163}
#
2025-11-24 19:35:00,607 DEBG 'radarr' stdout output:
[Warn] RadarrErrorPipeline: Invalid request Validation failed: 
 -- Label: Allowed characters a-z, 0-9 and - 
hot bane
#

This is fixed in seerr develop. So will be released next release

#

Turn off tag requests for now.