Hi all,
I’ve found the way to run PlexEmail in my QNAP but I would like a little support to try to understand the errors that I’m getting. This is the output:
Traceback (most recent call last):
File "plexEmail.py", line 961, in <module>
imageInfo = processImage(hash, imageInfo['thumb'], 'movie', 0, 0)
File "plexEmail.py", line 370, in processImage
cloudinaryURL = uploadToCloudinary(imgLocation)
File "plexEmail.py", line 415, in uploadToCloudinary
response = cloudinary.uploader.upload(imgToUpload)
File "/share/CACHEDEV1_DATA/.qpkg/PlexEmail/scripts/cloudinary/uploader.py", line 16, in upload
return call_api("upload", params, file = file, **options)
File "/share/CACHEDEV1_DATA/.qpkg/PlexEmail/scripts/cloudinary/uploader.py", line 201, in call_api
response = urllib2.urlopen(request, **kw).read()
File "/opt/QPython2/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/opt/QPython2/lib/python2.7/urllib2.py", line 431, in open
response = self._open(req, data)
File "/opt/QPython2/lib/python2.7/urllib2.py", line 449, in _open
'_open', req)
File "/opt/QPython2/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/share/CACHEDEV1_DATA/.qpkg/PlexEmail/scripts/cloudinary/poster/streaminghttp.py", line 172, in https_open
return self.do_open(StreamingHTTPSConnection, req)
File "/opt/QPython2/lib/python2.7/urllib2.py", line 1197, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>
This is the output of the first time run. I’ve configured the config file config.conf with all the parameters that I think important to run it but I don’t know if I’m doing it well or wrong.
Thank you very much for your help!