Skip Menu |

This queue is for tickets about the XML-Amazon CPAN distribution.

Report information
The Basics
Id: 123007
Status: open
Priority: 0/
Queue: XML-Amazon

People
Owner: Nobody in particular
Requestors: j.metayer [...] digitalteam.fr
Cc:
AdminCc:

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



Subject: Bug on XML::Amazon
Date: Mon, 11 Sep 2017 07:31:03 +0200
To: bug-XML-Amazon [...] rt.cpan.org
From: Julien Métayer - Digital Team <j.metayer [...] digitalteam.fr>
Hello, I have an error since 3 months while using your lib. It worked well since 2 years before that. Could not find search_book.xml in /web/domaine.org/ at /usr/local/share/perl/5.20.2/XML/Amazon.pm line 164. Could you help me ? Regards -- ------------------------------------------------------------------------ *Julien Métayer* - /Fondateur/ *Portable* : +33 (0)6 51 01 01 06 *Web* : https://digitalteam.fr <https://www.digitalteam.fr> ------------------------------------------------------------------------
Download logo.png
image/png 1.3k
logo.png
On Mon Sep 11 01:40:29 2017, j.metayer@digitalteam.fr wrote: Show quoted text
> Hello, I have an error since 3 months while using your lib. It worked > well since 2 years before that. > > Could not find search_book.xml in /web/domaine.org/ at > /usr/local/share/perl/5.20.2/XML/Amazon.pm line 164. > > Could you help me ? > > Regards
Hi Julien! Please provide a program that is self-contained and reproduces the problem, see https://github.com/shlomif/how-to-share-code-online .
Subject: Re: [rt.cpan.org #123007] Bug on XML::Amazon
Date: Mon, 11 Sep 2017 13:25:24 +0200
To: bug-XML-Amazon [...] rt.cpan.org
From: Julien Métayer - Digital Team <j.metayer [...] digitalteam.fr>
use XML::Amazon; my $amazon = XML::Amazon->new(token => "AKIAIJRL2B4Z6B7TMIWA", sak => "ccKqz7uxphCgA1m4jwXjIQxnqI/XASIFuuHMS2tw", locale => 'fr'); $items = $amazon->search(keywords => "perl", type => 'Books'); if ($amazon->is_success) { ..... } Regards Julien Shlomi Fish via RT a écrit : Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=123007 > > > On Mon Sep 11 01:40:29 2017, j.metayer@digitalteam.fr wrote: >
>> Hello, I have an error since 3 months while using your lib. It worked >> well since 2 years before that. >> >> Could not find search_book.xml in /web/domaine.org/ at >> /usr/local/share/perl/5.20.2/XML/Amazon.pm line 164. >> >> Could you help me ? >> >> Regards >>
> > Hi Julien! > > Please provide a program that is self-contained and reproduces the problem, see https://github.com/shlomif/how-to-share-code-online . > >
-- ------------------------------------------------------------------------ *Julien Métayer* - /Fondateur/ *Portable* : +33 (0)6 51 01 01 06 *Web* : https://digitalteam.fr <https://www.digitalteam.fr> ------------------------------------------------------------------------
Download logo.png
image/png 1.3k
logo.png
On Mon Sep 11 07:25:44 2017, j.metayer@digitalteam.fr wrote: Show quoted text
> use XML::Amazon; > my $amazon = XML::Amazon->new(token => "AKIAIJRL2B4Z6B7TMIWA", sak => > "ccKqz7uxphCgA1m4jwXjIQxnqI/XASIFuuHMS2tw", locale => 'fr'); > $items = $amazon->search(keywords => "perl", type => 'Books'); > if ($amazon->is_success) > { > ..... > } >
Thanks! I can reproduce the problem, but the cpan version of XML::Amazon works fine for the code here: https://github.com/shlomif/shlomi-fish-homepage ( search for "Amazon" under lib). Anyway you can try debugging using https://github.com/shlomif/perl-XML-Amazon . Show quoted text
> > Regards > > Julien > > Shlomi Fish via RT a écrit :
> > <URL: https://rt.cpan.org/Ticket/Display.html?id=123007 > > > > > On Mon Sep 11 01:40:29 2017, j.metayer@digitalteam.fr wrote: > >
> >> Hello, I have an error since 3 months while using your lib. It > >> worked > >> well since 2 years before that. > >> > >> Could not find search_book.xml in /web/domaine.org/ at > >> /usr/local/share/perl/5.20.2/XML/Amazon.pm line 164. > >> > >> Could you help me ? > >> > >> Regards > >>
> > > > Hi Julien! > > > > Please provide a program that is self-contained and reproduces the > > problem, see https://github.com/shlomif/how-to-share-code-online . > > > >
Subject: Re: [rt.cpan.org #123007] Bug on XML::Amazon
Date: Mon, 11 Sep 2017 15:33:28 +0200
To: bug-XML-Amazon [...] rt.cpan.org
From: Julien Métayer - Digital Team <j.metayer [...] digitalteam.fr>
I tried the cpan version, 0.12 0.13 and manually the .0.14 on your github, but still the same problem. Shlomi Fish via RT a écrit : Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=123007 > > > On Mon Sep 11 07:25:44 2017, j.metayer@digitalteam.fr wrote: >
>> use XML::Amazon; >> my $amazon = XML::Amazon->new(token => "AKIAIJRL2B4Z6B7TMIWA", sak => >> "ccKqz7uxphCgA1m4jwXjIQxnqI/XASIFuuHMS2tw", locale => 'fr'); >> $items = $amazon->search(keywords => "perl", type => 'Books'); >> if ($amazon->is_success) >> { >> ..... >> } >> >>
> > Thanks! I can reproduce the problem, but the cpan version of XML::Amazon works fine for the code here: https://github.com/shlomif/shlomi-fish-homepage ( search for "Amazon" under lib). Anyway you can try debugging using https://github.com/shlomif/perl-XML-Amazon . >
>> Regards >> >> Julien >> >> Shlomi Fish via RT a écrit : >>
>>> <URL: https://rt.cpan.org/Ticket/Display.html?id=123007 > >>> >>> On Mon Sep 11 01:40:29 2017, j.metayer@digitalteam.fr wrote: >>> >>>
>>>> Hello, I have an error since 3 months while using your lib. It >>>> worked >>>> well since 2 years before that. >>>> >>>> Could not find search_book.xml in /web/domaine.org/ at >>>> /usr/local/share/perl/5.20.2/XML/Amazon.pm line 164. >>>> >>>> Could you help me ? >>>> >>>> Regards >>>> >>>>
>>> Hi Julien! >>> >>> Please provide a program that is self-contained and reproduces the >>> problem, see https://github.com/shlomif/how-to-share-code-online . >>> >>> >>>
> >
-- ------------------------------------------------------------------------ *Julien Métayer* - /Fondateur/ *Portable* : +33 (0)6 51 01 01 06 *Web* : https://digitalteam.fr <https://www.digitalteam.fr> ------------------------------------------------------------------------
Download logo.png
image/png 1.3k
logo.png