-
Notifications
You must be signed in to change notification settings - Fork 194
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
getRecenetMessages returns message "None" #69
Comments
I have same problem too. Some friend's message's contentMetadata is "{'e2eeVersion': '1'}", text will be "None", bot can receive operation but can't got message content. Is there any idea to fix it? |
Okay.. I found why Ask your friend to go to settings > chat > Letter Sealing and turn off it, and it will be fine. |
I've tried this "Letter Sealing" function You just go to your BOT's LINE on your phone |
Thank you! |
i turned off letter sealing on the bot account and on the account i sent messages with but i still dont get messages, I only get [] i have been trying to get messages like this
but i only get [] |
use fetchOperations, search for OperatioType = 26 = RECEIVE_MESSAGE |
Hello, I can't get text of message.
for example:
return
None
and Echo bot example the same problem - message.text == None
here is output (debug mode),message.text is None!:
Operation(status=None, checkSum=None, param3=None, param2=None, param1='0', createdTime=1459391203879, message=Message(contentType=0, hasContent=False, text=None, id='4102847129444', to='ufb1d354a313a0843e2ffa15700abf757', contentPreview=None, location=None, deliveredTime=0, createdTime=1459391203874, _from='u63183d886f2793bbfe7305f5f9bd804a', contentMetadata={'e2eeVersion': '1'}, toType=0), reqSeq=0, type=26, revision=170606)
The text was updated successfully, but these errors were encountered: