Hi Developers,

I think I found a bug with the current version of imdbpy (4.5.1).

When I try to retreive the episodes rating information of a
imdb_episode it simply prints "None" indicating
that there has been a KeyError exception:

        ia.update(imdb_episode, "episodes rating")
        try:
            rating = imdb_episode["episodes rating"]
        except KeyError:
            rating = None

        print rating

Can someone try to reproduce this error for episodes from South Park
for example.

Grettings,
David

------------------------------------------------------------------------------

_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to