`Reactors` option does not work
See original GitHub issueWhen I enable Reactors
option it gets an internal server error because of the URL
Here is my code snippet
from facebook_scraper import *
import json
page_name = 'Nintendo'
x = next(get_posts(account=page_name, page_limit=3,options={"reactors":True, "progress": True},cookies='cookies.txt'))
print(json.dumps(x, indent=4, default=str, ensure_ascii=False))
It fails in line 623 in extractors.py
which is:
response = self.request(url)
Because it returns this URL
Issue Analytics
- State:
- Created 2 years ago
- Comments:9
Top Results From Across the Web
Background Reactor is not working and clips do not render in ...
Solution: To enable Background Reactor rendering in the background of Flame, perform the following: Login as root:.
Read more >Nuclear Power Reactors | How does a nuclear reactor work?
Nuclear reactors work by using the heat energy released from splitting atoms of certain elements to generate electricity. · Most nuclear electricity is...
Read more >Gibbs vs. Equilibrium Reactor
Open that reactor's property view and switch to the Parameters Page. Check the box that says Ignore This Unit Op During Calculations. The...
Read more >Reactor System - Salt Project Documentation
Reactor System. Salt's Reactor system gives Salt the ability to trigger actions in response to an event. It is a simple interface to...
Read more >Nuclear power's comeback is down to small modular reactors
Nuclear power is undergoing a revival as countries move to decarbonize and boost energy security. Small modular reactors are driving it.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try https://github.com/kevinzg/facebook-scraper/commit/98315da50804926a589b556f48f6928550a0e75d
So how could the scraper access Facebook without login if your browser can’t?
Try https://github.com/kevinzg/facebook-scraper/commit/81f23fe7eccc6098dee74b2c71689a15a11f4561