Steven Xia
Steven Xia
Hi you can try out my Facebook-scarper, it supports scraping of comments as well as posts [here](https://github.com/brutalsavage/facebook-post-scraper)
Unfortunately I haven't tested with large amount of posts. Chrome does have a lot of memory issues. If anyone has any solution feel free to comment.
running it headless looks like a potential solution. You should have `chrome_options.add_argument("--disable-gpu")` if you are running on windows source: https://stackoverflow.com/questions/53657215/running-selenium-with-headless-chrome-webdriver
Yes I would becareful as it can potentially lead to a banned facebook account. I personally have never had this happened but it could be a possibility
Take a look at this link and try a couple potential solutions https://stackoverflow.com/questions/64927909/failed-to-read-descriptor-from-node-connection-a-device-attached-to-the-system It sounds like a ChromeDriver/Win10 issue
Assertion: ```console clang++: /root/llvm-project/clang/lib/AST/ExprConstant.cpp:2355: bool CheckEvaluationResult(CheckEvaluationResultKind, {anonymous}::EvalInfo&, clang::SourceLocation, clang::QualType, const clang::APValue&, clang::ConstantExprKind, const clang::FieldDecl*, CheckedTemporaries&): Assertion `SubobjectDecl && "SubobjectDecl shall be non-null"' failed. ``` Backtrace: ```console PLEASE submit a bug...
Assertion: ```console clang++: /root/llvm-project/clang/lib/AST/ExprConstant.cpp:3437: void expandArray(clang::APValue&, unsigned int): Assertion `Index < Size' failed. ``` Backtrace: ```console PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source,...
@cor3ntin Sorry for the late reply, it was found by fuzzing.
Reopened for enhancement tag