-
-
Notifications
You must be signed in to change notification settings - Fork 64
Can't log in: "Got empty response when trying to check login" #109
Comments
Same. Login-cookie was the only login option that worked for me. EDIT: running from source, latest master. |
This just started happening to me the other day. Interestingly enough, I have to containers running for two separate Facebook accounts and only one of them ran into this error. |
This issue lies not in the bridge itself, but in https://github.com/tulir/fbchat-asyncio (same author). It on the other hand is a fork of fbchat, which has been abandoned recently: fbchat-dev/fbchat#613. |
Cookie login seems to be working fine for me. Are you sure you didn't take cookies from the wrong domain or log out before entering them into the bridge? |
Yes I'm sure on both. Done the same thing I've done several times. |
I was just able to login today successfully, so it's a fleeting issue it looks like. |
I succeeded today as well but I tried Chrome instead of Firefox for the first time, so I'm not sure if that was the reason. |
Still no luck for me, no matter the browser. |
The bridge has been stable for me for many months now, with just the occasional Since today, I can send messages, but can't receive them. Refreshing also responds with the same message. Here's the full exception:
|
It was working fine until yesterday. (with But today I get an identical error "Failed to log in: Got empty response when trying to check login". |
Same here since a couple days ( with Message: Sometimes this: Two-Factor Authentication on or off show the same results. Only less a step with it off. I have created a brand new Facebook account yesterday for the occasion and successfully logged-in with merely the May I suggest that either we are locked-out from connecting with the bridge for "security" reason after too many attempts by Facebook or that an extra step is missing in the bridge for this case scenario where access location has to be confirmed. |
Somehow my bridge started working again after restarting it (a few days later). It backfilled some hundreds of messages in various conversations. Interesting.. |
Started to work for me too. |
For me as well.☺
EDIT: Thanks to tulir, who told me to restart the bridge, it is working like a charm now. |
The bug is back today 😕. I got disconnected for no reason and I cannot login back again, with neither |
Same here. |
Fixes mautrix/facebook#109 Seems like trying to hit `/` results in a 302 redirect, leading me to some chat (https://www.messenger.com/t/XXXXXXXX/). Allowing redirects seems to make the bridge work again. I guess this potentially makes the `if len(html) == 0` check (below) potentially useless, since it's now unlikely to receive an empty response.
If anyone could confirm that the fix from tulir/fbchat-asyncio#28 works for them, that would probably be helpful. |
EDIT4:
I am now able to login with Thanks to @spantaleev. |
Getting the following error when I try to log in to FB using
login-cookie
. Has worked fine before.Running in Docker, have done a docker pull to make sure I'm on latest image.
The text was updated successfully, but these errors were encountered: