Sonarr not importing files SOME files from BiglyBT

Sonarr version 3.0.6.1342:
OS: Windows 10 Pro 21H1 19043.1288:
BiglyBT version: 2.8.0.0
Debug logs: https://hastebin.com/qibosopefo.yaml
2021-10-16 12:49:07.7|Error|DownloadedEpisodesImportService|Import failed, path does not exist or is not accessible by Sonarr: C:\Downloads[Neuro-C] Komi-san wa, Comyushou desu. - 02. Ensure the path exists and the user running Sonarr has the correct permissions to access this file/folder:
Description of issue:
Okay so this happens for all torrent downloaded with Name specified and that have only one file.
Default download path on my system is C:\Downloads
For example we have torrent like this:
image
It has Name specified that is different from file name (in this case it just without file extension).
So what Sonarr does it takes for some reason Download path + Name = path.
C:\Downloads[Neuro-C] Komi-san wa, Comyushou desu. - 02.
But this incorrect as the file itself is only in C:\Downloads.
image
When torrent creator does not specify custom name for single file torrents it takes file name and then is all good.
Not sure how this can be fixed. Bug? Feature? :slight_smile:

Please provide the logs that you removed and ignored from the template

A single line error is useless for any troubleshooting

Sure. Here you go - updated with logs.

What torrent client?

Also need to grab trace that has the download client refresh which will show all the details that the client is providing to sonarr.

But I vaugely recall there’s issues with some clients for these types of torrents

sonarr just accepts what the path/filename that the download client returns.
it will only alter that path if there is a remote path mapping configured

ie, in this error;

2021-10-16 13:39:33.1|Debug|DownloadedEpisodesImportService|Processing path: C:\Downloads\[Neuro-C] Komi-san wa, Comyushou desu. - 02
2021-10-16 13:39:33.1|Error|DownloadedEpisodesImportService|Import failed, path does not exist or is not accessible by Sonarr: C:\Downloads\[Neuro-C] Komi-san wa, Comyushou desu. - 02. Ensure the path exists and the user running Sonarr has the correct permissions to access this file/folder
2021-10-16 13:39:33.1|Debug|CompletedDownloadService|Not all episodes have been imported for [Neuro-C] Komi-san wa, Comyushou desu. - 02

the download client appears to have returned the wrong path as theres no mkv extension. it almost looks like a folder, not a file. and sonarr appears to think its a folder.

download client appears to be vuze - which has the issue of trying to sort out the path/filename before

perhaps a “better” download client is in order?

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.