FuelSDK-Python
FuelSDK-Python copied to clipboard
Catch Exception from JSONDecodeError
Eventually, without too much reasoning, the JSON saved as cache on the local file get a double }}, if that happens, every call to the SDK will fail with a JSONDecodeError

This handles the JSON error inside the try/except so it will try to fetch the proper URL again
How is the process of having this released? @manivinesh @sfdrogojan
Thanks