strohne / Facepager

Facepager was made for fetching public available data from YouTube, Twitter and other websites on the basis of APIs and webscraping.

Home Page:https://github.com/strohne/Facepager/releases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FYI: ancient macOS High Sierra 10.13.6: "Error downloading default … Can't connect to HTTPS URL because the SSL module is not available."

jspraul opened this issue · comments

Facepager_Setup_4_5_0.mac.pkg

2022-09-24 20:55:14.111332 Error downloading default API definitions:HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/strohne/Facepager/contents/apis (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))
2022-09-24 20:55:19.853730 Error downloading default presets:HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/strohne/Facepager/contents/presets (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))
2022-09-24 20:55:20.099034 Error downloading default API definitions:HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/strohne/Facepager/contents/apis (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))

I was going to ask how to download these files manually, but then I realized that SSL wouldn't work to YouTube/Twitter/etc. either.

I was able to get things running from source without too much hassle (I used asdf to get Python 3).

Interesting...I will try to figure out how to add the SSL module. This never occured to me so far,

Hi, I received a similar notification and I'm running macOS Mojave 10.14.6. Unfortunately, I don't know how to run it from the source, would there be another method for me to try to download the APIs?