patcon / google-voice-java

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

Google Login stopped working today (5/17) #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new voice object and pass the user creditials as such:
Voice voice = new Voice(userName, pass);

What is the expected output? What do you see instead?
Expected success object creation; however an IOexception is thrown
indicating a failed login.

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

Please provide any additional information below.

Original issue reported on code.google.com by gurur...@gmail.com on 17 May 2010 at 11:40

GoogleCodeExporter commented 9 years ago
Confirmed: java.io.IOException: Answer did not contain rnr_se! on the creation 
of the Voice object.

Original comment by angelo.l...@gmail.com on 18 May 2010 at 12:27

GoogleCodeExporter commented 9 years ago
I see the problem.  Work has begun on this.

Original comment by malone.j...@gmail.com on 18 May 2010 at 1:11

GoogleCodeExporter commented 9 years ago
Can confirm. The problem is ClientLogin is busted for Google Voice. I have the 
HTML5 implementation of their 
site working, so I plan on switching my routines to the new ones.

Original comment by seankova...@gmail.com on 18 May 2010 at 1:49

GoogleCodeExporter commented 9 years ago
I am starting to think this is an exact recurrence of the previous failure, 
(Issue 6) 
this time applying to everyone.  There are a few things we can try, 
particularly adding 
Cookie support.  Last time we never did get to the bottom of it, and magically 
Google 
fixed the problem.  Sean, I think you are right that the problem is entirely on 
the 
ClientLogin API side.

Original comment by malone.j...@gmail.com on 18 May 2010 at 4:40

GoogleCodeExporter commented 9 years ago
the response I get upon initiating a voice object is 
attached to my post in issue #4.  (unable to upload 
to this comment for some reason). Any progress in 
finding a fix? 

Original comment by gurur...@gmail.com on 18 May 2010 at 5:03

GoogleCodeExporter commented 9 years ago
The latest commit by tobias solves many of the basic problems.

Original comment by malone.j...@gmail.com on 18 May 2010 at 7:41

GoogleCodeExporter commented 9 years ago
Everyone, check out version 1.6 which has just been released.  I should solve 
the 
problem

Original comment by malone.j...@gmail.com on 18 May 2010 at 8:30