Hi there,
I’ve recently installed Kodi, but cannot seem to get the TMDB scraper to work. I get “unable to connect to remote server” every time it runs. In the logs, I find the following message:
Code:
20:42:40 T:3392 NOTICE: CApplication::UpdateLibraries: Starting video library startup scan
20:42:40 T:348 NOTICE: VideoInfoScanner: Starting scan ..
20:43:12 T:348 WARNING: No information found for item 'smb://NAS/Data/Films/Sweeney Todd - The Demonbarber of Fleet Street/p-st1.avi', it won't be added to the library.
20:43:12 T:348 WARNING: No information found for item 'smb://NAS/Data/Films/Sweeney Todd - The Demonbarber of Fleet Street/p-st2.avi', it won't be added to the library.
20:43:12 T:348 WARNING: No information found for item 'stack://smb://NAS/Data/Films/The Godfather Trilogy/The Godfather ll (1974)/The Godfather ll Cd1.avi , smb://NAS/Data/Films/The Godfather Trilogy/The Godfather ll (1974)/The Godfather ll Cd2.avi', it won't be added to the library.
20:43:13 T:348 WARNING: No information found for item 'stack://smb://NAS/Data/Films/The Godfather Trilogy/The Godfather lll (1990)/The Godfather lll Cd1.avi , smb://NAS/Data/Films/The Godfather Trilogy/The Godfather lll (1990)/The Godfather lll Cd2.avi', it won't be added to the library.
20:43:13 T:348 ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 422
20:43:13 T:348 ERROR: CCurlFile::Open failed with code 422 for http://api.tmdb.org/3/search/movie?api_key=f7f51775877e0bb6703520952b3c7840&query=&year=&language=en
20:43:13 T:348 ERROR: ADDON::CScraper::Run: Unable to parse web site
As far as I understand the messages, the addon fails to find info for the movies, but queries TMDB anyway, without any search queries. Thus the API returns an error. Anyone knows what I have to do?