Open vendion opened 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.
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.
When pulling the latest information from IMDB using
goim load -lists movies,ratings,plot,quotes
I see the following errors: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.