LINE icon indicating copy to clipboard operation
LINE copied to clipboard

Authentication fault exceeded

Open mapring0019 opened this issue 10 years ago • 3 comments
trafficstars

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

mapring0019 avatar Jul 03 '15 04:07 mapring0019

Can you post the stack trace?

zachary822 avatar Jul 13 '15 09:07 zachary822

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?

carpedm20 avatar Jul 14 '15 00:07 carpedm20

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)

vichaos avatar Nov 24 '15 19:11 vichaos