Open CogniacViSean opened 2 years ago
This could be a utf-8 decode issue. Can you help the customer modify line 30 in tenant.py to:
return CogniacTenant(connection, json.loads(resp.content.decode('utf-8')))
Similarly line 25 of user.py I can replicate this issue with python 3.5 but not with python 3.9 which handles this differently. Python 3.5 is deprecated. Can they use a version >= 3.7?
They'll update their version of python, otherwise updating those 2 files has worked in the meantime, thank you!
Customer is trying to use the SDK to upload media, but they get the following error:
They've set COG_USER and COG_PASS environment variables. I cannot seem to duplicate this issue.