Skip Menu |

This queue is for tickets about the Net-SMS-WAY2SMS CPAN distribution.

Report information
The Basics
Id: 83150
Status: resolved
Priority: 0/
Queue: Net-SMS-WAY2SMS

People
Owner: Nobody in particular
Requestors: rudiprocks [...] yahoo.co.in
Cc:
AdminCc:

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



Subject: issue in way2sms perl
Date: Wed, 6 Feb 2013 14:20:03 +0800 (SGT)
To: bug-Net-SMS-WAY2SMS [...] rt.cpan.org
From: ramya victor <rudiprocks [...] yahoo.co.in>
Hi Sir,   Recently way2sms people have changed their website settings and made some changes, so on running the sms script we get an error like There is no form with the requested fields at XXXXX Can’t call method “value” on an undefined value at /usr/share/perl5/WWW/Mechanize.pm The way2sms people have changed the static div id of “MobNo” to dynamic one whose value is in the variable “rqMob” ie, I found that way2sms changing the div id dynamically using javascript instead of static div id “MobNo”. So we couldnt retrieve that mobile no div id to send sms from this script. Can you please help me as to how to resolve this issue???     Thanks in Advance!!!   Regards, Ramya
From: rudiprocks [...] yahoo.co.in
On Wed Feb 06 01:20:17 2013, rudiprocks@yahoo.co.in wrote: Show quoted text
> Hi Sir, > >   > > Recently way2sms people have changed their website settings > and made some changes, so on running the sms script we get an error > like > > There is no form with the requested fields at XXXXX > Can’t call method “value” on an undefined value at
/usr/share/perl5/WWW/Mechanize.pm This error occurs at the line my $isLoggedIn = $mech->form_with_fields(("MobNo","textArea")); This line is present in the file lib/auto/Net/SMS/WAY2SMS/send.al (guess line 107) Show quoted text
> > The way2sms people have changed the static div id of “MobNo” > to dynamic one whose value is in the variable “rqMob” ie, I found that > way2sms > changing the div id dynamically using javascript instead of static div > id > “MobNo”. So we couldnt retrieve that mobile no div id to send sms from > this > script. > > Can you please help me as to how to resolve this issue??? > >   > >   > > Thanks in Advance!!! > >   > > Regards, > > Ramya
Hi, I tried fixing the code, but came to know that they have introduced CAPTCHA in their send sms for. Hence there is no way we can pass through it. You are welcome to tryout the code by downloading and editing the module. Please let me know if you find a fix, so that i can fix and reupload to CPAN and the whole community will be benefited On Wed Feb 06 01:29:46 2013, rudiprocks@yahoo.co.in wrote: Show quoted text
> On Wed Feb 06 01:20:17 2013, rudiprocks@yahoo.co.in wrote:
> > Hi Sir, > > > >   > > > > Recently way2sms people have changed their website settings > > and made some changes, so on running the sms script we get an error > > like > > > > There is no form with the requested fields at XXXXX > > Can’t call method “value” on an undefined value at
> /usr/share/perl5/WWW/Mechanize.pm > > This error occurs at the line > my $isLoggedIn = $mech->form_with_fields(("MobNo","textArea")); > > This line is present in the file lib/auto/Net/SMS/WAY2SMS/send.al (guess > line 107)
> > > > The way2sms people have changed the static div id of “MobNo” > > to dynamic one whose value is in the variable “rqMob” ie, I found that > > way2sms > > changing the div id dynamically using javascript instead of static div > > id > > “MobNo”. So we couldnt retrieve that mobile no div id to send sms from > > this > > script. > > > > Can you please help me as to how to resolve this issue??? > > > >   > > > >   > > > > Thanks in Advance!!! > > > >   > > > > Regards, > > > > Ramya
>
From: rudiprocks [...] yahoo.co.in
Hi Sir, Is there no way we can make the script work ? is there any other alternative that you can suggest. How did you know that they have introduced CAPTCHA in their send sms, is it because of their dynamic id assginment for the mobile number text box. On Wed Feb 06 07:35:42 2013, ADARSHTP wrote: Show quoted text
> Hi, > > I tried fixing the code, but came to know that they have introduced > CAPTCHA in their send sms for. Hence there is no way we can pass
through Show quoted text
> it. > You are welcome to tryout the code by downloading and editing the
module. Show quoted text
> Please let me know if you find a fix, so that i can fix and reupload
to Show quoted text
> CPAN and the whole community will be benefited > > > > On Wed Feb 06 01:29:46 2013, rudiprocks@yahoo.co.in wrote:
> > On Wed Feb 06 01:20:17 2013, rudiprocks@yahoo.co.in wrote:
> > > Hi Sir, > > > > > >   > > > > > > Recently way2sms people have changed their website settings > > > and made some changes, so on running the sms script we get an
error Show quoted text
> > > like > > > > > > There is no form with the requested fields at XXXXX > > > Can’t call method “value” on an undefined value at
> > /usr/share/perl5/WWW/Mechanize.pm > > > > This error occurs at the line > > my $isLoggedIn = $mech->form_with_fields(("MobNo","textArea")); > > > > This line is present in the file lib/auto/Net/SMS/WAY2SMS/send.al
(guess Show quoted text
> > line 107)
> > > > > > The way2sms people have changed the static div id of “MobNo” > > > to dynamic one whose value is in the variable “rqMob” ie, I found
that Show quoted text
> > > way2sms > > > changing the div id dynamically using javascript instead of static
div Show quoted text
> > > id > > > “MobNo”. So we couldnt retrieve that mobile no div id to send sms
from Show quoted text
> > > this > > > script. > > > > > > Can you please help me as to how to resolve this issue??? > > > > > >   > > > > > >   > > > > > > Thanks in Advance!!! > > > > > >   > > > > > > Regards, > > > > > > Ramya
> >
> >
From: rudiprocks [...] yahoo.co.in
Hi Sir, Can we try your logic for indyarocks website? It does seem to have CAPTCHA. Can you tell me if this is possible and how can we go about it? thanks in advance!!!! On Thu Feb 07 01:11:31 2013, rudiprocks@yahoo.co.in wrote: Show quoted text
> Hi Sir, > > Is there no way we can make the script work ? is there any other > alternative that you can suggest. How did you know that they have > introduced CAPTCHA in their send sms, is it because of their dynamic
id Show quoted text
> assginment for the mobile number text box. > > > > > > On Wed Feb 06 07:35:42 2013, ADARSHTP wrote:
> > Hi, > > > > I tried fixing the code, but came to know that they have introduced > > CAPTCHA in their send sms for. Hence there is no way we can pass
> through
> > it. > > You are welcome to tryout the code by downloading and editing the
> module.
> > Please let me know if you find a fix, so that i can fix and reupload
> to
> > CPAN and the whole community will be benefited > > > > > > > > On Wed Feb 06 01:29:46 2013, rudiprocks@yahoo.co.in wrote:
> > > On Wed Feb 06 01:20:17 2013, rudiprocks@yahoo.co.in wrote:
> > > > Hi Sir, > > > > > > > >   > > > > > > > > Recently way2sms people have changed their website settings > > > > and made some changes, so on running the sms script we get an
> error
> > > > like > > > > > > > > There is no form with the requested fields at XXXXX > > > > Can’t call method “value” on an undefined value at
> > > /usr/share/perl5/WWW/Mechanize.pm > > > > > > This error occurs at the line > > > my $isLoggedIn = $mech->form_with_fields(("MobNo","textArea")); > > > > > > This line is present in the file lib/auto/Net/SMS/WAY2SMS/send.al
> (guess
> > > line 107)
> > > > > > > > The way2sms people have changed the static div id of “MobNo” > > > > to dynamic one whose value is in the variable “rqMob” ie, I
found Show quoted text
> that
> > > > way2sms > > > > changing the div id dynamically using javascript instead of
static Show quoted text
> div
> > > > id > > > > “MobNo”. So we couldnt retrieve that mobile no div id to send
sms Show quoted text
> from
> > > > this > > > > script. > > > > > > > > Can you please help me as to how to resolve this issue??? > > > > > > > >   > > > > > > > >   > > > > > > > > Thanks in Advance!!! > > > > > > > >   > > > > > > > > Regards, > > > > > > > > Ramya
> > >
> > > >
> >
Fixed in Version 0.07