Skip to content

Unable to fetch reactions #945

Answered by vrocx28
vrocx28 asked this question in Q&A
Dec 8, 2022 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

the problem was in extractors.py line no. 214
if reactions["reactors"] and self.options.get("reactors") != "generator":

changed it with
if reactions.get("reactors") and self.options.get("reactors") != "generator":

works fine now

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@vrocx28
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by vrocx28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants