-
Notifications
You must be signed in to change notification settings - Fork 631
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
Empty comments_full with cookies="cookies.json" or cookies="from_browser" #764
Comments
I'm unable to reproduce this issue. The code: url = "https://www.facebook.com/elnuevodia/posts/pfbid02ow1g1rpibVjGzB6rK8mP44E5qmpdp3FuUtYLRsmR4Bzcwr4GDoAtHCUTmeJvqZ9pl"
for post in get_posts(post_urls=[url], cookies="cookies.json", options={"comments": True, "progress": True}):
print(post["comments"], len(post["comments_full"])) outputs |
Outputs I attach my files to find out if I am doing something wrong. REDACTED Same thing when using json file:
|
It's probably not a good idea to upload your cookies to this public forum, as anyone who can see them then has access to your Facebook account. I've edited your comment to redact them. When using your cookies, I get the same result I got before, |
Try enable debug logging as per the issue template #273 |
I have the same issue: when I specify the cookies.txt file in get_posts, I can gather just the posts (no comments returned). when I click on cookies.txt I got: No cookies found for web.facebook.com |
@dihiaselma Could you post the code you're using? Try go to m.facebook.com instead of web.facebook.com |
I have not been able to get the comments by downloading cookies or using the browser.
I also do not receive any error messages.
The text was updated successfully, but these errors were encountered: