Skip Menu |

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

Report information
The Basics
Id: 52729
Status: resolved
Priority: 0/
Queue: IMDB-Film

People
Owner: Nobody in particular
Requestors: vavrekm [...] gmail.com
Cc:
AdminCc:

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



Subject: $film->also_known_as() returns null
Since some time method $film->also_known_as() is not working any more. Seems that IMDB changed structure of storing AKA strings and they are not retrieved anymore via $film->also_known_as(): -------------------------------------- $ perl -e ' Show quoted text
> use IMDB::Film; > $imdbObj = new IMDB::Film(crit => "Under Siege", year => 1992); > print $imdbObj->title() . "\n"; > print join(",", @{$imdbObj->also_known_as()})."\n";'
Under Siege $ -------------------------------------- I have stored output from similar called code (executed in october 2009) for same parameters (crit => "Under Siege", year => 1992) with otuput: -------------------------------------- Under Siege Dreadnought (USA) (original script title) Piège en haute mer (France) -------------------------------------- -- Fight for Free Software
Subject: Re: [rt.cpan.org #52729] $film->also_known_as() returns null
Date: Mon, 14 Dec 2009 11:56:04 +0200
To: bug-IMDB-Film [...] rt.cpan.org
From: Michael Stepanov <stepanov.michael [...] gmail.com>
Hi Milos, Thank you for bug-report. I found and fixed that problem. I'll upload a new version of IMDB::Film probably today or maximum tomorrow and notify you. On Sun, Dec 13, 2009 at 4:14 PM, Milos Vavrek via RT < bug-IMDB-Film@rt.cpan.org> wrote: Show quoted text
> Sun Dec 13 09:14:06 2009: Request 52729 was acted upon. > Transaction: Ticket created by NeoV > Queue: IMDB-Film > Subject: $film->also_known_as() returns null > Broken in: (no value) > Severity: Important > Owner: Nobody > Requestors: vavrekm@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=52729 > > > > Since some time method $film->also_known_as() is not working any more. > Seems that IMDB changed structure of storing AKA strings and they are > not retrieved anymore via $film->also_known_as(): > > -------------------------------------- > $ perl -e '
> > use IMDB::Film; > > $imdbObj = new IMDB::Film(crit => "Under Siege", year => 1992); > > print $imdbObj->title() . "\n"; > > print join(",", @{$imdbObj->also_known_as()})."\n";'
> Under Siege > > $ > -------------------------------------- > > I have stored output from similar called code (executed in october 2009) > for same parameters (crit => "Under Siege", year => 1992) with otuput: > > -------------------------------------- > Under Siege > Dreadnought (USA) (original script title) > Piège en haute mer (France) > -------------------------------------- > > > -- > Fight for Free Software >
-- Best regards, Michael Stepanov, http://linuxmce.ru