Re: Smart Download folder not working.

Ok.. so I just read all the prelude... I'm not familiar with Smart Download, or how to test...
If this is a pyOpenSSL issue, then I can supply the pyOpenSSL module (compiled) to be installed into Python for testing... (only for X86_64 systems)
Basically, log in to ssh as root (be very careful here... don't try deleting stuff...) just follow these commands exactly.
Then restart the Apps and test if this now works as wanted...
If this is a pyOpenSSL issue, then I can supply the pyOpenSSL module (compiled) to be installed into Python for testing... (only for X86_64 systems)
Basically, log in to ssh as root (be very careful here... don't try deleting stuff...) just follow these commands exactly.
- Code: Select all
cd /volume1/Public
wget https://www.dropbox.com/s/2pvb87lug0ooy88/x86_modules.tar.gz?dl=1 -O x86_modules.tar.gz --no-check-certificate
tar -zxf x86_modules.tar.gz
cd python
cp -rf * /volume1/.@plugins/AppCentral/python/lib/python2.7/site-packages
Then restart the Apps and test if this now works as wanted...