Skip to content

get_message_content() returns None if content is audio #810

Open
@THChen2002

Description

@THChen2002

System Informations

  • Python version:3.9.12
  • SDK version:3.17.1
  • OS:macOS

Expected Behavior

Calling get_message_content() should return a bytearray.

Current Behavior

Instead of returning a bytearray, get_message_content() returns None.
This issue occurs when the content type is mp3.
As a temporary workaround, I'm currently using get_message_content_with_http_info() to retrieve the content.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions