-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SAPISID Cookie not received #239
Comments
The googlechat plugin has a slightly different way of logging in that doesn't use the same sapi cookie. Did you want to try with that plugin and see if it works over tor, instead? |
Are you referring to Google via XMPP? I prefer Hangouts-mode, because it allows sharing pictures... I have both configured, but only Hangouts enabled -- and it usually works... |
Oh, sorry, I mean with https://github.com/EionRobb/purple-googlechat I'm replacing the Hangouts plugin with it, since the Hangouts client is supposed to have been retired by now :) |
Ok, I'll need to create a FreeBSD port of that first... |
Actually, whatever method it uses, I'm sure, Google will still treat some Tor exit-points with suspicion -- legitimate suspicion. There may also be other reasons for Google to reject a connection. Whenever there is such a rejection, Google will generate, what your code will consider "invalid response". I think, any such unrecognized response should be displayed to the user -- rendered according to the specified mime-type (text/html, text/plain, whatever). |
I'm using the patched version of the Hangouts-plugin -- with the fix for 429-errors already in. That problem does not bother me any longer, but this one keeps happening every once in a while:
The solution is, in my case, to restart the tor-service, which I use for anything google (and some other sites).
Which leads me to believe, Google dislikes the particular tor exit point I happen to upon -- and, I'm sure, tries to tell me about it in an an error-message of some sort.
As a minimum, the plugin needs to relay such messages to the user. Verbatim... At the very least, the textual payload of any server response, that the code deems "invalid", needs to be logged. Better, perhaps, to show it in a popup...
The text was updated successfully, but these errors were encountered: