Closed Subhan-Zaheer closed 1 year ago
Duplicate of #121?
Duplicate of #121?
Yes same issue.
Duplicate of #121?
Yes same issue.
What should i do now ? is there any way to solve it ?
If an issue is open, it means it is not fixed. If a workaround existed, it would be mentioned there.
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