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
505 stars 198 forks source link

Facepager installation damaged on Mac #195

Open zeedroo opened 1 year ago

zeedroo commented 1 year ago

When I try to install it, it shows this error, I've tried various versions and nothing worked Screenshot 2022-09-21 at 10 49 19 PM

strohne commented 1 year ago

This is a Mac issue with code signing...either follow the instructions in the install section:

Older versions of Facepager were distributed in zip files and not code signed. Download and unzip the file from the releases page, drag & drop the app to your "Applications" folder. Next, you need to disable the download flag. Open the terminal, go to the folder where Facepager is stored (e.g. cd /Applications) and use xattr -cr Facepager.app to remove the download flag. Then open the app using ctrl-click.

Or use the prerelease, where the issue should be solved - but new issues came up ;)

Does this solve the problem?