question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`Reactors` option does not work

See original GitHub issue

When 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:closed
  • Created 2 years ago
  • Comments:9

github_iconTop GitHub Comments

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found