I was feeding the cookies to the scraper to get some post details from the following pages but it returns None, @kevinzg or @neon-ninja or @cedriferitan Can you please help me out with this issue... Am I doing anything wrong with the parameters...
for post in get_posts('396158070447783', extra_info=True, cookies = "/Users/abc/Desktop/cookies.json", timeout = 60, pages=5):
print(post)
Note: I've tested with 3 versions of the project (0.2.59 - 0.2.57)
From the last 2 versions (0.2.58 & 0.2.57), I received this error
raise exceptions.UnexpectedResponse("Your request couldn't be processed")
facebook_scraper.exceptions.UnexpectedResponse: Your request couldn't be processed
And from the last version 0.2.59, sometimes I receive this but with nor result
I was feeding the cookies to the scraper to get some post details from the following pages but it returns None, @kevinzg or @neon-ninja or @cedriferitan Can you please help me out with this issue... Am I doing anything wrong with the parameters...
I generated the cookies from this.
Here is the list of forum I tried
Note: I've tested with 3 versions of the project (0.2.59 - 0.2.57) From the last 2 versions (0.2.58 & 0.2.57), I received this error
And from the last version
0.2.59
, sometimes I receive this but with nor result