Help with download_clients : However, in your decluttarr settings under 'download_clients', there is nothing configured. #362
Replies: 3 comments
-
Hello Tommy. We have received your issue and will try to recreate it shortly. However, has this ever worked for you with one instance of qbt at all? |
Beta Was this translation helpful? Give feedback.
-
|
I just migrated from v1 to v2. Qbit wasn't configured with v1. So no. Never
worked with qbit
Le dim. 31 mai 2026, 20 h 59, Juan Manuel Reyes ***@***.***>
a écrit :
… User docker compose, v2.1.0
tried:
download_clients: |
QBITTORRENT: >
- base_url: "http://10.166.26.90:8080/"
username: “admin” # (optional -> if not provided, assuming not needed)
password: "megasecure" # (optional -> if not provided, assuming not needed)
name: "qBittorrent" # (optional -> if not provided, assuming "qBittorrent". Must correspond with what is specified in your *arr as download client name)
- base_url: "http://10.166.26.91:8080/"
username: “admin” # (optional -> if not provided, assuming not needed)
password: “megasecure” # (optional -> if not provided, assuming not needed)
name: "qBittorrentReg”
and
download_clients:
QBITTORRENT: >
- base_url: "http://10.166.26.90:8080/"
username: “admin” # (optional -> if not provided, assuming not needed)
password: "megasecure" # (optional -> if not provided, assuming not needed)
name: "qBittorrent" # (optional -> if not provided, assuming "qBittorrent". Must correspond with what is specified in your *arr as download client name)
- base_url: "http://10.166.26.91:8080/"
username: “admin” # (optional -> if not provided, assuming not needed)
password: “megasecure” # (optional -> if not provided, assuming not needed)
name: "qBittorrentReg”
and
QBITTORRENT: >
- base_url: "http://10.166.26.90:8080/"
username: “admin” # (optional -> if not provided, assuming not needed)
password: "megasecure" # (optional -> if not provided, assuming not needed)
name: "qBittorrent" # (optional -> if not provided, assuming "qBittorrent". Must correspond with what is specified in your *arr as download client name)
- base_url: "http://10.166.26.91:8080/"
username: “admin” # (optional -> if not provided, assuming not needed)
password: “megasecure” # (optional -> if not provided, assuming not needed)
name: "qBittorrentReg”
Can someone help? Thanks
2026-05-30 16:53:22.416858+00:00INFO | 💡 Tip: In the settings of your
Sonarr instance, you have a qbittorrent download client configured named
'qBittorrent'.
2026-05-30 16:53:22.416940+00:00However, in your decluttarr settings under
'download_clients', there is nothing configured.
2026-05-30 16:53:22.416959+00:00Adding a matching entry to your decluttarr
settings will enable you to fully leverage the features and benefits that
decluttarr brings.
2026-05-30 16:53:22.416979+00:00INFO | 💡 Tip: In the settings of your
Sonarr instance, you have a qbittorrent download client configured named
'qBittorrentReg'.
2026-05-30 16:53:22.417007+00:00However, in your decluttarr settings under
'download_clients', there is nothing configured.
2026-05-30 16:53:22.417022+00:00Adding a matching entry to your decluttarr
settings will enable you to fully leverage the features and benefits that
decluttarr brings.
Hello Tommy. We have received your issue and will try to recreate it
shortly. However, has this ever worked for you with one instance of qbt at
all?
—
Reply to this email directly, view it on GitHub
<#362?email_source=notifications&email_token=AAUXQCOZQ4WR35DT3LM4TH345TIQLA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZRGI4DCMBQUZZGKYLTN5XKM3LBNZ2WC3FFMV3GK3TUVRTG633UMVZF6Y3MNFRWW#discussioncomment-17128100>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUXQCM36ZTMDZMJ5GEMM2345TIQLAVCNFSM6AAAAACZTZILEWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTOMJSHAYTAMA>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AAUXQCMIYUMYHGMV3YENAHT45TIQLA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZRGI4DCMBQUZZGKYLTN5XKM3LBNZ2WC3FFMV3GK3TUVJTG633UMVZF62LPOM>
and Android
<https://github.com/notifications/mobile/android/AAUXQCLGVV5VP6HSMCUIYCT45TIQLA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZRGI4DCMBQUZZGKYLTN5XKM3LBNZ2WC3FFMV3GK3TUVZTG633UMVZF6YLOMRZG62LE>.
Download it today!
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
|
Hello Tommy. We managed to reproduce this, and the good news is it is a small fix on the config side rather than a bug. The problem is smart/curly quotes in your config. Somewhere along the way your editor (or mail client) auto-converted the straight To YAML that is an unterminated string, so the whole Your third attempt has the right structure. Just retype it with plain straight quotes (do not copy-paste from a formatted source): QBITTORRENT: >
- base_url: "http://10.166.26.90:8080/"
username: "admin"
password: "megasecure"
name: "qBittorrent"
- base_url: "http://10.166.26.91:8080/"
username: "admin"
password: "megasecure"
name: "qBittorrentReg"A couple of notes:
Give that a try and let us know if the tips clear up. Multiple qbit instances under one |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
User docker compose, v2.1.0
tried:
download_clients: |
QBITTORRENT: >
- base_url: "http://10.166.26.90:8080/"
username: “admin” # (optional -> if not provided, assuming not needed)
password: "megasecure" # (optional -> if not provided, assuming not needed)
name: "qBittorrent" # (optional -> if not provided, assuming "qBittorrent". Must correspond with what is specified in your *arr as download client name)
- base_url: "http://10.166.26.91:8080/"
username: “admin” # (optional -> if not provided, assuming not needed)
password: “megasecure” # (optional -> if not provided, assuming not needed)
name: "qBittorrentReg”
and
and
Can someone help? Thanks
2026-05-30 16:53:22.416858+00:00INFO | 💡 Tip: In the settings of your Sonarr instance, you have a qbittorrent download client configured named 'qBittorrent'.
2026-05-30 16:53:22.416940+00:00However, in your decluttarr settings under 'download_clients', there is nothing configured.
2026-05-30 16:53:22.416959+00:00Adding a matching entry to your decluttarr settings will enable you to fully leverage the features and benefits that decluttarr brings.
2026-05-30 16:53:22.416979+00:00INFO | 💡 Tip: In the settings of your Sonarr instance, you have a qbittorrent download client configured named 'qBittorrentReg'.
2026-05-30 16:53:22.417007+00:00However, in your decluttarr settings under 'download_clients', there is nothing configured.
2026-05-30 16:53:22.417022+00:00Adding a matching entry to your decluttarr settings will enable you to fully leverage the features and benefits that decluttarr brings.
Beta Was this translation helpful? Give feedback.
All reactions