almcken / google-voice-java

Automatically exported from code.google.com/p/google-voice-java
0 stars 0 forks source link

send SMS not working #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. sendSMS to US number.voice.sendSMS("+1AreaCode-restofthe no.).
2. I am invoking this API from India, is that allowed AFAIK i can make 
calls/sms from google voice from US only.
3. Please let me know if the phone number format is correct

What is the expected output? What do you see instead?
SMS should be sent. Get the following error
Exception in thread "main" java.io.IOException: Server returned HTTP response 
code: 500 for URL: https://www.google.com/voice/sms/send/

What version of the product are you using? On what operating system?
1.8

Please provide any additional information below.

Original issue reported on code.google.com by myvirtua...@gmail.com on 6 Sep 2011 at 2:54

GoogleCodeExporter commented 8 years ago
It might not work in India.  I had problems in Belgium.  Does anyone else have 
experience with this?

Original comment by malone.j...@gmail.com on 7 Sep 2011 at 3:16

GoogleCodeExporter commented 8 years ago
Deployed the app in Google App Engine and put some loggers in Voice.java.
From the logs looks like Authentication was successful, but while sending SMS 
getting 500.

com.techventus.server.voice.Voice login: 
https://www.google.com/accounts/ClientLogin - OK
com.techventus.server.voice.Voice login: Logged in to Google - Auth token 
received
com.techventus.server.voice.Voice get: https://www.google.com/voice/ - OK
com.techventus.server.voice.Voice setRNRSEE: Successfully Received rnr_se.
com.datarenderer.server.servlet.SMSSenderServlet doPost: Sending SMS
com.techventus.server.voice.Voice sendSMS: SMS response
 <HTML>
 <HEAD>
 <TITLE>Internal Server Error</TITLE>
 </HEAD>
 <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
 <H1>Internal Server Error</H1>
 <H2>Error 500</H2>
 </BODY>
 </HTML>

Any clue what I am doing wrong ?
The code that I am using 
Voice voice = new Voice(userName,password);
voice.sendSMS(destinationNumber, message);

Original comment by myvirtua...@gmail.com on 13 Sep 2011 at 11:48

GoogleCodeExporter commented 8 years ago
This might explain it: 
http://code.google.com/p/pygooglevoice/issues/detail?id=60

Looks like Google Voice now expects a cookie back.

Original comment by gpit...@gmail.com on 4 Oct 2011 at 11:28

GoogleCodeExporter commented 8 years ago
Can I close this issue?

Original comment by malone.j...@gmail.com on 15 May 2012 at 11:13

GoogleCodeExporter commented 8 years ago
That link doesn't relate to the Java API provided. I'm getting the same error 
sending an SMS  with 1.14 jar - voice.sendSMS("XXXXXXXXX", "hello", "343sf"). 
Note - the source code doesn't clearly say what the "ID" is :)

Original comment by FrankLoV...@gmail.com on 22 Jun 2012 at 6:43