We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{'__source__': u'123', u'__FILE__': test.cpp', '__time__': 1524268797, "TaskJobsInfo:6:string": "\\n\xaa\\u0001\\b\xff\xff\xff\xff\xff\xff\xff\xff\xff\\u0001" }
UnicodeDecodeError: 'utf8' codec can't decode byte 0xaa in position xx: invalid start byte
\xaa is latin1 encoding actually.
\xaa
The text was updated successfully, but these errors were encountered:
fix issue aliyun/aliyun-log-cli#27 for pull_log_dump
785afcf
support specifying output decoding #27
39688e7
fix issue aliyun/aliyun-log-cli#27 for pull_log_dump for python3 case
7ea4830
fix issue #27 for python3
6206168
No branches or pull requests
UnicodeDecodeError: 'utf8' codec can't decode byte 0xaa in position xx: invalid start byte
\xaa
is latin1 encoding actually.The text was updated successfully, but these errors were encountered: