zSeriesGuy / Tautulli

A Python based monitoring and tracking tool for Plex Media Server.
http://tautulli.com
GNU General Public License v3.0
27 stars 9 forks source link

Newsletter Image Issue #20

Closed pellett655 closed 4 years ago

pellett655 commented 4 years ago

Getting the following error when using Cloudinary as my Newsletter Image Hosting provider. Using Version : V4.0.0.01

Error: Tautulli Helpers :: Unable to upload image 'name of movie here' (art) to Cloudinary: a bytes-like object is required, not 'str'

I'm guessing this is a Python 3 issue ?

zSeriesGuy commented 4 years ago

Thank you for catching this. I have updated the code to fix it. Please let me know if this update resolves it for you. And let me know if you find any other issues. :)

zSeriesGuy commented 4 years ago

@pellett655 Did the update fix your issue?

pellett655 commented 4 years ago

Yes it did! Thanks so much!