-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python version have problems with ssl #6
Comments
I solved it by upgrading python in the running container and restarting sickrage |
Are you positive you've installed 2.7.10 and not 3.x for example ? As I cannot seem to locate 2.7.10 release in deadsnakes's launchpad: https://launchpad.net/~fkrull/+archive/ubuntu/deadsnakes |
If you look in deadsnakes readme he mentions that python2.7 have been moved to https://launchpad.net/~fkrull/+archive/ubuntu/deadsnakes-python2.7 |
+1! |
When using EDGE (haven't testet without) I get problems connecting to SSL sites. The logs refers to this page: https://github.com/SiCKRAGETV/sickrage-issues/wiki/SSL-Errors which indicate that the problems is because of the python version.
I added the ppa:fkrull/deadsnakes ppa, and upgraded python to version 2.7.10 which fixed the problem!
The text was updated successfully, but these errors were encountered: