-
Notifications
You must be signed in to change notification settings - Fork 1k
get_message_content() returns None if content is audio #810
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
Comments
@THChen2002 Thanks for the bug report! line-bot-sdk-python/linebot/v3/messaging/api/messaging_api_blob.py Lines 49 to 76 in 107447f
Please provide a simple code to reproduce the bug. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System Informations
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.
The text was updated successfully, but these errors were encountered: