pappes / MyMovieSearch

test android app using flutter
GNU General Public License v3.0
1 stars 0 forks source link

invalid attempt to retrieve IMDB details for error code -1 #42

Closed pappes closed 1 year ago

pappes commented 1 year ago

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: