[XBOX](SVN:24238, compiler 1310) TMDB scapper issues with certain movies
#1
I have an issue with the tmdb scrapper getting info for a few of my movies. The main issue that confuses me is that when I input the url generated in the debug log and put it in my browser I get the expected results xml formatted and everything, but the log shows that it didn't receive any results. I am using version 9-11

Here is my log file:
http://www.ybetinc.com/~daniel/v9-11_xbmc.old.log

And Here is the tmdb scapper file:
http://www.ybetinc.com/~daniel/v9-11_tmdb.xml

As you can see in the log file I do a search for Baby Einstein Baby Galileo (Ok yes its for my little baby girl!Wink) and the scrapper generates the url:
http://api.themoviedb.org/2.0/Movie.sear...b854740ea9

If you open that in a web browser it returns 1 result with all the movie info all in the expected 2.0 api format. But the log shows the following:
Code:
19:50:51 M: 33681408   DEBUG: CIMDB::InternalFindMovie: Searching for 'baby einstein baby galileo' using themoviedb.org scraper (file: 'tmdb.xml', content: 'movies', language: 'en', date: '2009-07-28', framework: '1.1')
19:50:51 M: 33681408   DEBUG: FileCurl::Open(D009F540) http://api.themoviedb.org/2.0/Movie.search?title=baby%20einstein%20baby%20galileo&api_key=57983e31fb435df4df77afb854740ea9
19:50:51 M: 33644544    INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to http://api.themoviedb.org
19:50:51 M: 33521664   DEBUG: FileCurl::Close(D009F540) http://api.themoviedb.org/2.0/Movie.search?title=baby%20einstein%20baby%20galileo&api_key=57983e31fb435df4df77afb854740ea9
19:50:51 M: 33521664   DEBUG: scraper: GetSearchResults returned <results></result>
19:50:51 M: 33521664   ERROR: CIMDB::Process: Error looking up movie Baby Einstein Baby Galileo.mkv

It seems all the Baby Einstein Movies are an issues except for a few, for ex:
Baby Einstein Baby Noah
Baby Einstein Baby Neptune
Baby Einstein Baby Beethoven

except for this one works just fine:
Baby Einstein Baby Di Vinci

Any help with where to start troubleshooting this would be great. I am new to the scrapper programming so I am still doing a lot of research as to how it works, and what handles what. Thanks for your time and interest.

Daniel G.
Reply

Logout Mark Read Team Forum Stats Members Help
[XBOX](SVN:24238, compiler 1310) TMDB scapper issues with certain movies0