docusign / docusign-esign-python-client

The Official DocuSign Python Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client. https://www.docusign.com/devcenter
MIT License
94 stars 87 forks source link

TypeError: the JSON object must be str, bytes or bytearray, not NoneType #53

Closed hackerfire closed 4 years ago

hackerfire commented 4 years ago

File "C:\Users\dofus\OneDrive\Bureau\Athena-master\itemshop.py", line 409, in Athena.main(Athena) File "C:\Users\dofus\OneDrive\Bureau\Athena-master\itemshop.py", line 24, in main initialized = Athena.LoadConfiguration(self) File "C:\Users\dofus\OneDrive\Bureau\Athena-master\itemshop.py", line 60, in LoadConfiguration configuration = json.loads(Utility.ReadFile(self, "configuration", "json")) File "C:\Users\dofus\AppData\Local\Programs\Python\Python38-32\lib\json__init__.py", line 341, in loads raise TypeError(f'the JSON object must be str, bytes or bytearray, ' TypeError: the JSON object must be str, bytes or bytearray, not NoneType

hackerfire commented 4 years ago

Who can help my with this error

LarryKlugerDS commented 4 years ago

Best is to submit your question to stackoverflow with tag docusignapi.

Please include much more context: what are you trying to do? Include the relevant parts of your application. Did you start with one of the DocuSign Python code examples?