From: Mike Telis Date: 2010-08-04T12:32:31+09:00 Subject: Re: HTTPClient can't login to Google Voice unknown wrote: > On Tue, Aug 3, 2010 at 1:26 PM, Mike Telis wrote: >> � � � � � � � � �:Passwd � => Google_Password, >> � � � � � � � � �:GALX � � => @galx > > http://everydayscripting.blogspot.com/2009/10/python-fixes-to-google-login-script.html > > login_params = urllib.urlencode( { > 'Email' : email, > 'Passwd' : password, > 'continue' : 'https://www.google.com/voice/account/signin', > 'GALX': galx_value > }) > > Slightly different parameters? Unfortunately, this doesn't work :-( I changed parameters as you suggested and got the same result. I've checked email and password many times, they are correct. -- Posted via http://www.ruby-forum.com/.