when an IMDB fetch fails, the app records the failure with a negative ID
if the app attempts to retreve further details from IMDB for movie ID -1 IMDB will give a 404 error
expected output: no attempt to pull imdb details for id -1 (or any other negative numbers)
actual output:HTTP status code 404 for https://www.imdb.com/title/-1/fullcredits
steps to reproduce:
change the code in imdbsearch to return an error
find the error record at the bottom of the search results
when an IMDB fetch fails, the app records the failure with a negative ID if the app attempts to retreve further details from IMDB for movie ID -1 IMDB will give a 404 error
expected output: no attempt to pull imdb details for id -1 (or any other negative numbers) actual output:HTTP status code 404 for https://www.imdb.com/title/-1/fullcredits steps to reproduce: