Closed mpizosdim closed 3 years ago
Likely a cookies issue, related to https://github.com/kevinzg/facebook-scraper/issues/262
Your cookies.json doesn't look right - there should be ~7 cookies there, not just one. When extracting the cookies from Firefox, make sure you select the whole facebook.com domain and not just the one datr
cookie. "Copy domain to clipboard", not "Copy cookie to clipboard"
This commit (https://github.com/kevinzg/facebook-scraper/commit/f5f359ddaed473fa589b7efc595c9b490d08fd58) should make it so the scraper throws an exception if cookies are passed but some are missing
Using:
where
'395304918032818'
is a private group andcookies.json
format:gives:
{StopIteration}
Also tried with credentials:
with same result.
Any insights?