Radarr API V3 addExclusion (bool) doesn't work when using V3 API

Created on 16 Aug 2020  路  11Comments  路  Source: Radarr/Radarr

Describe the bug
Just wanted to let you know thataddExclusion (bool) doesn't work when using V3 API when using old API it works normally.

To Reproduce
Steps to reproduce the behavior:
make an API DELETE MOVIE Request https://xxxx.com/api/v3/movie/2080?deleteFiles=true&addExclusion=true
Expected behavior
Movies are not added to the exclusion list.

Screenshots
If applicable, add screenshots to help explain your problem.

Platform Information (please complete the following information):

  • OS: [e.g. Windows] DOCKER
  • Radarr Version 3.0.0.3064

    • Package Version 3.0.0.3064-ls11 by linuxserver.io

Debug Logs
Turn on debug logs under Settings -> General and wait for the bug to occur again. Upload the full log file here (or another site and link it). Issues will be closed, if they do not include this!

bug

All 11 comments

Please add the information requested on the template.

Please add the information requested on the template.

Done

Update Radarr, you are 400 builds behind

Also, your api call is mixed up

https://xxxx.com/api/v3/movie/2080?deleteFiles=true&addExclusion=true

Not

https://xxxx.com/api/movie/v3/2080?deleteFiles=true&addExclusion=true

This was just Github mistype I was making requests to correct URL. I updated it to 3.0.0.3423. The problem still persists.

Logs?

I made an edit, look again, you are using the wrong parameter

I made an edit, look again, you are using the wrong parameter

Oh, with this parameter it works, It wasn't written in API docs :)

Thanks

It鈥檚 right on the v3 docs https://radarr.video/docs/api/#/Movie/deleteMovie

Oh, that's right I was looking at the docs on github

But heads up it鈥檚 going to change again soon, with the rename of netimport

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alpinewinter picture alpinewinter  路  3Comments

plexecutor picture plexecutor  路  3Comments

feerlessleadr picture feerlessleadr  路  3Comments

jurpeedurp picture jurpeedurp  路  3Comments

codaamok picture codaamok  路  3Comments