13 Dec 09:26
imdbpy2sql - some movies are missing nr_order for the cast
Hi,
Just noticed that some movies are missing nr_order for the cast.
For example: Titles: Snow White and the Huntsman (2012) and Ceremony (2010)
select * from cast_info where movie_id=(select id from title where title='Snow White and the Huntsman');
NR_ORDER column is <NULL> for every cast_info entry beside one, which has value 19
http://www.imdb.com/title/tt1735898/
NR_ORDER column is <NULL> for every cast_info entry beside one, which has value 19
http://www.imdb.com/title/tt1735898/
select * from cast_info where movie_id=(select id from title where title='Ceremony' and kind_id=1 and production_year=2010);
NR_ORDER column is <NULL> for every cast_info entry beside one, which has value 0
http://www.imdb.com/title/tt1341341/
http://www.imdb.com/title/tt1341341/
It looks like there is something wrong, becaouse i have never seen so much nr_order missing before
I am using latest dev version of imdbpy2sql (IMDbPY==4.9dev-20111124) (PostgreSQL)
Data files date: 24.Nov.2011
I just ran update with newest datafiles (09.Dec.2011)
I'll notice as soon as it ends if there will be any changes.
Maybe you already have some ideas what could went wrong?
Thanks.
------------------------------------------------------------------------------ Systems Optimization Self Assessment Improve efficiency and utilization of IT resources. Drive out cost and improve service delivery. Take 5 minutes to use this Systems Optimization Self Assessment. http://www.accelacomm.com/jaw/sdnl/114/51450054/
_______________________________________________ Imdbpy-help mailing list Imdbpy-help@... https://lists.sourceforge.net/lists/listinfo/imdbpy-help
Happy holidays!
RSS Feed