strohne / Facepager

Facepager was made for fetching public available data from YouTube, Twitter and other websites on the basis of APIs and webscraping.
https://github.com/strohne/Facepager/releases
506 stars 198 forks source link

Bug when querying Facebook engagement data for an URL #120

Closed alexgonca closed 4 years ago

alexgonca commented 4 years ago

I think the latest release introduced a bug when querying Facebook engagement data for an URL. Two nodes are being created under the seed node: an empty node and an offcut node. Oddly, the engagement data is actually inside the offcut node.

Before the latest release, only a data node was created and it contained the engagement data.

I am attaching a screenshot so you can see what I mean: Annotation 2020-03-23 135208

And this is the "right" behavior (version 4.1.7): right one

I am running Facepager on Windows 10 Thanks a million (as always)!

strohne commented 4 years ago

Well, that's a side effect of streamlining the code and OpenAPI integration. I need to think about how to best fix it without introducing new bugs. Thank you for opening the issue!

strohne commented 4 years ago

I think I found a proper solution, will be included in the next release. (My goal is to move these kinds of settings into OpenAPI files, still on the way.)

strohne commented 4 years ago

Fixed & released. Looking forward to new bugs :)