I'm not sure what I've done wrong, as I'm new to unRAID (I've used CP on Windows before).
I'm using Deluge as my torrent-downloader.
I've set CP to use these mappings: (I have read the FAQ, and I'm not sure where I have done wrong)
COUCHPOTATO:
These settings are in the Couchpotato-app.
Under Downloaders-settings:
Directory - /mnt/user/Downloads/
Completed directory - /mnt/user/Downloads/filmer
Under Searcher-settings:
To - /mnt/user/Media/Filmer
From - /mnt/user/Downloads/filmer
---
These are in the Docker-settings:
/mnt/user/Downloads/completed/
Container Path: /downloads
/mnt/user/Media/Filmer/
Container Path: /movies
DELUGE:
In the Docker-settings
/mnt/user/Downloads/
Container Path: /data
---
In the Deluge-app settings:
Download data to:
/data/incomplete
Move completed to:
/data/completed
---
I get these errors in the CP log:
02-13 22:20:40 ERROR[tato.core.plugins.browser] Failed getting directory "/mnt/user/Downloads/" : Traceback (most recent call last): File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 96, in view dirs = self.getDirectories(path = path, show_hidden = show_hidden) File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 60, in getDirectories for f in os.listdir(path): OSError: [Errno 2] No such file or directory: '/mnt/user/Downloads'
02-13 22:20:55 ERROR[tato.core.plugins.renamer] The to folder "" doesn't exist. Please create it.
02-13 22:20:55 INFO[potato.core._base.updater] === VERSION git:(CouchPotato:CouchPotatoServer master) dae7327d (2017-12-10 23:03:04), using GitUpdater ===
02-13 22:20:55 INFO[hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/messages/?last_check=1384713000, data: []
02-13 22:24:24 ERROR[tato.core.plugins.browser] Failed getting directory "/mnt/user/Downloads/" : Traceback (most recent call last): File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 96, in view dirs = self.getDirectories(path = path, show_hidden = show_hidden) File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 60, in getDirectories for f in os.listdir(path): OSError: [Errno 2] No such file or directory: '/mnt/user/Downloads'
02-13 22:24:27 ERROR[tato.core.plugins.browser] Failed getting directory "/mnt/user/Downloads/" : Traceback (most recent call last): File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 96, in view dirs = self.getDirectories(path = path, show_hidden = show_hidden) File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 60, in getDirectories for f in os.listdir(path): OSError: [Errno 2] No such file or directory: '/mnt/user/Downloads'
02-13 22:25:29 ERROR[tato.core.plugins.browser] Failed getting directory "/mnt/user/Media/Filmer" : Traceback (most recent call last): File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 96, in view dirs = self.getDirectories(path = path, show_hidden = show_hidden) File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 60, in getDirectories for f in os.listdir(path): OSError: [Errno 2] No such file or directory: '/mnt/user/Media/Filmer'
02-13 22:25:34 ERROR[tato.core.plugins.browser] Failed getting directory "/mnt/user/Media/" : Traceback (most recent call last): File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 96, in view dirs = self.getDirectories(path = path, show_hidden = show_hidden) File "/app/couchpotato/couchpotato/core/plugins/browser.py", line 60, in getDirectories for f in os.listdir(path): OSError: [Errno 2] No such file or directory: '/mnt/user/Media'
What I would like to do is have CP send torrent to Deluge and download it to /mnt/user/Downloads/incomplete. When it is finished move it to /mnt/user/Downloads/filmer. Then CP would find it again and link it (Not move or copy) to /mnt/user/Media/Filmer
I'm using the latest unRAID with an SSD cache.
Have I posted all the information needed?
As I said, I'm new to unRAID, so please be gentle.