mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Overseerr/Jellyseerr Auto Tag Funktion broken #9274
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
On Hold: MetadataAPI Blocking
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
lidarr-pull
no-conflict
not-pulled
readarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Radarr#9274
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @ZEROX7 on GitHub (Sep 27, 2025).
Is there an existing issue for this?
Current Behavior
Both services Fail to add a movie to Radarr since Radarr fails to create the tag
Expected Behavior
in Radarr v5.28.0.10205 a movie got added and the tag "6 - t3chnopsycho" got created and added
Steps To Reproduce
Eneable Auto Tag funktion inside Overseerr/Jellyseerr for Radarr Service,
Request a Movie from a NEW user ( Radarr cant have the tag already)
Overseerr wil display that it failed Jellyseerr will not
But looking at the logs both fail to add the new movie
Environment
What branch are you running?
Master
Trace Logs? Not Optional
radarr.trace.0.txt
radarr.trace.txt
Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided.
trace- that are relevant and show this issue.@bakerboy448 commented on GitHub (Sep 27, 2025):
@bakerboy448 commented on GitHub (Sep 27, 2025):
https://github.com/fallenbagel/jellyseerr/pull/1913
@gauthier-th commented on GitHub (Sep 28, 2025):
The patch I implemented in Jellyseerr is only doing 1) but is still using old tags with a space if they already exists.
Do you think we should we keep this behavior? Or force the migration to tags without space even for the existing ones, risking breaking user automations?
Or should this migration comes from *arr itself, since the server-side validation changed there?
@ZEROX7 commented on GitHub (Sep 28, 2025):
shouldnt (2 be handled by radarr/sonarr? since it also needs to readd the tags since the format changed?
@bakerboy448 commented on GitHub (Sep 28, 2025):
No plans to migrate existing tag names and probably break existing apps. Third party apps that created these tags - given the UI has never supported tags with spaces - will need to adjust their usage going forward.
It'd likely be worth migrating but to each app their own