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

api.logout() doesn't provide "token" parameter #12

Open
GPHemsley opened this issue Oct 23, 2021 · 0 comments
Open

api.logout() doesn't provide "token" parameter #12

GPHemsley opened this issue Oct 23, 2021 · 0 comments

Comments

@GPHemsley
Copy link

Since the changes from #11 (which appear to have been necessary to fix another problem), I now get the following error when I call api.logout():

Traceback (most recent call last):
  File "/....py", line 46, in <module>
    api.logout()
  File "/.../src/ceterach/ceterach/api.py", line 299, in logout
    return len(self.call(action="logout", use_defaults=False)) == 0
  File "/.../src/ceterach/ceterach/api.py", line 272, in call
    return self._call(params, more_params, use_defaults=use_defaults)
  File "/.../src/ceterach/ceterach/api.py", line 217, in _call
    raise raiseme
ceterach.exceptions.CeterachError: 'missingparam': 'The "token" parameter must be set.'
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