Looking for someone to help me update my unraid version 5 to 6 willing to paypal


Recommended Posts

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

bwnFUvX.png

Link to comment

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

bwnFUvX.png

Link to comment

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

VAbnAPn.png

[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)

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.