s

General support for problems installing or using Deluge
Post Reply
vangardmk
New User
New User
Posts: 1
Joined: Mon Oct 03, 2016 9:13 pm

s

Post by vangardmk »

T
Last edited by vangardmk on Tue Jan 23, 2018 3:04 am, edited 1 time in total.
JohnDoee
Member
Member
Posts: 11
Joined: Thu Jan 22, 2015 7:45 pm

Re: Deluged randomly stops

Post by JohnDoee »

Check what version of pyOpenSSL you have installed using

Code: Select all

python -c "import OpenSSL; print OpenSSL.__version__"
If it says 16.1.0, try installing 16.0.0 by using

Code: Select all

pip install pyopenssl==16.0.0
Post Reply