-
Notifications
You must be signed in to change notification settings - Fork 481
Movie_list API internal error #1363
Copy link
Copy link
Closed
Labels
Description
Expected behaviour:
Movie_list API should handle the possibility to add a movie using only movie name.
Actual behaviour:
Using the API to add a movie to a list throws an 500 internal server error.
Steps to reproduce:
- Step 1: Call the Movie_list API with the following movie_object:
{
movie_name: "Movie"
}
Notice there is no movie_identifiers field, sending that field as empty array gets handled properly.
Config:
Enabled API should be enough to reproduce (and an existing movie list)
Log:
Additional information:
- Flexget Version: 2.3.5 dev
- Python Version: 3.5.2
- Installation method: git
- OS and version: Windows 10
Reactions are currently unavailable