snapcrafters / obs-studio

This is a community-supported modified build of OBS Studio.
https://snapcraft.io/obs-studio
118 stars 35 forks source link

OBS scripts can't use SSL #110

Open arighi opened 3 years ago

arighi commented 3 years ago

I need to use a custom python script in OBS to fetch some data from a HTTPS URL, but I'm getting this error:

 SSLError("Can't connect to HTTPS URL because the SSL module is not available.")

I can reproduce the same problem also using the stock script url-text.py (/snap/obs-studio/current/usr/share/obs/obs-plugins/frontend-tools/scripts/url-text.py).

I think the reason is that the snap is missing libssl or something SSL-related is not enabled properly.

t03i commented 2 years ago

I am facing the same issue right now. Did anyone manage to solve that?