You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compared to that line in docusign-esign-python-client.
If I remove the offending .decode("utf-8") in the docusign_admin/client/api_client.py file, my code works as-expected.
I'm not clear how others are using the docusign-admin-python-client without request_jwt_user_token() throwing that error. I'm not sure if I've stumbled upon a bug, or if I'm doing something wrong.
Thanks for any help!
The text was updated successfully, but these errors were encountered:
I'm getting the following error when running
api_client.request_jwt_user_token()
:(docusign_admin/client/api_client.py, line 689)
Looking at docusign-esign-python-client repo, that same line had the
.decode("utf-8")
removed in the Version 3.16.0-v2.1-22.1.02.00 release.Reference link to that line in docusign-admin-python-client
compared to that line in docusign-esign-python-client.
If I remove the offending
.decode("utf-8")
in the docusign_admin/client/api_client.py file, my code works as-expected.I'm not clear how others are using the docusign-admin-python-client without request_jwt_user_token() throwing that error. I'm not sure if I've stumbled upon a bug, or if I'm doing something wrong.
Thanks for any help!
The text was updated successfully, but these errors were encountered: