Skip Menu |

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

Report information
The Basics
Id: 83151
Status: resolved
Worked: 4 hours (240 min)
Priority: 0/
Queue: Net-SMS-160By2

People
Owner: MPGUTTA [...] cpan.org
Requestors: rudiprocks [...] yahoo.co.in
Cc:
AdminCc:

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



Hi sir, Your script is not working as of today. The url you have specified in the script no longer exists. Please provide a solution. Thanks in advance!! Regards, Ramya
Subject: thanks for reporting
On Wed Feb 06 01:59:43 2013, rudiprocks@yahoo.co.in wrote: Show quoted text
> Hi sir, > > Your script is not working as of today. The url you have specified in
the Show quoted text
> script no longer exists. Please provide a solution. > > Thanks in advance!! > > Regards, > Ramya
Hi, Thanks for reporting this. i will fix it in day or two. thanks mohan
From: rudiprocks [...] yahoo.co.in
Hi Sir, That would be really helpful. Please do let us all know once you fix it. Thanks in advance!!! On Wed Feb 06 03:32:33 2013, MPGUTTA wrote: Show quoted text
> On Wed Feb 06 01:59:43 2013, rudiprocks@yahoo.co.in wrote:
> > Hi sir, > > > > Your script is not working as of today. The url you have specified
in Show quoted text
> the
> > script no longer exists. Please provide a solution. > > > > Thanks in advance!! > > > > Regards, > > Ramya
> > Hi, > > Thanks for reporting this. i will fix it in day or two. > > thanks > mohan
Subject: were you able to fix i SIR??
From: rudiprocks [...] yahoo.co.in
Hi Sir, Were you able to fix the problem with the program??? Thanks!!! Ramya On Wed Feb 06 03:32:33 2013, MPGUTTA wrote: Show quoted text
> On Wed Feb 06 01:59:43 2013, rudiprocks@yahoo.co.in wrote:
> > Hi sir, > > > > Your script is not working as of today. The url you have specified
in Show quoted text
> the
> > script no longer exists. Please provide a solution. > > > > Thanks in advance!! > > > > Regards, > > Ramya
> > Hi, > > Thanks for reporting this. i will fix it in day or two. > > thanks > mohan
Subject: fixed version attached
On Sun Feb 10 23:32:08 2013, rudiprocks@yahoo.co.in wrote: Show quoted text
> Hi Sir, > > Were you able to fix the problem with the program??? > > Thanks!!! > Ramya > > > > > > > On Wed Feb 06 03:32:33 2013, MPGUTTA wrote:
> > On Wed Feb 06 01:59:43 2013, rudiprocks@yahoo.co.in wrote:
> > > Hi sir, > > > > > > Your script is not working as of today. The url you have specified
> in
> > the
> > > script no longer exists. Please provide a solution. > > > > > > Thanks in advance!! > > > > > > Regards, > > > Ramya
> > > > Hi, > > > > Thanks for reporting this. i will fix it in day or two. > > > > thanks > > mohan
>
Hi, I have patched it and i did some testing on it and works fine for me. I would like to do some more additional testing before releasing 0.2 version to cpan. I am just attaching the zip file of the new version along with this and a new module dependency(HTML::TagParser) is added to this version. Kindly install HTML::TagParser before installing the new version. Let me know in case of concerns. thanks mohan
Subject: Net-SMS-160By2.zip
Download Net-SMS-160By2.zip
application/x-zip-compressed 21.5k

Message body not shown because it is not plain text.

