JustAnotherArchivist / JustAnotherArchivist/snscrape
AssertionError (`assert 'domops' in response`) on facebook-user
- Dominant language
- Python
- Stars
- 5.4k
- Forks
- 783
- PR merge metrics
- No merged PRs in 30d
Description
Dear all,
When I use the command "snscrape --progress --jsonl facebook-user xxx > xxx.jsonl" I receive this error:
```
2021-03-26 10:39:18.508 CRITICAL snscrape._cli Dumped stack and locals to /tmp/snscrape_locals_u88a2i1j
Traceback (most recent call last):
File "/home/xxx/.local/bin/snscrape", line 11, in
load_entry_point('snscrape==0.3.5.dev96+g47fbc2a', 'console_scripts', 'snscrape')()
File "/home/xxx/.local/lib/python3.8/site-packages/snscrape/_cli.py", line 270, in main
for i, item in enumerate(scraper.get_items(), start = 1):
File "/home/xxx/.local/lib/python3.8/site-packages/snscrape/modules/facebook.py", line 194, in get_items
assert 'domops' in response
AssertionError
```
I'm using snscrape version 0.3.5.dev96+g47fbc2a.
How can I solve this problem?
Thank you
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.