pylakey/aiotdlib

[Error 400] Unexpected checkDatabaseEncryptionKey

hwmbing11 opened this issue · 1 comments

this version is 0.15.0
but 0.13.2 is ok
It seems to be a small bug

12-31 02:30:27| Client [    INFO] client.py[:933]:  Setting up option disable_persistent_network_statistics = True
12-31 02:30:27| Client [    INFO] client.py[:933]:  Setting up option disable_sent_scheduled_message_notifications = True
12-31 02:30:27| Client [    INFO] client.py[:933]:  Setting up option disable_time_adjustment_protection = True
12-31 02:30:27| Client [    INFO] client.py[:933]:  Setting up option ignore_inline_thumbnails = True
12-31 02:30:27| Client [    INFO] client.py[:933]:  Setting up option ignore_platform_restrictions = True
12-31 02:30:27| Client [    INFO] client.py[:933]:  Setting up option ignore_sensitive_content_restrictions = True
12-31 02:30:27| Client [   ERROR] client.py[:1109]:  [Error 400] Option "ignore_sensitive_content_restrictions" can't be changed by the user
12-31 02:30:27| Client [    INFO] client.py[:726]:  Sending encryption key
12-31 02:30:27| Client [   ERROR] client.py[:1109]:  [Error 400] Unexpected checkDatabaseEncryptionKey
12-31 02:30:27| Client [    INFO] client.py[:726]:  Sending encryption key
12-31 02:30:27| Client [   ERROR] client.py[:1109]:  [Error 400] Unexpected checkDatabaseEncryptionKey
12-31 02:30:27| Client [    INFO] client.py[:726]:  Sending encryption key
12-31 02:30:27| Client [   ERROR] client.py[:1109]:  [Error 400] Unexpected checkDatabaseEncryptionKey
12-31 02:30:27| Client [    INFO] client.py[:726]:  Sending encryption key
12-31 02:30:27| Client [   ERROR] client.py[:1109]:  [Error 400] Unexpected checkDatabaseEncryptionKey
12-31 02:30:27| Client [    INFO] client.py[:726]:  Sending encryption key

Fixed in 0.15.1.

ignore_sensitive_content_restrictions was removed from available options. Make sure to change your code related to this changes