lardbit / nefarious

Web application for automatically downloading TV & Movies (w/ VPN)

Home Page:https://lardbit.github.io/nefarious/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unassigned released date results in error when watching a movie

panmona opened this issue · comments

When trying to watch the movie with id 466420 I get the error An unknown error occured.

There's no release date assigned to it yet in TMDB. Therefore an empty string is sent to the server as the date.
This results in this 400 response: {"release_date":["Date has wrong format. Use one of these formats instead: YYYY-MM-DD."]}

Thanks for reporting this bug with the helpful details. #171 resolves it by passing null values vs empty strings when date is absent.

Thanks for the fix: Nefarious is getting better and better :)