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

REVOKE Access while login using authentication token #66

Open
kslweb opened this issue Feb 24, 2016 · 1 comment
Open

REVOKE Access while login using authentication token #66

kslweb opened this issue Feb 24, 2016 · 1 comment

Comments

@kslweb
Copy link

kslweb commented Feb 24, 2016

So i got this error when i try to login with authentication token. The error showing up like this :

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "line/client.py", line 321, in __init__
    self.revision = self._getLastOpRevision()
  File "line/client.py", line 609, in _getLastOpRevision
    return self._client.getLastOpRevision()
  File "/Library/Python/2.7/site-packages/curve/CurveThrift.py", line 512, in getLastOpRevision
    return self.recv_getLastOpRevision()
  File "/Library/Python/2.7/site-packages/curve/CurveThrift.py", line 534, in recv_getLastOpRevision
    raise result.e
curve.ttypes.TalkException: TalkException(parameterMap=None, reason='REVOKE', code=8)

Do you know how to handle this error message? Thanks in advance.

@AndyAng1991
Copy link

did you get the right one authtoken?maybe you need run as administrator for the python IDE you currently using..

On the side note, did you install Apache Thrift correctly?

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

2 participants