Solution for OpenSSL error in some images e.g. in OpenPLI
Hi mario and other Devs, In some images e.g. in OpenPLI there is a OpenSSL error when starting the e2iplayer. here is a picture to it;
please change the line 325 in the file iptvsetupimpl.py from that;
for ver in ['.0.9.8', '.1.0.0', '.1.0.2']:
to the following;
for ver in ['0.9.8', '1.0.0', '1.0.2', '1.1.1']:
regards shhaldon
Edited by shhaldon
