jakewaldron / PlexEmail

This script aggregates all new TV, movie and music releases for the past configured time then optionally writes to your web directory and sends out an email.
206 stars 32 forks source link

SSL error with Cloudinary and no way to select folder or remove old images #80

Open ChrisColotti opened 7 years ago

ChrisColotti commented 7 years ago

A couple cloudinary things. Using the service is great, but I ran into an SSL error:

SSL: CERTIFICATE_VERIFY_FAILED

Which doesn't seem to make sense as to why

Also the upload re-sends all the images so even in testing I ended up with multiple versions of the same image. Cloudinary supports folders so adding a 'Folder" option in the script would help isolate those images from other cloudinary CDN images, but combining with a cleanup like the local web server has to delete old images would be the best combination.