Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[storage] Queue messages with unicode chars on Py2.7 fail #6685

Closed
annatisch opened this issue Aug 6, 2019 · 1 comment
Closed

[storage] Queue messages with unicode chars on Py2.7 fail #6685

annatisch opened this issue Aug 6, 2019 · 1 comment
Labels
Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files)

Comments

@annatisch
Copy link
Member

Error message:

HttpResponseError: XML specified is not syntactically valid. RequestId:d21e8082-e003-00a3-3ed6-4baf99000000 Time:2019-08-05T21:44:22.1622073Z ErrorCode:InvalidXmlDocument LinePosition:0 LineNumber:0 Reason:None Error:None

Suspected issue in msrest casting unicode to str:
https://github.com/Azure/msrest-for-python/blob/master/msrest/serialization.py#L516

@annatisch annatisch added Storage Storage Service (Queues, Blobs, Files) Client This issue points to a problem in the data-plane of the library. labels Aug 6, 2019
@annatisch
Copy link
Member Author

Potential fix in msrest:
Azure/msrest-for-python#172

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

No branches or pull requests

2 participants