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

Authentication fault exceeded #44

Open
mapring0019 opened this issue Jul 3, 2015 · 3 comments
Open

Authentication fault exceeded #44

mapring0019 opened this issue Jul 3, 2015 · 3 comments

Comments

@mapring0019
Copy link

When i login to LINE, i got a message Authentication fault exceeded. Could you tell me what's wrong with my account?

@zachary822
Copy link
Contributor

Can you post the stack trace?

@carpedm20
Copy link
Owner

This error is directly related to the login problem which can be a problem of wrong filling of missing codes. Can you share the full error message of this?

@vichaos
Copy link

vichaos commented Nov 24, 2015

I got a same issue

>>> from line import LineClient, LineGroup, LineContact
>>> client = LineClient("xxx", "yyy")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "line/client.py", line 88, in __init__
    self.login()
  File "line/api.py", line 116, in login
    self.com_name, self.provider, self.certificate)
  File "build/bdist.macosx-10.11-intel/egg/curve/CurveThrift.py", line 344, in loginWithIdentityCredentialForCertificate
  File "build/bdist.macosx-10.11-intel/egg/curve/CurveThrift.py", line 375, in recv_loginWithIdentityCredentialForCertificate
curve.ttypes.TalkException: TalkException(parameterMap=None, reason='Authentication fault exceeded', code=4)

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

4 participants