-
Notifications
You must be signed in to change notification settings - Fork 88
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
Intermittent "Failed getting PPFT value, please try logging in via browser first" even when pidgin is started in nologin mode #655
Comments
Pidgin will show the last error message when you start, if you quit it while the account has an error Can you start with -d to confirm that it is trying to connect? Also, using the "use alternate auth" setting should be enabled to help prevent that specific error |
Ok. I’ll look the next time I see this. Are there specific log messages I should be looking for? |
Just anything to suggest that you might be connecting to the account :) |
Did a 'pidgin -d' run. https://dpaste.com/FFEHURLQB |
@henrikp is that when running pidgin with -n ? You might want to try turning on "use alternate auth" in the advanced settings too. This issue is about starting pidgin with -n though |
That was my bad about missing -n parameter. My installation just has that issue in normal mode, failing to connect at all, even with alternate auth ("bad username or password"). Will see if I get around starting a new issue. |
Hello guys, I am using skypeweb in bitlbee and getting the same error as above: Here is the current settings: So the use alternate auth is not working for me.
UPD: Thanks for the excellent work. |
Hi guys: Today I am getting the same error reported on this ticket. I am always getting the "Failed getting PPFT value, please try logging in via browser first". I logged in via browser just in case but still I am getting the same error. The password is correct but when I try to connect using the alternative method, I get a "Bad username or password (Authentication Failure)" error. I am running Skype 2.14.1 and I have Skype web plugin version 1.7. This is my debug log when trying to log in: And this is the debug log when I try to log in using the alternative method: code account: Connecting to account . |
Thanks Boris, would it be possible for anyone to compile this pull request into a dll? |
@boris-petrov Doesn't seem to work for me, at least right now. (I'm not using "alternative login method".) |
On the other hand, downgrading to 1.6 did resolve the problem. |
I'm using skypeweb git and am getting the same error via Bitlbee with an app password and alt-login=true. |
@boris-petrov - thanks! Long time with 1.7 version I have same bug "Failed getting PPFT value, please try logging in via browser first"! After I compiled from your PR https://github.com/EionRobb/skype4pidgin/pull/665/files and now all is fine. |
I would like to comment that downgrading from 1.7 to 1.6 also resolved the issue for me as well. |
The prpl seems to be handshaking with the skype servers even when pidgin is started in offline mode (pidgin -n).
Sometimes this results in the "Failed getting PPFT value, please try logging in via browser first" error. When this happens, switching to a non-offline status (from the status dropdown) will not clear the error, but pressing the Reconnect button seems to (so far) always clear it.
This might be the root cause of #603.
The text was updated successfully, but these errors were encountered: