Bug The TheMovieDB-TVShows scraper doesn't get the informations about a tvshow
#1
Hi,

i try to scrape the tvshow A l'intérieur (2019) from my library using TheMovieDB-TVShows scraper v3.1.2
The tvshow folder is name as the tvshow on tmdb: 'A l'intérieur (2019)'

The log during the scrape is: 
Code:

2019-08-31 12:55:27.160 T:3448267632   DEBUG: FindMovie: Searching for 'A l'intérieur' using The Movie Database scraper (path: '/storage/.kodi/addons/metadata.tvshows.themoviedb.org', content: 'tvshows', version: '3.1.2')
2019-08-31 12:55:27.185 T:3448267632   DEBUG: scraper: CreateSearchUrl returned <url>http://api.themoviedb.org/3/search/tv?api_key=6a5be4999abf74eba1f9a8311294c267&amp;query=A%20l%27int%c3%a9rieur&amp;language=fr&amp;append_to_response=credits,external_ids,images&amp;include_image_language=fr,en,null</url>
2019-08-31 12:55:27.187 T:3448267632   DEBUG: CurlFile::Open(0xd161bca0) http://api.themoviedb.org/3/search/tv?ap...fr,en,null
2019-08-31 12:55:27.312 T:3448267632   DEBUG: Get: Using "UTF-8" charset for "http://api.themoviedb.org/3/search/tv?api_key=6a5be4999abf74eba1f9a8311294c267&query=A%20l%27int%c3%a9rieur&language=fr&append_to_response=credits,external_ids,images&include_image_language=fr,en,null"
2019-08-31 12:55:27.313 T:3448267632   DEBUG: scraper: GetSearchResults returned <results></results>
2019-08-31 12:55:27.314 T:3448267632   DEBUG: FindMovie: Searching for 'A l'intérieur' using The Movie Database scraper (path: '/storage/.kodi/addons/metadata.tvshows.themoviedb.org', content: 'tvshows', version: '3.1.2')
2019-08-31 12:55:27.314 T:3448267632   DEBUG: scraper: CreateSearchUrl returned <url>http://api.themoviedb.org/3/search/tv?api_key=6a5be4999abf74eba1f9a8311294c267&amp;query=A%20l%27int%c3%a9rieur&amp;language=fr&amp;append_to_response=credits,external_ids,images&amp;include_image_language=fr,en,null</url>
2019-08-31 12:55:27.314 T:3448267632   DEBUG: CurlFile::Open(0xd161bca0) http://api.themoviedb.org/3/search/tv?ap...fr,en,null
2019-08-31 12:55:27.438 T:3448267632   DEBUG: Get: Using "UTF-8" charset for "http://api.themoviedb.org/3/search/tv?api_key=6a5be4999abf74eba1f9a8311294c267&query=A%20l%27int%c3%a9rieur&language=fr&append_to_response=credits,external_ids,images&include_image_language=fr,en,null"
2019-08-31 12:55:27.440 T:3448267632   DEBUG: scraper: GetSearchResults returned <results></results>
2019-08-31 12:55:27.440 T:3448267632 WARNING: No information found for item 'smb://nas/Share/Tv/A l'intérieur (2019)/', it won't be added to the library.

as you can see the scraper said that no results was return:
Code:

2019-08-31 12:55:27.440 T:3448267632   DEBUG: scraper: GetSearchResults returned <results></results>

but if i use the url in the debug i have all the informations:
Code:

$ curl "http://api.themoviedb.org/3/search/tv?api_key=6a5be4999abf74eba1f9a8311294c267&query=A%20l%27int%c3%a9rieur&language=fr&append_to_response=credits,external_ids,images&include_image_language=fr,en,null"

{"page":1,"total_results":1,"total_pages":1,"results":[{"original_name":"A l'intérieur","genre_ids":[80,18],"name":"A l'intérieur","popularity":5.409,"origin_country":["FR"],"vote_count":0,"first_air_date":"2019-08-15","backdrop_path":"\/jXjFEu4dI8cexadJaRGVTuNPX67.jpg","original_language":"fr","id":92424,"vote_average":0,"overview":"Un crime violent a été commis dans une clinique psychiatrique. La victime, Ana, une jeune femme de 28 ans avait été internée contre son gré et devait sortir le lendemain du soir où elle a été assassinée. On l’a retrouvée étouffée et… le cœur arraché. Angèle, jeune et brillante inspectrice de police est chargée de l’enquête. A-t-elle affaire au crime d’un fou ou à celui d’un « normopathe » parfaitement lucide qui s’applique à le faire passer pour l’acte d’un dément ?","poster_path":"\/vzMDOcDv60kkuXSWt0F7uusGn8l.jpg"}]}

It's seems to be a bug in the scraper ?
Reply
#2
Update your scraper to v3.1.3
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply

Logout Mark Read Team Forum Stats Members Help
The TheMovieDB-TVShows scraper doesn't get the informations about a tvshow0