Please help!: cannot load posts for group #1085
Unanswered
MaksimBugay
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I'm trying to run simple example like that
for post in fs.get_posts(group=154851378035077, pages=3, timeout=6000, credentials=my_credentials, options={"allow_extra_requests": True}): print(post["post_id"], post["time"], post["listing_title"], post["listing_price"], post["listing_location"])
but nothing printed and only that message in logs
UserWarning: Facebook language detected as et_EE - for best results, set to en_US
warnings.warn(
0%| | 0/100 [00:00<?, ?it/s]
if I provide post_urls then everything works fine
Beta Was this translation helpful? Give feedback.
All reactions