facebook_page_scraper icon indicating copy to clipboard operation
facebook_page_scraper copied to clipboard

error at find_elements method : local variable 'status_link' referenced before assignment

Open Tonyodu opened this issue 1 year ago • 1 comments

I just started getting this error message today and can't find a way around it. I need the data for my research. Any help will be really appreciated.

I ran the code below #import Facebook_scraper class from facebook_page_scraper from facebook_page_scraper import Facebook_scraper

#instantiate the Facebook_scraper class

page_name = "metaai" posts_count = 10 browser = "firefox" proxy = "IP:PORT" #if proxy requires authentication then user:password@IP:PORT timeout = 600 #600 seconds headless = True meta_ai = Facebook_scraper(page_name, posts_count, browser, proxy=proxy, timeout=timeout)

Tonyodu avatar May 09 '23 17:05 Tonyodu