We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
So i got this error when i try to login with authentication token. The error showing up like this :
Do you know how to handle this error message? Thanks in advance.
The text was updated successfully, but these errors were encountered: