Skip Menu |

This queue is for tickets about the Finance-YahooJPN-Quote CPAN distribution.

Report information
The Basics
Id: 97010
Status: open
Priority: 0/
Queue: Finance-YahooJPN-Quote

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

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



Subject: No more results when running this script
Date: Mon, 7 Jul 2014 17:30:54 +0800
To: bug-Finance-YahooJPN-Quote [...] rt.cpan.org
From: Keng Lee Teh <tkengl [...] gmail.com>
Dear Sir/Madam, The script module Finance-YahooJPN-Quote-1.03 <http://search.cpan.org/~hata/Finance-YahooJPN-Quote-1.03/> version 1.03 seems to no longer work correctly. I am using perl v5.16.2 built for MSWin32-x64-multi-thread (Strawberry Perl for Windows installation) Wondering if anyone is still maintaining this module? Best regards, tkengl
From: mcgrath.martin [...] gmail.com
On Mon Jul 07 10:31:24 2014, tkengl@gmail.com wrote: Show quoted text
> Dear Sir/Madam, > > The script module Finance-YahooJPN-Quote-1.03 > <http://search.cpan.org/~hata/Finance-YahooJPN-Quote-1.03/> version 1.03 > seems to no longer work correctly. > > I am using perl v5.16.2 built for MSWin32-x64-multi-thread (Strawberry Perl > for Windows installation) > > Wondering if anyone is still maintaining this module? > > Best regards, > tkengl
Possibly associated with: https://rt.cpan.org/Public/Bug/Display.html?id=96684 Consider debugging, changing the URL and providing a patch if this works.
Subject: Re: [rt.cpan.org #97010] No more results when running this script
Date: Tue, 8 Jul 2014 11:17:30 +0800
To: bug-Finance-YahooJPN-Quote [...] rt.cpan.org
From: K Teh <tkengl [...] gmail.com>
I have tried to manually search for the correct path and input it into Quote.pm however still I believe there is a part which I do not understand which is the block from line 183 to 208. There are some symbols there which might be japanese? My changes to Quote.Pm are below, which still yields no results. 1) Changing line 40, server to be, my $Server = 'info.finance.yahoo.co.jp'; (Previously my $Server = 'table.yahoo.co.jp';) 2) Changing line 179, $abs_path, my $abs_path = "/history/?code=$self->{'symbol'}&sy=$year_a&sm=$month_a&sd=$day_a&ey=$year_z&em=$month_z&ed=$day_z&tm=d&p=$y"; Previously ( my $abs_path = "/t?a=$month_a&b=$day_a&c=$year_a&d=$month_z&e=$day_z&f=$year_z&g=d&s=$self->{'symbol'}&y=$y"; ) Any other suggestions/help would be appreciated. Best, Keng On Tue, Jul 8, 2014 at 4:40 AM, Martin McGrath via RT < bug-Finance-YahooJPN-Quote@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=97010 > > > On Mon Jul 07 10:31:24 2014, tkengl@gmail.com wrote:
> > Dear Sir/Madam, > > > > The script module Finance-YahooJPN-Quote-1.03 > > <http://search.cpan.org/~hata/Finance-YahooJPN-Quote-1.03/> version 1.03 > > seems to no longer work correctly. > > > > I am using perl v5.16.2 built for MSWin32-x64-multi-thread (Strawberry
> Perl
> > for Windows installation) > > > > Wondering if anyone is still maintaining this module? > > > > Best regards, > > tkengl
> > Possibly associated with: > > https://rt.cpan.org/Public/Bug/Display.html?id=96684 > > Consider debugging, changing the URL and providing a patch if this works. >
Subject: Re: [rt.cpan.org #97010] No more results when running this script
Date: Wed, 09 Jul 2014 01:42:59 +0900
To: bug-Finance-YahooJPN-Quote [...] rt.cpan.org
From: Masanori HATA <hata [...] mihr.net>
Hello, people. I'm the author. Thank you for having been using this module. And, sorry for disfunction. I'm currently working with this. It seems that not only the server's URL but there are also many changes around. It takes some more hours for me to fix. On 2014年07月08日 12:17, Keng Lee Teh via RT wrote: Show quoted text
> Queue: Finance-YahooJPN-Quote > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=97010 > > > I have tried to manually search for the correct path and input it into > Quote.pm however still I believe there is a part which I do not understand > which is the block from line 183 to 208. There are some symbols there which > might be japanese? > > My changes to Quote.Pm are below, which still yields no results. > > 1) Changing line 40, server to be, my $Server = 'info.finance.yahoo.co.jp'; > (Previously my $Server = 'table.yahoo.co.jp';) > > 2) Changing line 179, $abs_path, > > my $abs_path = > "/history/?code=$self->{'symbol'}&sy=$year_a&sm=$month_a&sd=$day_a&ey=$year_z&em=$month_z&ed=$day_z&tm=d&p=$y"; > > Previously ( my $abs_path = > "/t?a=$month_a&b=$day_a&c=$year_a&d=$month_z&e=$day_z&f=$year_z&g=d&s=$self->{'symbol'}&y=$y"; > ) > > Any other suggestions/help would be appreciated. > > Best, > Keng > > > On Tue, Jul 8, 2014 at 4:40 AM, Martin McGrath via RT < > bug-Finance-YahooJPN-Quote@rt.cpan.org> wrote: >
>> <URL: https://rt.cpan.org/Ticket/Display.html?id=97010 > >> >> On Mon Jul 07 10:31:24 2014, tkengl@gmail.com wrote:
>>> Dear Sir/Madam, >>> >>> The script module Finance-YahooJPN-Quote-1.03 >>> <http://search.cpan.org/~hata/Finance-YahooJPN-Quote-1.03/> version 1.03 >>> seems to no longer work correctly. >>> >>> I am using perl v5.16.2 built for MSWin32-x64-multi-thread (Strawberry
>> Perl
>>> for Windows installation) >>> >>> Wondering if anyone is still maintaining this module? >>> >>> Best regards, >>> tkengl
>> >> Possibly associated with: >> >> https://rt.cpan.org/Public/Bug/Display.html?id=96684 >> >> Consider debugging, changing the URL and providing a patch if this works. >>
>
-- Masanori HATA
Subject: Re: [rt.cpan.org #97010] No more results when running this script
Date: Wed, 9 Jul 2014 21:59:19 +0800
To: bug-Finance-YahooJPN-Quote [...] rt.cpan.org
From: K Teh <tkengl [...] gmail.com>
Thank you Hata-san. Appreciate your work! On Wed, Jul 9, 2014 at 12:43 AM, Masanori HATA via RT < bug-Finance-YahooJPN-Quote@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=97010 > > > Hello, people. I'm the author. Thank you for having been using this module. > > And, sorry for disfunction. I'm currently working with this. > > It seems that not only the server's URL but there are also many changes > around. It takes some more hours for me to fix. > > On 2014年07月08日 12:17, Keng Lee Teh via RT wrote:
> > Queue: Finance-YahooJPN-Quote > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=97010 > > > > > I have tried to manually search for the correct path and input it into > > Quote.pm however still I believe there is a part which I do not
> understand
> > which is the block from line 183 to 208. There are some symbols there
> which
> > might be japanese? > > > > My changes to Quote.Pm are below, which still yields no results. > > > > 1) Changing line 40, server to be, my $Server = '
> info.finance.yahoo.co.jp';
> > (Previously my $Server = 'table.yahoo.co.jp';) > > > > 2) Changing line 179, $abs_path, > > > > my $abs_path = > >
> "/history/?code=$self->{'symbol'}&sy=$year_a&sm=$month_a&sd=$day_a&ey=$year_z&em=$month_z&ed=$day_z&tm=d&p=$y";
> > > > Previously ( my $abs_path = > >
> "/t?a=$month_a&b=$day_a&c=$year_a&d=$month_z&e=$day_z&f=$year_z&g=d&s=$self->{'symbol'}&y=$y";
> > ) > > > > Any other suggestions/help would be appreciated. > > > > Best, > > Keng > > > > > > On Tue, Jul 8, 2014 at 4:40 AM, Martin McGrath via RT < > > bug-Finance-YahooJPN-Quote@rt.cpan.org> wrote: > >
> >> <URL: https://rt.cpan.org/Ticket/Display.html?id=97010 > > >> > >> On Mon Jul 07 10:31:24 2014, tkengl@gmail.com wrote:
> >>> Dear Sir/Madam, > >>> > >>> The script module Finance-YahooJPN-Quote-1.03 > >>> <http://search.cpan.org/~hata/Finance-YahooJPN-Quote-1.03/> version
> 1.03
> >>> seems to no longer work correctly. > >>> > >>> I am using perl v5.16.2 built for MSWin32-x64-multi-thread (Strawberry
> >> Perl
> >>> for Windows installation) > >>> > >>> Wondering if anyone is still maintaining this module? > >>> > >>> Best regards, > >>> tkengl
> >> > >> Possibly associated with: > >> > >> https://rt.cpan.org/Public/Bug/Display.html?id=96684 > >> > >> Consider debugging, changing the URL and providing a patch if this
> works.
> >>
> >
> > > > -- > Masanori HATA > >
Subject: Re: [rt.cpan.org #97010] No more results when running this script
Date: Tue, 5 Aug 2014 21:12:53 +0800
To: bug-Finance-YahooJPN-Quote [...] rt.cpan.org
From: K Teh <tkengl [...] gmail.com>
Dear Author, Thank you for your update. I am using both version 1.06 and 1.08 currently. After some time spent checking (1-2weeks), It seems for stock 9613.T, the version 1.08 some problems as the share price is very small. Perhaps something with stock split that was adjusted that made this error? version 1.06 seems to be well for 9613.T Thank you once again for the updates! Best, Keng On Wed, Jul 9, 2014 at 12:43 AM, Masanori HATA via RT < bug-Finance-YahooJPN-Quote@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=97010 > > > Hello, people. I'm the author. Thank you for having been using this module. > > And, sorry for disfunction. I'm currently working with this. > > It seems that not only the server's URL but there are also many changes > around. It takes some more hours for me to fix. > > On 2014年07月08日 12:17, Keng Lee Teh via RT wrote:
> > Queue: Finance-YahooJPN-Quote > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=97010 > > > > > I have tried to manually search for the correct path and input it into > > Quote.pm however still I believe there is a part which I do not
> understand
> > which is the block from line 183 to 208. There are some symbols there
> which
> > might be japanese? > > > > My changes to Quote.Pm are below, which still yields no results. > > > > 1) Changing line 40, server to be, my $Server = '
> info.finance.yahoo.co.jp';
> > (Previously my $Server = 'table.yahoo.co.jp';) > > > > 2) Changing line 179, $abs_path, > > > > my $abs_path = > >
> "/history/?code=$self->{'symbol'}&sy=$year_a&sm=$month_a&sd=$day_a&ey=$year_z&em=$month_z&ed=$day_z&tm=d&p=$y";
> > > > Previously ( my $abs_path = > >
> "/t?a=$month_a&b=$day_a&c=$year_a&d=$month_z&e=$day_z&f=$year_z&g=d&s=$self->{'symbol'}&y=$y";
> > ) > > > > Any other suggestions/help would be appreciated. > > > > Best, > > Keng > > > > > > On Tue, Jul 8, 2014 at 4:40 AM, Martin McGrath via RT < > > bug-Finance-YahooJPN-Quote@rt.cpan.org> wrote: > >
> >> <URL: https://rt.cpan.org/Ticket/Display.html?id=97010 > > >> > >> On Mon Jul 07 10:31:24 2014, tkengl@gmail.com wrote:
> >>> Dear Sir/Madam, > >>> > >>> The script module Finance-YahooJPN-Quote-1.03 > >>> <http://search.cpan.org/~hata/Finance-YahooJPN-Quote-1.03/> version
> 1.03
> >>> seems to no longer work correctly. > >>> > >>> I am using perl v5.16.2 built for MSWin32-x64-multi-thread (Strawberry
> >> Perl
> >>> for Windows installation) > >>> > >>> Wondering if anyone is still maintaining this module? > >>> > >>> Best regards, > >>> tkengl
> >> > >> Possibly associated with: > >> > >> https://rt.cpan.org/Public/Bug/Display.html?id=96684 > >> > >> Consider debugging, changing the URL and providing a patch if this
> works.
> >>
> >
> > > > -- > Masanori HATA > >