Skip to content

unicode bug in envelope_api.get_document#87

Description

@matthewcocook

v. 3.4.0

Problem file name had Unicode character in it: Minutes of: Arise & Shine馃尋.pdf

our code looks something like this and works for non unicode named documents.

temp_file = self.envelope_api.get_document(
            account_id=self.account_id,
            document_id=(int),
            envelope_id=(int)
        )

/usr/local/lib/python3.6/dist-packages/docusign_esign/client/api_client.py:574聽
in聽__deserialize_file/usr/local/lib/python3.6/dist-packages/docusign_esign/client/api_client.py:256聽
in聽deserialize/usr/local/lib/python3.6/dist-packages/docusign_esign/client/api_client.py:186聽
in聽__call_api/usr/local/lib/python3.6/dist-packages/docusign_esign/client/api_client.py:354聽
in聽call_api/usr/local/lib/python3.6/dist-packages/docusign_esign/apis/envelopes_api.py:5274聽
in聽get_document_with_http_info/usr/local/lib/python3.6/dist-packages/docusign_esign/apis/envelopes_api.py:5157聽
in聽get_document/PROJECT_ROOT/cloud/integrations/signature.py:302聽in聽download_file

--

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions