Re: [Imdbpy-devel] episodes rating fails

2010-05-29 Thread Davide Alberani
On May 29, David Kaufman david.kauf...@gmx.de wrote: To illustrate my example look at and you'll see the error right away: Well, it's not an error: it's the expected behaviour. :-) Let's follow the code: ia = IMDb('http') In the above line, you can set the optional parameter loggingLevel to

[Imdbpy-devel] episodes rating fails

2010-05-27 Thread David Kaufman
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:

Re: [Imdbpy-devel] episodes rating fails

2010-05-27 Thread David Kaufman
Ah! I was trying to get the rating from the episode itself, not from the parent series. Nonetheless I find it quite unintuitive to have to go over the series to get to the ratings of a single epsiode. Just my two cents. :) Bye! 2010/5/27 Davide Alberani davide.alber...@gmail.com: On May 27,