View Single Post
Posts: 14 | Thanked: 4 times | Joined on Jun 2010
#1077
Originally Posted by Xenolith0 View Post
For the last 5 or so days TOR has been unable to connect to GV. After researching the problem, I found what has changed is Google's login URL. Which previously was "https://www.google.com/accounts/ServiceLoginAuth" and has now changed to be "https://accounts.google.com/ServiceLoginAuth".

Until the developer updates his package, a quick work-around to this is to edit the file "/opt/theonering/lib/gvoice/backend.py" go to line 169 and change:
self._loginURL = "https://www.google.com/accounts/ServiceLoginAuth"
to
self._loginURL = "https://accounts.google.com/ServiceLoginAuth"

After that just initiate a reconnect, and it should work.... Assuming anyone else is having this issue. After searching the forums I have not seen anyone else reporting this problem, so maybe Google only hates me.

However, this is why I LOVE open source software. <3 Maemo.

Amen to that, brother. Especially convenient in this case that it doesn't involve rebuilding or anything.

I hadn't reported the issue because I thought it was for the same reason that some of my google talk accounts keep refusing to connect sometimes.

Thanks an enormous amount for posting this...I just finally got around to fixing mine.
 

The Following User Says Thank You to script.ninja For This Useful Post: