LookupException: Invalid Lookup: Bad ID
Posted: 02 Jun 2020, 21:38
If I try and lookup the file "51.mp4", the GUI just stops working or processing the files. The command line gets stuck in a 100% CPU loop by looks of it.
It seems to think the 51 is the movie ID instead of the movie name.
Code: Select all
Movie data not found: TheMovieDB::51 [51 / tt0000000] => java.io.FileNotFoundException: Resource is empty: {} => https://api.themoviedb.org/3/movie/51?language=en-US&api_key=1bb965af6888496c30d52a27e831f9c9
LookupException: Invalid Lookup: Bad ID [51]
java.util.concurrent.ExecutionException: net.filebot.web.LookupException: Invalid Lookup: Bad ID [51]
at net.filebot.ui.rename.RenamePanel$AutoCompleteAction$1.done(Unknown Source)
Caused by: net.filebot.web.LookupException: Invalid Lookup: Bad ID [51]
at net.filebot.web.MovieIdentificationService.lookupMovie(Unknown Source)
at net.filebot.ui.rename.MovieMatcher.grabMovieName(Unknown Source)
at net.filebot.ui.rename.MovieMatcher.match(Unknown Source)
at net.filebot.ui.rename.RenamePanel$AutoCompleteAction$1.doInBackground(Unknown Source)
at net.filebot.ui.rename.RenamePanel$AutoCompleteAction$1.doInBackground(Unknown Source)