Open ShadowFM opened 4 years ago
It's hard to know what's going on without the full context unfortunately. It looks like there might be a problem with the radarr block in the config?
The url
parameter in the [radarr]
block should be the exact URL to connect radarr. For example if you have /some-url-base
set in radarr's applications settings (General > Start-Up > URL Base
), you would need to include something like http://192.168.1.1:7878/some-url-base
in the config.
It's worth noting that you should not include a trailing slash on the URL either.
Finally, I'd recommend checking out this fork instead: mza921/Plex-Auto-Collections. The compiled versions in /dist
aren't updated, but the fork has a lot of improvements including better radarr support.
Is there something I could do?