I am trying to upload this [gif](http://i.imgur.com/hlN3NZZ.gif) back to imgur using ``` try: print("Uploading image... ") imageURL = client.upload_from_path('hlN3NZZ.gif', config=None, anon=False) except ImgurClientError as e: print(e.error_message) print(e.status_code) ``` However I keep getting: ``` JSON decoding of response failed. None ``` Could it be due to the large size of the gif?
I am trying to upload this gif back to imgur using
However I keep getting:
Could it be due to the large size of the gif?