-
Notifications
You must be signed in to change notification settings - Fork 73
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
Authentication failure due to cookies being disabled #4
Comments
From what I can gather, some websites like Facebook prevent logging in if cookies are disabled. It seems like the browser requests from the script is somehow failing to correctly store/attain cookies from Facebook for some users resulting in failure to authenticate. I'm not too sure exactly if this is a script issue, config issue elsewhere on the system or potentially a FB related issue. Relevant links: |
This issue has been reproduced/fixed. I was finally able to reproduce this issue by using a VPN and changing my IP to be from Italy. Once you interact with the banner, javascript sets two cookies Note that cookies were actually never disabled despite the Facebook error message. |
Still can't run the script: PS C:\Users\jonic\Desktop\fb2cal-master_1.0.2\fb2cal-master\src> python .\fb2cal.py I tried to reset all cookies from facebook but I still don't see that banner when I access facebook.com/login.php for the frist time. The cookies stored are: Can you try it with Portugues IP please? |
@jonicunha I can try Portuguese IP soon but please change logging level to |
@jonicunha Unfortunately my VPN provider does not provide a Portuguese IP. A Spanish IP works fine though. Thanks for sending me the log files. It is the same cookie issue:
Are you sure you are using the latest version of the code? |
Upon authenticating, one user got this Facebook error:
Cookies are disabled in your browser. Enable cookies in the browser settings to continue.
Will add further details soon.
The text was updated successfully, but these errors were encountered: