I've recently realised that I'm getting the following errors when trying to run tumblr-utils. I downloaded the latest version this morning to see if that fixed it but with no luck.
When I run the following command: python2 tumblr_backup.py -i --no-ssl-verify --save-video BLOGNAME I get 10 copies of the following error: <urlopen error [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)> getting https://api.tumblr.com/v2/blog/BLOGNAME.tumblr.com/posts?reblog_info=true&api_key=APIKEY&limit=1
I have tried with and without the -S and --no-ssl-verify flags.
I'm using Python 2.7.11.