Subject: resolved issues connecting to 160By2.com
Hi, Now this issue has been resolved and new version(0.02) of Net::SMS::160By2 is available via CPAN. http://search.cpan.org/~mpgutta/Net-SMS-160By2-0.02/ Please try to update your system with latest version and run your test cases/scripts. Thanks mohan
From: rudiprocks [...] yahoo.co.in
Hi Sir, Thanks alot for the update. Its working properly for me. Regards, Ramya Victor On Mon Feb 11 03:13:20 2013, MPGUTTA wrote: Show quoted text
> On Sun Feb 10 23:32:08 2013, rudiprocks@yahoo.co.in wrote:
> > Hi Sir, > > > > Were you able to fix the problem with the program??? > > > > Thanks!!! > > Ramya > > > > > > > > > > > > > > On Wed Feb 06 03:32:33 2013, MPGUTTA wrote:
> > > On Wed Feb 06 01:59:43 2013, rudiprocks@yahoo.co.in wrote:
> > > > Hi sir, > > > > > > > > Your script is not working as of today. The url you have
specified Show quoted text
> > in
> > > the
> > > > script no longer exists. Please provide a solution. > > > > > > > > Thanks in advance!! > > > > > > > > Regards, > > > > Ramya
> > > > > > Hi, > > > > > > Thanks for reporting this. i will fix it in day or two. > > > > > > thanks > > > mohan
> >
> > Hi, > > I have patched it and i did some testing on it and works fine for me. > > I would like to do some more additional testing before releasing 0.2 > version to cpan. > > I am just attaching the zip file of the new version along with this
and Show quoted text
> a new module dependency(HTML::TagParser) is added to this version. > > Kindly install HTML::TagParser before installing the new version. > > Let me know in case of concerns. > > thanks > mohan
From: rudiprocks [...] yahoo.co.in
Hi Sir, I tried running your script today, it executing without any error but i dnt seem to get sms on my cell. Any idea what could be the issue?? Is it working fine for you?? Sorry for troubling you Sir. The Wrapper that i followed is #!/usr/bin/perl -I /usr/local/share/Net/SMS/ use Net::SMS::160By2; my $username = "mynumber"; my $password = "mypassword"; my $msg = "msg"; my $to = "recievernumber"; my $obj = Net::SMS::160By2->new($username, $password); $obj->send_sms($msg, $to); Thanks in Advance!!! Ramya On Mon Feb 11 05:53:11 2013, MPGUTTA wrote: Show quoted text
> Hi, > > Now this issue has been resolved and new version(0.02) of
Net::SMS::160By2 Show quoted text
> is available via CPAN. > > http://search.cpan.org/~mpgutta/Net-SMS-160By2-0.02/ > > Please try to update your system with latest version and run your test > cases/scripts. > > Thanks > mohan
From: rudiprocks [...] yahoo.co.in
Hi Sir, After running the code, i use to get four warnings for the statements " if($mech->response->header("Content-Encoding") eq "gzip") " that u have used four times in the 160By2.pm. The warning message was "Use of uninitialized value in string eq at /usr/lib/perl5/site_perl/5.12.3/x86_64-linux-thread- multi/Net/SMS/160By2.pm line 120 " But i was getting msg delivered to the reciever's phone number even with these warnings untill yesterday. But today i tried to run the code, it is showing the same four warnings but the msg is not getting delivered. The wrapper i used is:: #!/usr/bin/perl -I /usr/lib/perl5/site_perl/5.12.3/x86_64-linux-thread- multi/Net/SMS/ use Net::SMS::160By2; my $username = "mynumber"; my $password = "mypassword"; my $msg = "msg"; my $to = "recievernumber"; my $obj = Net::SMS::160By2->new($username, $password); $obj->send_sms($msg, $to); Please do suggest me what i problem could be. Am running this on opensuse linux machine with the following details:: SUSE Linux Enterprise Server 11 (x86_64) VERSION = 11 PATCHLEVEL = 2 Thanks in Advance!!! Ramya On Fri Feb 15 01:04:02 2013, rudiprocks@yahoo.co.in wrote: Show quoted text
> Hi Sir, > > I tried running your script today, it executing without any error but
i Show quoted text
> dnt seem to get sms on my cell. Any idea what could be the issue?? Is
it Show quoted text
> working fine for you?? Sorry for troubling you Sir. > The Wrapper that i followed is > > #!/usr/bin/perl -I /usr/local/share/Net/SMS/ > > use Net::SMS::160By2; > my $username = "mynumber"; > my $password = "mypassword"; > my $msg = "msg"; > my $to = "recievernumber"; > my $obj = Net::SMS::160By2->new($username, $password); > > $obj->send_sms($msg, $to); > > > Thanks in Advance!!! > > Ramya > > > > > > > > > > > > On Mon Feb 11 05:53:11 2013, MPGUTTA wrote:
> > Hi, > > > > Now this issue has been resolved and new version(0.02) of
> Net::SMS::160By2
> > is available via CPAN. > > > > http://search.cpan.org/~mpgutta/Net-SMS-160By2-0.02/ > > > > Please try to update your system with latest version and run your
test Show quoted text
> > cases/scripts. > > > > Thanks > > mohan
>
Subject: fixed version attached
On Fri Feb 15 03:05:54 2013, rudiprocks@yahoo.co.in wrote: Show quoted text
> Hi Sir, > > After running the code, i use to get four warnings for the statements
" Show quoted text
> if($mech->response->header("Content-Encoding") eq "gzip") " that u
have Show quoted text
> used four times in the 160By2.pm. The warning message was "Use of > uninitialized value in string eq at > /usr/lib/perl5/site_perl/5.12.3/x86_64-linux-thread- > multi/Net/SMS/160By2.pm line 120 " > > But i was getting msg delivered to the reciever's phone number even
with Show quoted text
> these warnings untill yesterday. > > But today i tried to run the code, it is showing the same four
warnings Show quoted text
> but the msg is not getting delivered. > > The wrapper i used is:: > > #!/usr/bin/perl -I /usr/lib/perl5/site_perl/5.12.3/x86_64-linux-
thread- Show quoted text
> multi/Net/SMS/ > > use Net::SMS::160By2; > my $username = "mynumber"; > my $password = "mypassword"; > my $msg = "msg"; > my $to = "recievernumber"; > my $obj = Net::SMS::160By2->new($username, $password); > > $obj->send_sms($msg, $to); > > > Please do suggest me what i problem could be. Am running this on > opensuse linux machine with the following details:: > SUSE Linux Enterprise Server 11 (x86_64) > VERSION = 11 > PATCHLEVEL = 2 > > > Thanks in Advance!!! > > Ramya > > > > > > > > > > > > > > On Fri Feb 15 01:04:02 2013, rudiprocks@yahoo.co.in wrote:
> > Hi Sir, > > > > I tried running your script today, it executing without any error
but Show quoted text
> i
> > dnt seem to get sms on my cell. Any idea what could be the issue??
Is Show quoted text
> it
> > working fine for you?? Sorry for troubling you Sir. > > The Wrapper that i followed is > > > > #!/usr/bin/perl -I /usr/local/share/Net/SMS/ > > > > use Net::SMS::160By2; > > my $username = "mynumber"; > > my $password = "mypassword"; > > my $msg = "msg"; > > my $to = "recievernumber"; > > my $obj = Net::SMS::160By2->new($username, $password); > > > > $obj->send_sms($msg, $to); > > > > > > Thanks in Advance!!! > > > > Ramya > > > > > > > > > > > > > > > > > > > > > > > > On Mon Feb 11 05:53:11 2013, MPGUTTA wrote:
> > > Hi, > > > > > > Now this issue has been resolved and new version(0.02) of
> > Net::SMS::160By2
> > > is available via CPAN. > > > > > > http://search.cpan.org/~mpgutta/Net-SMS-160By2-0.02/ > > > > > > Please try to update your system with latest version and run your
> test
> > > cases/scripts. > > > > > > Thanks > > > mohan
> >
>
Hi, It seems 160by2.com keep changing things to avoid use of automated scripts to send message as their revenue generation is mostly depends on advertising on their website. I try to patch the 0.02 version with required stuff to keep sending sms without fail. I am attaching the tar ball of 0.03 version with and please install this new version on your machine. I will release it to cpan later today. thanks mohan
Subject: Net-SMS-160By2-0.03.tar.gz
Download Net-SMS-160By2-0.03.tar.gz
application/x-gzip 4.6k

Message body not shown because it is not plain text.