matrix-org / matrix-python-sdk

Matrix Client-Server SDK for Python 2 and 3
Apache License 2.0
255 stars 119 forks source link

encryption error #292

Closed isafe closed 5 years ago

isafe commented 5 years ago

client = MatrixClient(url,encryption=True) TypeError: init() got an unexpected keyword argument 'encryption'

environment:Python3.6 matrix-client 0.3.2

Zil0 commented 5 years ago

Encryption is not supported (maybe 1/10 is merged in 0.3.2, a bit more in 0.4.0-dev).

You can try using the unmerged code at your own risk though, please refer to https://github.com/matrix-org/matrix-python-sdk/issues/100#issuecomment-402508438.

isafe commented 5 years ago

thanks