You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to scrape a Facebook Group data but couldn't do that as I am facing following error : ScraperException: Code container ID marker not found (does the group exist?)
How to reproduce
importsnscrape# Fetch the Facebook postscount=10fori, postinenumerate(snscrape.modules.facebook.FacebookGroupScraper('instantdata').get_items()):
ifi>count:
break
This is the shortest possible code that causes the error.
Expected behaviour
importsnscrape# Fetch the Facebook postscount=10fori, postinenumerate(snscrape.modules.facebook.FacebookGroupScraper('instantdata').get_items()):
ifi>count:
break
This is the code I am using to scrape data and it should return me scraped data.
Screenshots and recordings
Operating system
Windows 11
Python version: output of python3 --version
Python 3.10.11
snscrape version: output of snscrape --version
snscrape 0.7.0.20230622
Scraper
FacebookGroupScraper
How are you using snscrape?
Module (import snscrape.modules.something in Python code)
Backtrace
No response
Log output
No response
Dump of locals
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to scrape a Facebook Group data but couldn't do that as I am facing following error :
ScraperException: Code container ID marker not found (does the group exist?)
How to reproduce
This is the shortest possible code that causes the error.
Expected behaviour
This is the code I am using to scrape data and it should return me scraped data.
Screenshots and recordings
Operating system
Windows 11
Python version: output of
python3 --version
Python 3.10.11
snscrape version: output of
snscrape --version
snscrape 0.7.0.20230622
Scraper
FacebookGroupScraper
How are you using snscrape?
Module (
import snscrape.modules.something
in Python code)Backtrace
No response
Log output
No response
Dump of locals
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: