September 7, 201510 yr Author OK. Are your downloads and appdata shares set to "Use Cache?: ONLY" ? If yes, CouchPotato should rename as follows: FROM: /data TO: /media Change the transmission docker from /downloads to /data as well (they should be similar so cross communication works properly). yes the appdata share is set to cache only so let me get this straight just so I understand couch /data should be mnt/user/data instead of mnt/user/downloads and transmission should be mnt/user/data? I think he is talking about the container volumes, and you are talking about the host paths. container volumes are those in the settings of the app? like this
September 7, 201510 yr No, the docker settings. container is what the application (CP in this case) would see. The host path is the unraid side. /data /mnt/user/downloads /media /mnt/user/movies CP would see /mnt/user/downloads as /data. CP would also see /mnt/user/movies as /media.
September 7, 201510 yr Author No, the docker settings. container is what the application (CP in this case) would see. The host path is the unraid side. /data /mnt/user/downloads /media /mnt/user/movies CP would see /mnt/user/downloads as /data. CP would also see /mnt/user/movies as /media. ok perfect thats what I have but do you know what I put here so I can test it
September 8, 201510 yr Author From: /data To: /media OK so trying to test couchpotato and I ran into this error [hpotato.core.plugins.base] Failed opening url in FileManager: http://ia.media-imdb.com/images/M/MV5BMTkzNDIxNzE5OF5BMl5BanBnXkFtZTgwODMxMTExNTE@._V1_SX300.jpg Traceback (most recent call last): ReadTimeout: HTTPConnectionPool(host='ia.media-imdb.com', port=80): Read timed out. (read timeout=30) 09-07 20:45:40 ERROR Mind you I have no idea what to put in the settings this is what appears in nzb get [hpotato.core.plugins.file] Failed downloading file http://ia.media-imdb.com/images/M/MV5BMTkzNDIxNzE5OF5BMl5BanBnXkFtZTgwODMxMTExNTE@._V1_SX300.jpg: Traceback (most recent call last): File "/usr/lib/couchpotato/couchpotato/core/plugins/file.py", line 79, in download filedata = self.urlopen(url, **urlopen_kwargs) File "/usr/lib/couchpotato/couchpotato/core/plugins/base.py", line 215, in urlopen response = r.request(method, url, **kwargs) File "/usr/lib/couchpotato/libs/requests/sessions.py", line 469, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/couchpotato/libs/requests/sessions.py", line 577, in send r = adapter.send(request, **kwargs) File "/usr/lib/couchpotato/libs/requests/adapters.py", line 431, in send raise ReadTimeout(e, request=request) ReadTimeout: HTTPConnectionPool(host='ia.media-imdb.com', port=80): Read timed out. (read timeout=30)
Archived
This topic is now archived and is closed to further replies.