Skip to content
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

updateSettings() #95

Open
Nytol opened this issue May 9, 2020 · 0 comments
Open

updateSettings() #95

Nytol opened this issue May 9, 2020 · 0 comments

Comments

@Nytol
Copy link

Nytol commented May 9, 2020

I can't get this function to work

settings = client.getSettings()
if settings.e2eeEnable == True:
    settings.e2eeEnable = False
    client.updateSettings(settings)

Traceback (most recent call last):
File "/home/centos/line-1/sentinel3.py", line 104, in
cl.updateSettings(settings)
File "/home/centos/line-1/LineAPI/linepy/talk.py", line 10, in checkLogin
return func(*args, **kwargs)
File "/home/centos/line-1/LineAPI/linepy/talk.py", line 47, in updateSettings
return self.talk.updateSettings(0, settingObject)
File "/usr/local/lib/python3.7/site-packages/akad/TalkService.py", line 9396, in updateSettings
self.recv_updateSettings()
File "/usr/local/lib/python3.7/site-packages/akad/TalkService.py", line 9414, in recv_updateSettings
raise x
thrift.Thrift.TApplicationException: Invalid method name: 'updateSettings'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant