Skip Menu |

This queue is for tickets about the WebService-Google-Voice-SendSMS CPAN distribution.

Report information
The Basics
Id: 99827
Status: open
Priority: 0/
Queue: WebService-Google-Voice-SendSMS

People
Owner: cjm [...] cpan.org
Requestors: redlasser [...] gmail.com
Cc:
AdminCc:

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



Subject: Im getting 403 forbidden error when i use it.
Date: Mon, 27 Oct 2014 01:46:58 -0400
To: bug-WebService-Google-Voice-SendSMS [...] rt.cpan.org
From: Red Lasser <redlasser [...] gmail.com>
Hi, Thanks you for your cool perl script which sends sms thru google voice account. I am able to test the script. I am getting 403 forbidden error. I have verified user/passwd. How to debug further to find the issue. It will be a great help if you help me to debug this issue. Thanks
The first step in debugging is always to test whether you can log in to the Google Voice website in a browser and send a SMS message manually. If you can't, you'll have to take it up with Google; there's nothing I can do. If you are able to send a SMS manually, the next step in debugging is to install the Smart::Comments module, uncomment the "use Smart::Comments" line in WebService::Google::Voice::SendSMS, and try running the script again. Post the debugging output (sanitizing your password, of course).
Subject: Re: [rt.cpan.org #99827] Im getting 403 forbidden error when i use it.
Date: Mon, 27 Oct 2014 20:40:54 -0400
To: bug-WebService-Google-Voice-SendSMS [...] rt.cpan.org
From: Red Lasser <redlasser [...] gmail.com>
### Request : 'POST https://www.google.com/accounts/ClientLogin Content-Length: 130 Content-Type: application/x-www-form-urlencoded accountType=GOOGLE&Email=xxxxxxx%40gmail.com &Passwd=*******&service=grandcentral&source=org.cpan.WebService.Google.Voice.SendSMS ' ### Response : 'HTTP/1.1 403 Forbidden Cache-Control: no-cache, no-store Connection: close Date: Tue, 28 Oct 2014 00:36:22 GMT Pragma: no-cache Server: GSE Content-Length: 341 Content-Type: text/plain Expires: Mon, 01-Jan-1990 00:00:00 GMT Alternate-Protocol: 443:quic,p=0.01 Client-Date: Tue, 28 Oct 2014 00:36:22 GMT Client-Peer: 74.125.226.177:443 Client-Response-Num: 1 Client-SSL-Cert-Issuer: /C=US/O=Google Inc/CN=Google Internet Authority G2 Client-SSL-Cert-Subject: /C=US/ST=California/L=Mountain View/O=Google Inc/CN=www.google.com Client-SSL-Cipher: ECDHE-RSA-AES128-SHA Client-SSL-Socket-Class: IO::Socket::SSL X-Content-Type-Options: nosniff X-Frame-Options: DENY X-XSS-Protection: 1; mode=block Error=BadAuthentication Url= https://www.google.com/accounts/ContinueSignIn?sarp=1&scc=1&plt=AKgnsbt3ooZvHHhMt64aPZLsbCZgrlqi4I5EbZjiFgMLgm-CftXiWaYknbBXHpDIr7tGsK-LgoIzhOddiirD3e4x2Nu-e-o7S6OGo9N5Ahxdx7_S4hVASguII0FNMe_p0DGPo6LksuaRjCzJlgxh4CjkBAGaGo0f0BljMhlvG5sm743IbIXnCeslfkcGS-0zc0BatW-VM5GlcUrPS18tYLy3amKnxqHSUg Info=WebLoginRequired ' SendSMS: HTTP request failed: 403 Forbidden at test.pl line 5. On Mon, Oct 27, 2014 at 1:54 AM, Christopher J. Madsen via RT < bug-WebService-Google-Voice-SendSMS@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=99827 > > > The first step in debugging is always to test whether you can log in to > the Google Voice website in a browser and send a SMS message manually. If > you can't, you'll have to take it up with Google; there's nothing I can do. > > If you are able to send a SMS manually, the next step in debugging is to > install the Smart::Comments module, uncomment the "use Smart::Comments" > line in WebService::Google::Voice::SendSMS, and try running the script > again. Post the debugging output (sanitizing your password, of course). >
Subject: Re: [rt.cpan.org #99827] Im getting 403 forbidden error when i use it.
Date: Mon, 27 Oct 2014 20:45:18 -0400
To: bug-WebService-Google-Voice-SendSMS [...] rt.cpan.org
From: Red Lasser <redlasser [...] gmail.com>
I forgot to mention. I am able to send sms manually after logging in thru web browser. On Mon, Oct 27, 2014 at 1:54 AM, Christopher J. Madsen via RT < bug-WebService-Google-Voice-SendSMS@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=99827 > > > The first step in debugging is always to test whether you can log in to > the Google Voice website in a browser and send a SMS message manually. If > you can't, you'll have to take it up with Google; there's nothing I can do. > > If you are able to send a SMS manually, the next step in debugging is to > install the Smart::Comments module, uncomment the "use Smart::Comments" > line in WebService::Google::Voice::SendSMS, and try running the script > again. Post the debugging output (sanitizing your password, of course). >
Subject: Re: [rt.cpan.org #99827] Im getting 403 forbidden error when i use it.
Date: Mon, 27 Oct 2014 21:00:33 -0400
To: bug-WebService-Google-Voice-SendSMS [...] rt.cpan.org
From: Red Lasser <redlasser [...] gmail.com>
Its started working after i enabled 'Access for less secure apps' permission in my google account. Thanks On Mon, Oct 27, 2014 at 1:54 AM, Christopher J. Madsen via RT < bug-WebService-Google-Voice-SendSMS@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=99827 > > > The first step in debugging is always to test whether you can log in to > the Google Voice website in a browser and send a SMS message manually. If > you can't, you'll have to take it up with Google; there's nothing I can do. > > If you are able to send a SMS manually, the next step in debugging is to > install the Smart::Comments module, uncomment the "use Smart::Comments" > line in WebService::Google::Voice::SendSMS, and try running the script > again. Post the debugging output (sanitizing your password, of course). >