When we call method from chatie-grpc:
response = await self.puppet_stub.contact_avatar(id=contact_id)
we will receive error :
2020-06-23 19:51:17,895 - Wechaty - ERROR - internal error <(<Status.INTERNAL: 13>, 'FileBox.toJSON() can only work on limited FileBoxType(s). See: <https://github.com/huan/file-box/issues/25>', None)>
ERROR:Wechaty:internal error <(<Status.INTERNAL: 13>, 'FileBox.toJSON() can only work on limited FileBoxType(s). See: <https://github.com/huan/file-box/issues/25>', None)>
It seems that this error is from hostie-server. @huan