sirk123au / ArrTools

A collection of tools for Radarr, Sonarr & Lidarr
GNU General Public License v3.0
141 stars 16 forks source link

The API endpoint in backup_radarr_2csv.py is incorrect #18

Closed RapidRabbit-11485 closed 2 years ago

RapidRabbit-11485 commented 2 years ago

The line that forms the URL of the endpoint: url = "{}/api/movie".format(baseurl)

Should be: url = "{}/api/v3/movie".format(baseurl)

For the latest versions of Radarr. This currently results in the user getting a "failed to connect to Radarr" message, when all of the settings are actually correct in the config.ini file.

The team here needs to decide if this needs some type of variable for the version of Radarr the user is running, or just to assume the latest version and patch this in.

sirk123au commented 2 years ago

Mate there is no team its just me and this is just a hobby if you want to update the code that's fine but i don't not use this code anymore.