mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Cosmetic Error for qbitorrent "not a valid Windows Server path" #8577
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#8577
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 @DanR2D2 on GitHub (Jul 13, 2024).
Is there an existing issue for this?
Current Behavior
Radarr always shows the following error message in the Health page:
"Local download client server qbitorrent places downloads in /server/Videos/radarr but this is not a valid Windows Server path. Review your download client settings."
However the server path is correct (\\server\Videos\radarr) in qbitorrent, and Radarr + qbitorrent have functioned correctly for years. This appears to be Radarr specific issue as other *arrs do not display this error even though they use a very similar path (e.g. \\server\Videos\sonarr)

Expected Behavior
No error should appear. This is cosmetic only, it technically functions as expected.
This is Probably more of an issue with qBitorrent incorrectly outputting forwardslashes when queried via API, but Radarr is inconsistent with Sonarr and other arr's
Steps To Reproduce
Create a category in qbitorrent, Save path is set to a UNC path.
Configure a mapped Category in Prowlarr to use the "Movies" tag in qbitorrent
Add qbitorrent to Radarr download client.
Environment
What branch are you running?
Master
Trace Logs? Not Optional
Trace log probably not relevant, but provided anyway:
https://gist.github.com/DanR2D2/fbec219b20262ca9b7e85d0eaff5f193
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.@mynameisbogdan commented on GitHub (Jul 13, 2024):
Are you sure your remote mappings are correct?
@DanR2D2 commented on GitHub (Jul 13, 2024):
Yes.
@mynameisbogdan commented on GitHub (Jul 13, 2024):
Show them to me.
@DanR2D2 commented on GitHub (Jul 13, 2024):
@mynameisbogdan commented on GitHub (Jul 13, 2024):
From Radarr > Settings > Download Clients > Remote Path Mappings, not whatever you posted from Prowlarr.
@DanR2D2 commented on GitHub (Jul 13, 2024):
My apologies, I don't think that feature is applicable, all the *arrs exist on the same machine. All data storage is remote, there's no local storage at all, and everything is over UNC path. To reiterate, everything functions fine, this is only a cosmetic message. None of the *arrs use this feature. Only radarr complains.
@mynameisbogdan commented on GitHub (Jul 13, 2024):
I can't fixing something that is clearly a configuration issue.
Please use discord for support in the future.
@DanR2D2 commented on GitHub (Jul 13, 2024):
If it's clear, can you simply provide the answer now? Since this is a Radarr-specific configuration issue, I'm sure having it's specific requirements documented would be worthwhile for other users.
@mynameisbogdan commented on GitHub (Jul 13, 2024):
https://github.com/Radarr/Radarr/issues/10162#issuecomment-2227116082
@DanR2D2 commented on GitHub (Jul 13, 2024):
https://github.com/Radarr/Radarr/issues/10162#issuecomment-2227127702

@DanR2D2 commented on GitHub (Jul 13, 2024):
@bakerboy448 commented on GitHub (Jul 13, 2024):
Thought regarding sonarr "working fine" - that doesn't need a reply:
Is sonarr on v4? V3 was missing several checks that radarr as that are in sonarr v4
@DanR2D2 commented on GitHub (Jul 13, 2024):
@DanR2D2 commented on GitHub (Jul 13, 2024):
Sonarr is 3.0.10.1567 -- auto ugprades were enabled, but it looks like this is a big jump I'll have to investigate.
@fryfrog commented on GitHub (Jul 13, 2024):
https://discord.com/channels/264387956343570434/264388019585286144/1261838425263177839
^ We had a big conversation about this on Discord and this looks like a bug somewhere.
@mynameisbogdan commented on GitHub (Jul 14, 2024):
@DanR2D2 Can you check the save path for the
radarrlabel? Right click on it in qbit's UI.@DanR2D2 commented on GitHub (Jul 14, 2024):
@Taloth commented on GitHub (Jul 15, 2024):
I mentioned this on discord to fellow Sonarr devs, but this is a qbit quirk. If you put
\\server\Videos\radarrin the category save path, it's exposed as//server/Videos/radarron the qbit api. And only for the category save path not for the global one.It's something Radarr/Sonarr can compensate for though.