BurntSushi / goim

Goim is a robust command line utility to maintain and query the Internet Movie Database (IMDb).
The Unlicense
117 stars 9 forks source link

Some errors while running `goim load` #4

Open vendion opened 9 years ago

vendion commented 9 years ago

When pulling the latest information from IMDB using goim load -lists movies,ratings,plot,quotes I see the following errors:

Reading movies list...
Could not parse '3b' as episode number in: Just Passing Through (#1.3b)
Could not find title in 'Home (2014/XL)'.
Could not find title in 'Home (2014/XLI)'.
Done. Added 1119348 movies, 121283 tv shows and 2175174 episodes.

It doesn't seem to affect processing or anything though. I also don't know if I can get further debugging information without altering the code.

BurntSushi commented 9 years ago

I think the info you provided is sufficient. On occasion, IMDb introduces a new and exciting way to write title/episode information that has never been seen before. goim will tell you about things it doesn't know how to parse, but continue on (which seems to be what it's doing here).

The right path forwards is to fix the parser to handle the new data formats. Although, if only three records are getting dropped, this is probably a low priority.

vendion commented 9 years ago

I would agree this is probably a low priority, the only reason I saw that was trying to debug why goim can't find information about Season 1 Episode 1 of Blunt Talk http://www.imdb.com/title/tt4278516/?ref_=ttep_ep1 and was curious if my cronjob to update my database was failing so I manually ran it.

On Tue, Sep 1, 2015 at 8:41 PM Andrew Gallant notifications@github.com wrote:

I think the info you provided is sufficient. On occasion, IMDb introduces a new and exciting way to write title/episode information that has never been seen before. goim will tell you about things it doesn't know how to parse, but continue on (which seems to be what it's doing here).

The right path forwards is to fix the parser to handle the new data formats. Although, if only three records are getting dropped, this is probably a low priority.

— Reply to this email directly or view it on GitHub https://github.com/BurntSushi/goim/issues/4#issuecomment-136903334.