Scraper not working with manual IMDB ID

hello and good day

a long windows platform user here and recently I am moving into the N2+/COREELEC platform and i also decided also to build from the ground, including my libraries

however i am experiencing a strange problem as i cannot scrap a movie (actually any movie i tried so far) manually using the imdb id code

i replicated the problem with one movie with the imdb id code tt6336002, the title is “The Curious World of Hieronymus Bosch” and my debug log is here:

http://ix.io/3Ci6

any assistance will be hugely appreciated

many thx in advance

This is really a Kodi scraper issue I think, not a CE problem

From that I can see the relevant bit is here, and the last line is showing no results:

2021-10-20 14:44:10.633 T:4851     INFO <general>: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
2021-10-20 14:44:11.041 T:5047    DEBUG <general>: Thread VideoInfoDownloader start, auto delete: false
2021-10-20 14:44:11.049 T:5047    DEBUG <general>: FindMovie: Searching for 'David Bickerstaff' using Universal Movie Scraper scraper (path: '/storage/.kodi/addons/metadata.universal/', content: 'movies', version: '5.5.5')
2021-10-20 14:44:11.072 T:5047    DEBUG <general>: scraper: CreateSearchUrl returned <url>https://www.imdb.com/find?q=David%20Bickerstaff&s=tt|accept-language=en-us</url>
2021-10-20 14:44:11.561 T:5047    DEBUG <general>: CurlFile::ParseAndCorrectUrl() adding custom header option 'accept-language: en-us'
2021-10-20 14:44:11.561 T:5047    DEBUG <general>: CurlFile::Open(0x3a32b90) https://www.imdb.com/find?q=David%20Bickerstaff&s=tt
2021-10-20 14:44:11.562 T:5047    DEBUG <general>: easy_acquire - Created session to https://www.imdb.com
2021-10-20 14:44:12.618 T:5047    DEBUG <general>: Get: Using "UTF-8" charset for HTML "https://www.imdb.com/find?q=David%20Bickerstaff&s=tt|accept-language=en-us"
2021-10-20 14:44:12.742 T:5047    DEBUG <general>: scraper: GetSearchResults returned <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?><results></results>
2021-10-20 14:44:12.742 T:5047    DEBUG <general>: FindMovie: Searching for 'David Bickerstaff' using Universal Movie Scraper scraper (path: '/storage/.kodi/addons/metadata.universal/', content: 'movies', version: '5.5.5')
2021-10-20 14:44:12.743 T:5047    DEBUG <general>: scraper: CreateSearchUrl returned <url>https://www.imdb.com/find?q=David%20Bickerstaff&s=tt|accept-language=en-us</url>
2021-10-20 14:44:12.743 T:5047    DEBUG <general>: CurlFile::ParseAndCorrectUrl() adding custom header option 'accept-language: en-us'
2021-10-20 14:44:12.743 T:5047    DEBUG <general>: CurlFile::Open(0x3a32b90) https://www.imdb.com/find?q=David%20Bickerstaff&s=tt
2021-10-20 14:44:13.544 T:5047    DEBUG <general>: Get: Using "UTF-8" charset for HTML "https://www.imdb.com/find?q=David%20Bickerstaff&s=tt|accept-language=en-us"
2021-10-20 14:44:13.634 T:5047    DEBUG <general>: scraper: GetSearchResults returned <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?><results></results>

(So you sould probably ask over at the Kodi forums in the scraper thread)

mthx! yes i also suspected it has something to do with kodi or even with imdb and even kodi unrelated

anyhow, even imdb parsing NFOs have been giving me grief

for anyone having the same problem, work around for me has been to make a separate folder for offensive items, change content and use tmdb parser (ie not the universal movie) for this specific folder and then use parsing NFOs (text files with only the link to the appropriate movie in TMDB)

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.