woodyl

Results 18 comments of woodyl

@twbarber I don't think two factor authentication is the problem here.

@numericOverflow - What are you using for the LOGIN = parameter?

Hmm.. Still not working for me. The problem is that I've taken code from several sources and made a lot of changes. Also, I rewrote some of the code to...

Wait, I looked at your LOGIN parameter again and saw that mine was: LOGIN = 'https://accounts.google.com/ServiceLogi?service=grandcentral' I changed it to the one you're using and now it's working! Thanks for...

BTW, I get an error when I use this parameter: ``` LOGOUT = BASE + 'account/signout' # this one works for me: LOGOUT = 'https://www.google.com/voice/account/signout' ```

I had to make significant changes in several of the modules to get pygooglevoice working under Python3. Even after you get it to load, you will probably run into some...

@chris001 When I get the time, I'll organize the changes and put them up here.

@chris001 Thanks, I'll take a look at it.