mdhiggins / radarr-sma

MIT License
24 stars 13 forks source link

Import failed, path does not exist or is not accessible by Radarr #10

Closed j-burton closed 4 years ago

j-burton commented 4 years ago

First off, this is my first time to play with Docker. I believe I followed the instructions on how to set up docker with radarr, made a fresh install of nzbget with no options set apart from my usenet server. In radarr I have Nzbget as the download client and completed download handling enabled. In the connections, /usr/local/sma/postRadarr.sh is setup

The download handles fine but as soon as its downloaded, nothing happens, the file is left in the download directory, not renamed.

this is from the radarr log:

Import failed, path does not exist or is not accessible by Radarr: /volume1/downloads/completed/Movies/Casablanca.1942.70th.Anniversary.1080p.BluRay.DTS-HD.MA.1.0.x264-HDH

Screenshot (5)

Screenshot (9) Screenshot (10) Screenshot (11)

mdhiggins commented 4 years ago

Seems like you need to make sure your paths are consistent across your containers. The path to your downloads seems to be in /downloads in Radarr and /volume1/downloads in NZBGet

j-burton commented 4 years ago

Are you suggesting I use nzbget in a docker also?

mdhiggins commented 4 years ago

Yep, if you’re gonna use docker you might as well use it for the whole setup. Otherwise you’ll have issues and there’s no point. At least for the integrated components.

Sent from my iPhone

On Apr 16, 2020, at 7:18 AM, j-burton notifications@github.com wrote:

 Are you suggesting I use nzbget in a docker also?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

j-burton commented 4 years ago

I'll give it a go now...

j-burton commented 4 years ago

Working fantastically, youre the best

Can you shed any light on why my Plex isnt updating after each download?

[Plex] host = 192.168.1.100 port = 32400 refresh = True token = j5JiWfx5LFsEU6qa6CCm

I cant find anything at all in the logs

mdhiggins commented 4 years ago

That should be fine unless the token is expired. The logs should shed some light onto why it’s failing. If plex is in a docker container some network setups can have issues.