You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.
On received multimedia message, return this error:
File "/home/yowsapp-framework/app/layer.py", line 70, in on_message message = Message(message_entity) File "/home/yowsapp-framework/app/models/message.py", line 19, in __init__ self.build() File "/home/yowsapp-framework/app/models/message.py", line 25, in build self.build_media_message() File "/home/yowsapp-framework/app/models/message.py", line 52, in build_media_message self.build_text_message() File "/home/yowsapp-framework/app/models/message.py", line 33, in build_text_message self.message = helper.clean_message(self.message_entity) File "/home/yowsapp-framework/app/utils/helper.py", line 133, in clean_message message = message_entity.getBody()
The text was updated successfully, but these errors were encountered:
While it is possible to implement the support to receive multimedia messages, the reception of them is temporarily disabled while working in this implementation.
Repository owner
locked and limited conversation to collaborators
May 29, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On received multimedia message, return this error:
File "/home/yowsapp-framework/app/layer.py", line 70, in on_message message = Message(message_entity) File "/home/yowsapp-framework/app/models/message.py", line 19, in __init__ self.build() File "/home/yowsapp-framework/app/models/message.py", line 25, in build self.build_media_message() File "/home/yowsapp-framework/app/models/message.py", line 52, in build_media_message self.build_text_message() File "/home/yowsapp-framework/app/models/message.py", line 33, in build_text_message self.message = helper.clean_message(self.message_entity) File "/home/yowsapp-framework/app/utils/helper.py", line 133, in clean_message message = message_entity.getBody()
The text was updated successfully, but these errors were encountered: