The Following 3 Users Say Thank You to glabifrons For This Useful Post: | ||
|
2013-11-09
, 05:18
|
Posts: 4 |
Thanked: 4 times |
Joined on Nov 2013
|
#1072
|
When I tried entering the url into my browser (with my useragent set as an iphone), I got that same response. I managed to get a correct response when I used the live http headers extension for firefox, and replayed a recording of dialing the number using the iphone web app.
The post content listed in the Live HTTP Headers extension is:
EDIT: I figured out what the post data is. This is the content of the cookie named gvx.Code:{"gvx":"random-letters-and-numbers-here:thirteennumbershere"}
Were you submitting the url as a post request, or a get request?
I can attach the Live HTTP Headers file if that would be helpful.
The Following User Says Thank You to iCoding For This Useful Post: | ||
|
2013-11-11
, 16:03
|
Posts: 4 |
Thanked: 4 times |
Joined on Nov 2013
|
#1073
|
I'm trying to get the Direct Access Number from iOS contact list. I was able to get the gvx cookie but it's just some random letter numbers and 13 numbers like this
gvx=Gq2TyFXex-LgnMt9YR6Fc9wPl3o:1273448429000;
Where does it say the Direct Access Number? The 13 numbers is not the access number of the destination number in the query string.
I'm building this for iOS. Any help is greatly appreciated.
The Following User Says Thank You to iCoding For This Useful Post: | ||
|
2013-11-11
, 16:07
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#1074
|
I'm trying to get the Direct Access Number from iOS contact list. I was able to get the gvx cookie but it's just some random letter numbers and 13 numbers like this
gvx=Gq2TyFXex-LgnMt9YR6Fc9wPl3o:1273448429000;
Where does it say the Direct Access Number? The 13 numbers is not the access number of the destination number in the query string.
I'm building this for iOS. Any help is greatly appreciated.
The Following User Says Thank You to uvatbc For This Useful Post: | ||
|
2013-11-14
, 05:06
|
Posts: 4 |
Thanked: 4 times |
Joined on Nov 2013
|
#1075
|
I didn't understand your question but maybe just pointing you to my implementation will help...
https://accounts.google.com/ServiceLogin?service=grandcentral
NSHTTPCookie *cookie; NSHTTPCookieStorage *cookieJar = [NSHTTPCookieStorage sharedHTTPCookieStorage]; for (cookie in [cookieJar cookies]) { NSLog(@"%@", cookie); }
GALX - with some random characters and numbers value GAPS - with some random characters and numbers value S - with value: "grandcentral=xxxxxx..xxxx"
The Following User Says Thank You to iCoding For This Useful Post: | ||
|
2013-11-19
, 18:21
|
Posts: 4 |
Thanked: 4 times |
Joined on Nov 2013
|
#1076
|
The Following User Says Thank You to iCoding For This Useful Post: | ||
|
2013-12-11
, 16:27
|
Posts: 14 |
Thanked: 4 times |
Joined on Jun 2010
|
#1077
|
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.
The Following User Says Thank You to script.ninja For This Useful Post: | ||
|
2015-02-20
, 04:14
|
|
Posts: 1,076 |
Thanked: 176 times |
Joined on Mar 2007
|
#1078
|
The Following User Says Thank You to sondjata For This Useful Post: | ||
|
2015-04-01
, 20:15
|
Posts: 1,994 |
Thanked: 3,342 times |
Joined on Jun 2010
@ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
|
#1079
|
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"
|
2015-05-12
, 20:37
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#1080
|
Tags |
google voice, maemo 4, maemo 5 |
|
I was having trouble finding it because I was searching for the old(?)/alternate name (which is still the title in the application manager) Google Voice Plugin for Conversations and Calls and the error: network error
Hopefully the above line will be enough search-engine-bait that others frustrated with this months-old bug can also fix it for themselves.
Again, thank you very much for this embarrassingly simple fix.
N900 running CSSU+Thumb2 and loving the performance and battery life improvement!