Skip Menu |

This queue is for tickets about the IMDB-Film CPAN distribution.

Report information
The Basics
Id: 62254
Status: open
Priority: 0/
Queue: IMDB-Film

People
Owner: Nobody in particular
Requestors: cpan [...] sendtodave.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.47
Fixed in: (no value)



This is a very useful Perl module. Thank you for making it. Unfortunately, on some films, the cover image is not being set (although the rest of the film info loads properly.) Example: $imdb = new IMDB::Film(crit => 910970); print "Wall-E Cover: " . $imdb->cover . "\n"; # FAILS $imdb = new IMDB::Film(crit => 424345); print "Clerks 2 Cover: " . $imdb->cover . "\n"; # WORKS Some other examples of films with no cover: http://www.imdb.com/title/tt0274117/ http://www.imdb.com/title/tt0245574/ http://www.imdb.com/title/tt0056801/ http://www.imdb.com/title/tt0092494/ I believe this is an issue related to the recent IMDB redesigns, as the module was working perfectly up until a few weeks ago. Thanks again for writing this great module.
Subject: Re: [rt.cpan.org #62254]
Date: Tue, 19 Oct 2010 11:35:14 +0300
To: bug-IMDB-Film [...] rt.cpan.org
From: Michael Stepanov <stepanov.michael [...] gmail.com>
Thanks for your bug report, Dave. That bug is fixed. I'm planning to upload a new version of IMDB::Film this week. On Tue, Oct 19, 2010 at 6:43 AM, Dave via RT <bug-IMDB-Film@rt.cpan.org>wrote: Show quoted text
> Mon Oct 18 23:43:40 2010: Request 62254 was acted upon. > Transaction: Ticket created by bort > Queue: IMDB-Film > Subject: (No subject given) > Broken in: 0.47 > Severity: Important > Owner: Nobody > Requestors: cpan@sendtodave.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=62254 > > > > This is a very useful Perl module. Thank you for making it. > > Unfortunately, on some films, the cover image is not being set (although > the rest of the film info loads properly.) Example: > > $imdb = new IMDB::Film(crit => 910970); > print "Wall-E Cover: " . $imdb->cover . "\n"; # FAILS > > $imdb = new IMDB::Film(crit => 424345); > print "Clerks 2 Cover: " . $imdb->cover . "\n"; # WORKS > > > Some other examples of films with no cover: > http://www.imdb.com/title/tt0274117/ > http://www.imdb.com/title/tt0245574/ > http://www.imdb.com/title/tt0056801/ > http://www.imdb.com/title/tt0092494/ > > I believe this is an issue related to the recent IMDB redesigns, as the > module was working perfectly up until a few weeks ago. > > Thanks again for writing this great module. >
-- Best regards, Michael Stepanov http://linuxmce.ru
Subject: Re: [rt.cpan.org #62254]
Date: Mon, 25 Oct 2010 20:40:26 -0400
To: bug-IMDB-Film [...] rt.cpan.org
From: Dave Hensley <davehensley [...] gmail.com>
Hi, Thank you for fixing this bug. I noticed that there's been a functionality change -- the default image is now returned if there is no cover. Unfortunately, this is not the behavior that I want in my programs. Could you please add a parameter to the $this->cover() method to enable/disable this feature? Thanks, Dave. Quidquid latine dictum sit, altum viditur. On Tue, Oct 19, 2010 at 4:35 AM, Michael Stepanov via RT <bug-IMDB-Film@rt.cpan.org> wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=62254 > > > Thanks for your bug report, Dave. That bug is fixed. I'm planning to upload > a new version of IMDB::Film this week. > > On Tue, Oct 19, 2010 at 6:43 AM, Dave via RT <bug-IMDB-Film@rt.cpan.org>wrote: >
>> Mon Oct 18 23:43:40 2010: Request 62254 was acted upon. >> Transaction: Ticket created by bort >>       Queue: IMDB-Film >>     Subject: (No subject given) >>   Broken in: 0.47 >>    Severity: Important >>       Owner: Nobody >>  Requestors: cpan@sendtodave.com >>      Status: new >>  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=62254 > >> >> >> This is a very useful Perl module. Thank you for making it. >> >> Unfortunately, on some films, the cover image is not being set (although >> the rest of the film info loads properly.) Example: >> >> $imdb = new IMDB::Film(crit => 910970); >> print "Wall-E Cover: " . $imdb->cover . "\n"; # FAILS >> >> $imdb = new IMDB::Film(crit => 424345); >> print "Clerks 2 Cover: " . $imdb->cover . "\n"; # WORKS >> >> >> Some other examples of films with no cover: >> http://www.imdb.com/title/tt0274117/ >> http://www.imdb.com/title/tt0245574/ >> http://www.imdb.com/title/tt0056801/ >> http://www.imdb.com/title/tt0092494/ >> >> I believe this is an issue related to the recent IMDB redesigns, as the >> module was working perfectly up until a few weeks ago. >> >> Thanks again for writing this great module. >>
> > > > -- > Best regards, > Michael Stepanov > http://linuxmce.ru > >