Open GoogleCodeExporter opened 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
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
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
Can I close this issue?
Original comment by malone.j...@gmail.com
on 15 May 2012 at 11:13
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
Original issue reported on code.google.com by
myvirtua...@gmail.com
on 6 Sep 2011 at 2:54