question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I can't get the full commnets, only 30~

See original GitHub issue

`posts = facebook_scraper.get_posts( post_urls=[url], options={ “comments”: True, “progress”: True, }, cookies = cookies, extra_info=True )

post = next(posts) print(post) for n, cmt in enumerate(post[‘comments_full’]): print(n, cmt) print(len(post[‘comments_full’]))`

with this code, I’m only available to see 30 of comments.

and I got an warning message about locale, which is about en_US is best but I’m in ko_KR Am I missing something??

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:15

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

Choose comment settings - YouTube Help - Google Support
Change your default comment settings · Sign in to YouTube Studio. · From the left menu, select Settings. · Select Community and then...
Read more >
Not all Comments showing by default in commented PDF
Not all Comments showing by default in commented PDF ... Open PDF – note that Acrobat DC reports one comment in sidebar on...
Read more >
Why does Facebook say that there are 2 comments ... - Quora
The correct answer is that a comment was made then deleted. Facebook will leave the same comment count if all comments under a...
Read more >
Guide to YouTube Comments: View, Reply, Delete, and More
Keep in mind that a) you can only comment on public videos (or unlisted ones). ... And if you can't turn on the...
Read more >
Review comments disappeared - Microsoft Community
Need a better solution than "make sure 'All Markup'" is selected. Not my first day--all my settings are correct and I need to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found