There was an error while loading. Please reload this page.
Loading of credentials no longer works due to this line:
creds = json.load(creds_store_file, encoding='utf-8')
Because json.load does not accept an "encoding" parameter anymore, just assuming it'll be utf encoded.
json.load