Hi.
On fresh installation of Listenarr version 1.3.3 there is a problem with importing files downloaded through qBittorrent 5.2.3.
Steps to reproduce:
- Import indexers through Prowlarr.
- Add qBittorrent client
- Add an item to library
- Manual search for an item in indexers and click button to download
- Observe how download becomes completed in Activity tab
- Observe how completed item changes it's status to "Import Blocked"
- Item stays in Activity tab as "Import Blocked" and in the library as "Missing"
In logs there is nothing that could tell what is wrong:
2026-08-23 13:36:33.801 +00:00 [DBG] [Listenarr.Application.Downloads.Queue.DownloadQueueService] Client qBittorrent: showing 2 queue items
2026-08-23 13:36:33.801 +00:00 [DBG] [Listenarr.Infrastructure.Downloads.Queue.QueueMonitorProcessor] Queue changed, broadcasting update (2 items) [polling: 15s]
2026-08-23 13:36:36.815 +00:00 [INF] [Listenarr.Infrastructure.Downloads.Monitoring.DownloadMonitorProcessor] DownloadMonitorService found 0 active downloads
2026-08-23 13:36:36.815 +00:00 [INF] [Listenarr.Infrastructure.Downloads.Monitoring.DownloadMonitorProcessor] No active downloads mapped to enabled download clients; skipping client polling
2026-08-23 13:36:48.806 +00:00 [INF] [Listenarr.Application.Downloads.Queue.DownloadQueueCandidateLoader] Loaded 1 queue display candidates, 1 queue matching candidates, and 1 known client IDs
2026-08-23 13:36:48.806 +00:00 [DBG] [Listenarr.Application.Downloads.Queue.DownloadQueueCandidateLoader] Final filtering result: 1 downloads to include in queue filtering (0 DDL, 1 external), 1 in matching pool
2026-08-23 13:36:48.808 +00:00 [DBG] [Listenarr.Infrastructure.DownloadClients.Qbittorrent.QbittorrentAdapter] Authenticated to qBittorrent for client <redacted some id>
2026-08-23 13:36:48.808 +00:00 [INF] [Listenarr.Infrastructure.DownloadClients.Qbittorrent.QbittorrentAdapter] Fetching qBittorrent queue filtered by category: audiobooki
2026-08-23 13:36:49.837 +00:00 [INF] [Listenarr.Application.Downloads.Queue.DownloadQueueService] Client qBittorrent has 18 queue items
2026-08-23 13:36:49.838 +00:00 [INF] [Listenarr.Application.Downloads.Queue.DownloadQueueService] Database has 1 Listenarr downloads for metadata enrichment
Paths in containers:
qBittorent has mounted in docker /nas:/nas
Downloads path: /nas/downloads/audiobooks
Listenarr has mounted in docker /nas:/nas
Has access to qBittorrent downloads path as it's /nas/downloads/audiobooks
Root path is /nas/media/audiobooks which is also accessible.
Hi.
On fresh installation of Listenarr version 1.3.3 there is a problem with importing files downloaded through qBittorrent 5.2.3.
Steps to reproduce:
In logs there is nothing that could tell what is wrong:
Paths in containers:
qBittorent has mounted in docker
/nas:/nasDownloads path:
/nas/downloads/audiobooksListenarr has mounted in docker
/nas:/nasHas access to qBittorrent downloads path as it's
/nas/downloads/audiobooksRoot path is
/nas/media/audiobookswhich is also accessible.