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

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

Open jspraul opened 1 year ago

jspraul commented 1 year ago

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).

strohne commented 1 year ago

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

RafiKoTeh commented 1 year ago

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?