Closed eherranzr closed 6 months ago
Hi, would you mind sharing your config file (with api keys omitted ofc).
I suspect that this might have to do with the base_url being used.
Hi, this is my config file with api key redacted
instances:
radarr:
- name: "Master"
base_url: "http://192.168.1.222:7878"
api_key: "API_KEY" #REDACTED
- name: "4k-radarr"
base_url: "http://localhost:7887"
api_key: "API_KEY"
sonarr:
- name: "Master"
base_url: "http://localhost:8989"
api_key: "API_KEY"
- name: "4k-sonarr"
base_url: "http://localhost:8998"
api_key: "API_KEY"
settings:
export_path: "./exports"
import_path: "./imports"
ansi_colors: true
Just using the first radarr instance
Hey, just a heads up I had the same issue. I found this was because I was using Sonarr v3, which I don't think has a /customformat
endpoint (or Custom Formats in general). I upgraded to v4, and everything worked fine for me.
Might be worth updating the docs with a minimum version number for Sonarr/Radarr?
@eherranzr Sorry for taking so long to reply to this, been quite busy the past few weeks.
Could you try @RobinWest's suggestion above?
Apologies for not replying before. I'm running version 4.5.2.7388 for Radarr and it's working now. Nonetheless, for Sonarr I'm unable as it's version 3.0.9 due to arm32 deprecation in docker.
Hi,
When running the script and after selecting the instance, I get the following error output:
The same happens with other scripts:
I'm running Package Version 4.5.2.7388-ls173 by linuxserver.io from docker-compose Trying to run the script from a Windows 10 installation (not the same device where Radarr and Sonarr are installed)