-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't run with sample code. #4
Comments
Hi @jolenechen123 , could you please let me know the following:
|
Hi, I used version 1.1.1 but it still doesn't work. facebook_user_id = "110699089014688" I noticed that the crawler didn’t even access 'https://www.facebook.com/api/graphql/', so the list(tmp_creation_array) ends up being empty. Could you help check why? |
@jolenechen123 In your case, you don’t need to log in to execute the program. Result: ![]() |
@jolenechen123 |
I found that it can be executed normally after I don't log in. However, my application may still require login functionality for better stability. thank you! |
I found that even without logging in, the crawler program often encounters the error: min() arg is an empty sequence. Here are some URLs where the error occurred: Even after frequently changing proxies, the data is still often inaccessible. Do you have any good solutions for this? I would really appreciate it. |
Did you try to scrape huge posts? |
About 20 news media accounts—is that considered a lot? |
If you scrape too many accounts, the Facebook would be ask you login account. |
Hello, your project seems to be broken. When I run the sample program, I get the following error:
ValueError: min() arg is an empty sequence
I wonder if it's because he didn't crawl anything?
The text was updated successfully, but these errors were encountered: