Steven Hickson
Steven Hickson
Then it's got to be the difference in URL. Apparently ServiceLoginAuth doesn't handle 2 step verification while ClientLogin does. I'll start testing a code with the different links you posted...
Alright. Made some changes and they work for me as normal. Grab the files from here (that's my working code repository): http://stevenhickson-code.googlecode.com/svn/trunk/AUI/TextCommand/ And try it out (Your ~/.gtext file will...
You ran it from the local directory right? (as in ./gtextcommand instead of gtextcommand) Try running (./gvapi -d1 -u [email protected] -p password -i). See if that gives you any errors.
The changes I made last night were specific to the 2 step verification. Try the version from github with your account info. I know it is working right now without...
Yeah I'm trying to figure that out. The github version seems to work with [email protected] or just username for me. Try enabling -d3 in gvapi and maybe we can see...
Well this is why the 2 step verification isn't working: Important: ClientLogin has been officially deprecated as of April 20, 2012
Interesting, are you using the github version of gtextcommand? Looks like something went wrong in the SendSMS function. This means it got a message and checked it and then tried...
Weird. Try running the UpdateAUISuite.sh script. Then run it (not locally).
Ah, if they aren't already there, pdate won't update them. pull the newest github code with git pull, then run: sudo cp TextCommand/gvapi /usr/bin/ sudo cp TextCommand/gtextcommand /usr/bin/
I would try logging into your google voice manually and checking it out. Because this implies that something is going on with your config file or in the actual google...