mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-02 22:57:22 -05:00
Synology Prowlarr won't add magnet to DownloadStation #1024
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Tooling
Area: UI
Area: Update API
Priority: High
Priority: Low
Priority: Medium
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: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
lidarr-pull
radarr-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/Prowlarr#1024
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 @devonuto on GitHub (Mar 12, 2024).
Is there an existing issue for this?
Current Behavior
DS is connected using 5916 port:

But if I click download on any link, it shows a red cloud, and says "failed to add task from url magnet"
Then if I look in the logs, I see a Reason: 120 - Unknown error.
Can confirm the API works for DownloadStation, as I use it for another application.
Trace logs attached.
Expected Behavior
Magnet is added to DownloadStation
Steps To Reproduce
Search in Prowlarr, click any "Add release to download client" button against any torrent. See failures.
Environment
What branch are you running?
Master
Trace Logs?
prowlarr.trace.txt
Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.
trace- that are relevant and show this issue.@devonuto commented on GitHub (Mar 12, 2024):
Just looking at the trace logs, I noticed:
{"error":{"code":120,"errors":{"name":"destination","reason":"required"}},"success":false}
So I added the same default destination that I have in my DownloadStation config:

Into the Download Client config in Prowlarr:

Now it works. Seems the "leave blank to use the default Download Station location" is what doesn't work here.
Would consider this a work-around, but given it says to leave blank to use the default, it should probably do that.
@bakerboy448 commented on GitHub (Mar 12, 2024):
Likely needs
github.com/Sonarr/Sonarr@07cbd7c8d2@devonuto commented on GitHub (Mar 12, 2024):
Given I found a workaround that I added, I don't think it needs sonarr. Just not picking up the default download location.
@mynameisbogdan commented on GitHub (Mar 12, 2024):
That's surely an improvement, but what I pushed fixes this issue already.